feat(memory): replace Mem0 with local RAG using SQLite, ChromaDB, and bge-small
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 16m28s
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 16m28s
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
from .memory_integration import Mem0Integration
|
||||
from .memory_integration import LocalMemoryIntegration
|
||||
|
||||
__all__ = ["Mem0Integration"]
|
||||
__all__ = ["LocalMemoryIntegration"]
|
||||
|
||||
Reference in New Issue
Block a user