Skip to content

Releases: crate/langchain-cratedb

v0.1.0

03 Jan 10:19
Compare
Choose a tag to compare

What's Changed

  • Added implementation and software tests for CrateDBCache,
    deriving from SQLAlchemyCache, and CrateDBSemanticCache,
    building upon CrateDBVectorStore.

Details

  • Chore: Remove components that are not applicable for a database adapter by @amotl in #2
  • Chore: Remove Notebooks that are not applicable for a database adapter by @amotl in #3
  • Genesis: Add support for CrateDB by @amotl in #1
  • CI: Also run on scheduled events, when no files have been changed by @amotl in #11
  • Chore(deps-dev): Update mypy requirement from <1.14 to <1.15 by @dependabot in #13
  • This and that by @amotl in #15
  • Cache: Add CrateDBCache and CrateDBSemanticCache by @amotl in #12
  • Documentation: Update README about CrateDBCache and CrateDBSemanticCache by @amotl in #18

New Contributors

  • @amotl made their first contribution in #2

Full Changelog: https://github.com/crate/langchain-cratedb/commits/v0.1.0

v0.0.0

16 Dec 00:55
Compare
Choose a tag to compare

What's Changed

  • Make it work
  • Added implementations for CrateDBVectorStore, CrateDBVectorStoreMultiCollection,
    CrateDBChatMessageHistory, and CrateDBLoader.

Details

  • Chore: Remove components that are not applicable for a database adapter by @amotl in #2
  • Chore: Remove Notebooks that are not applicable for a database adapter by @amotl in #3
  • Genesis: Add support for CrateDB by @amotl in GH-1
  • Bump mypy from 1.10.1 to 1.13.0 by @dependabot in #5
  • Bump ruff from 0.5.7 to 0.8.3 by @dependabot in #7

New Contributors

Full Changelog: https://github.com/crate/langchain-cratedb/commits/v0.0.0