Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 482 Bytes

CHANGES.md

File metadata and controls

17 lines (12 loc) · 482 Bytes

LangChain CrateDB Adapter Changelog

Unreleased

v0.1.1 - 2025-02-05

  • Updated to langchain-postgres 0.0.13

v0.1.0 - 2025-01-03

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

v0.0.0 - 2024-12-16

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