feat: Replace JSON memory with pgvector semantic search (MAT-11)
Add memory-service (FastAPI + pgvector) for semantic memory storage. Bot now queries relevant memories per conversation instead of dumping all 50. Includes migration script for existing JSON files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
memory-service/requirements.txt
Normal file
5
memory-service/requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
fastapi>=0.115,<1.0
|
||||
uvicorn>=0.34,<1.0
|
||||
asyncpg>=0.30,<1.0
|
||||
pgvector>=0.3,<1.0
|
||||
httpx>=0.27,<1.0
|
||||
Reference in New Issue
Block a user