Releases: crate/langchain-cratedb
Releases · crate/langchain-cratedb
v0.1.1
What's Changed
- Updated to langchain-postgres v0.0.13
Details
- Chore(deps-dev): Update langchain-openai requirement from <0.3 to <0.4 by @dependabot in #22
- Chore(deps-dev): Update ruff requirement from <0.9 to <0.10 by @dependabot in #20
- Chore(deps-dev): Update langchain-tests requirement from ==0.3.7 to ==0.3.8 by @dependabot in #21
- Chore(deps-dev): Update codespell requirement from <2.4 to <2.5 by @dependabot in #24
- Chore(deps-dev): Update langchain-tests requirement from ==0.3.8 to ==0.3.9 by @dependabot in #25
- Chore(deps-dev): Update langchain-tests requirement from ==0.3.9 to ==0.3.10 by @dependabot in #29
- Chore(deps-dev): Update mypy requirement from <1.15 to <1.16 by @dependabot in #31
- Update to langchain-postgres 0.0.13 by @amotl in #32
Full Changelog: v0.1.0...v0.1.1
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