27 lines
447 B
Plaintext
27 lines
447 B
Plaintext
# Core dependencies
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
python-dotenv==1.0.1
|
|
pydantic==2.10.5
|
|
|
|
# AI and ML dependencies (based on DeepWiki)
|
|
adalflow==0.2.9
|
|
openai==1.59.7
|
|
google-generativeai==0.8.3
|
|
|
|
# Vector database and embeddings
|
|
faiss-cpu==1.9.0.post1
|
|
tiktoken==0.8.0
|
|
|
|
# Data processing
|
|
numpy==1.26.4
|
|
requests==2.32.3
|
|
|
|
# Optional: For local model support
|
|
# ollama==0.1.6
|
|
|
|
# Development dependencies
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.24.0
|
|
|