Skip to content

Implemented ChromaDB-backed long-term conversation memory#88

Open
ksenyachertenko wants to merge 8 commits into
mainfrom
feature-add-chromadb
Open

Implemented ChromaDB-backed long-term conversation memory#88
ksenyachertenko wants to merge 8 commits into
mainfrom
feature-add-chromadb

Conversation

@ksenyachertenko
Copy link
Copy Markdown
Collaborator

@ksenyachertenko ksenyachertenko commented Mar 31, 2026

Added

  • Semantic Memory: Implemented ChromaDB-backed long-term conversation memory
    • Messages are automatically archived to vector storage when saved
    • New search_in_conversation_history tool for semantic search through past conversations
    • Configurable retention period (default 90 days)
    • Supports both embedded and external ChromaDB deployments
  • Background job for automatic retention cleanup

Changed

  • Updated dependencies: chromadb, onnxruntime=1.23.1

@ksenyachertenko ksenyachertenko self-assigned this Mar 31, 2026
@ksenyachertenko ksenyachertenko marked this pull request as draft May 14, 2026 09:07
@ksenyachertenko ksenyachertenko marked this pull request as ready for review May 14, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant