Files
rag_chat/memory_module/__init__.py
gameloader a43c6a10ac
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 16m28s
feat(memory): replace Mem0 with local RAG using SQLite, ChromaDB, and bge-small
2025-11-27 19:14:26 +08:00

4 lines
93 B
Python

from .memory_integration import LocalMemoryIntegration
__all__ = ["LocalMemoryIntegration"]