Skip to content

Releases: travis-burmaster/lakehouse-memory

lakehouse-memory 0.1.0

27 May 13:58

Choose a tag to compare

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