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