Releases: crate/langchain-cratedb
Releases · crate/langchain-cratedb
v0.1.0
What's Changed
- Added implementation and software tests for
CrateDBCache
,
deriving fromSQLAlchemyCache
, andCrateDBSemanticCache
,
building uponCrateDBVectorStore
.
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
andCrateDBSemanticCache
by @amotl in #12 - Documentation: Update README about
CrateDBCache
andCrateDBSemanticCache
by @amotl in #18
New Contributors
Full Changelog: https://github.com/crate/langchain-cratedb/commits/v0.1.0
v0.0.0
What's Changed
- Make it work
- Added implementations for
CrateDBVectorStore
,CrateDBVectorStoreMultiCollection
,
CrateDBChatMessageHistory
, andCrateDBLoader
.
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
- @amotl made their first contribution in #2
- @dependabot made their first contribution in #5
Full Changelog: https://github.com/crate/langchain-cratedb/commits/v0.0.0