knowledge-base/backend/requirements.txt
Pratik Narola 7689409950 Initial commit: Production-ready Mem0 interface with monitoring
- 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
2025-08-10 17:34:41 +05:30

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]