
- Complete Mem0 OSS integration with hybrid datastore - PostgreSQL + pgvector for vector storage - Neo4j 5.18 for graph relationships - Google Gemini embeddings integration - Comprehensive monitoring with correlation IDs - Real-time statistics and performance tracking - Production-grade observability features - Clean repository with no exposed secrets
33 lines
No EOL
373 B
Text
33 lines
No EOL
373 B
Text
# Core Framework
|
|
fastapi
|
|
uvicorn[standard]
|
|
python-multipart
|
|
|
|
# Mem0 and AI
|
|
mem0ai
|
|
openai
|
|
google-genai
|
|
|
|
# Database
|
|
psycopg2-binary
|
|
pgvector
|
|
neo4j
|
|
langchain-neo4j
|
|
rank-bm25
|
|
ollama
|
|
|
|
# Utilities
|
|
pydantic
|
|
pydantic-settings
|
|
python-dotenv
|
|
httpx
|
|
aiofiles
|
|
requests
|
|
|
|
# Logging and Monitoring
|
|
structlog
|
|
python-json-logger
|
|
|
|
# CORS and Security
|
|
python-jose[cryptography]
|
|
passlib[bcrypt] |