Skip to content

Releases: crate/langchain-cratedb

v0.2.0

Choose a tag to compare

@amotl amotl released this 12 Dec 21:22

What's Changed

  • Updated to langchain 1.x
  • Updated to langchain-postgres 0.0.16

Details

  • Chore(deps-dev): Update langchain-tests requirement from ==0.3.10 to ==0.3.11 by @dependabot[bot] in #33
  • Chore(deps-dev): Update langchain-tests requirement from ==0.3.11 to ==0.3.12 by @dependabot[bot] in #34
  • Chore(deps-dev): Update langchain-tests requirement from ==0.3.12 to ==0.3.13 by @dependabot[bot] in #35
  • Chore(deps-dev): Update ruff requirement from <0.10 to <0.12 by @dependabot[bot] in #38
  • Chore(deps-dev): Update langchain-tests requirement from ==0.3.13 to ==0.3.17 by @dependabot[bot] in #42
  • Chore(deps-dev): Update pytest-asyncio requirement from <0.26 to <0.27 by @dependabot[bot] in #40
  • Chore(deps-dev): Update notebook requirement from <7.4 to <7.5 by @dependabot[bot] in #46
  • Chore(deps-dev): Update ruff requirement from <0.12 to <0.13 by @dependabot[bot] in #50
  • Chore(deps): Update langchain-postgres requirement from ==0.0.13 to ==0.0.15 by @dependabot[bot] in #51
  • Chore(deps-dev): Update langchain-tests requirement from ==0.3.17 to ==0.3.20 by @dependabot[bot] in #48
  • Chore(deps-dev): Update mypy requirement from <1.16 to <1.18 by @dependabot[bot] in #52
  • Chore: Satisfy software tests and linter for test_semantic_cache.py by @amotl in #62
  • Updates 20251002 by @amotl in #63
  • Chore(deps-dev): Update ruff requirement from <0.13 to <0.14 by @dependabot[bot] in #59
  • Chore(deps-dev): Update mypy requirement from <1.18 to <1.19 by @dependabot[bot] in #60
  • Chore(deps-dev): Update pytest-asyncio requirement from <0.27 to <1.3 by @dependabot[bot] in #64
  • Chore(deps): Update langchain-postgres requirement from ==0.0.15 to ==0.0.16 by @dependabot[bot] in #66
  • Chore(deps): Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #67
  • Chore(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #68
  • Chore(deps-dev): Update notebook requirement from <7.5 to <7.6 by @dependabot[bot] in #69
  • Chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #70
  • Chore: Fix linting with newer mypy and ruff by @amotl in #73
  • Chore(deps-dev): Update mypy requirement from <1.19 to <1.20 by @dependabot[bot] in #71
  • Chore(deps-dev): Update ruff requirement from <0.14 to <0.15 by @dependabot[bot] in #65
  • Dependencies: Update to langchain 1.x by @amotl in #75

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@amotl amotl released this 05 Feb 20:15

What's Changed

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

Choose a tag to compare

@amotl amotl released this 03 Jan 10:19

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

Choose a tag to compare

@amotl amotl released this 16 Dec 00:55

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