82328b0a451bac5208df6855c289dc7012bb2daf
REST API for per-agent semantic memory retrieval.
- FastAPI server with /api/{agent}/save and /api/{agent}/query
- ChromaDB for persistent vector storage
- all-MiniLM-L6-v2 via sentence-transformers for embeddings
- Per-agent collections for clean separation
- Config through env vars or config.py
- .venv ready with all dependencies
Description
Standalone vector memory server with REST API. Per-agent semantic memory retrieval using ChromaDB + all-MiniLM-L6-v2.
Languages
Python
100%