Skip to content

lakehouse-memory 0.1.0

Latest

Choose a tag to compare

@travis-burmaster travis-burmaster released this 27 May 13:58
· 1 commit to main since this release

First stable release.

Highlights

  • Unity Catalog-native episodic / semantic / working memory for AI agents on Databricks.
  • DatabricksVectorIndex (Delta Sync mode) + LangChain adapters (chat history + retriever).
  • Memory.from_databricks() factory; per-store indexes.
  • databricks bundle init starter template with setup + chat-agent notebooks.
  • Docs: https://travis-burmaster.github.io/lakehouse-memory/

Breaking

  • Memory(index=...) removed. Use episodic_index=/semantic_index= or Memory.from_databricks().

Install: pip install lakehouse-memory