Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 419 Bytes

CHANGES.md

File metadata and controls

14 lines (10 loc) · 419 Bytes

LangChain CrateDB Adapter Changelog

Unreleased

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.