File size: 276 Bytes
42f628f
 
 
 
e3cbe6c
117b701
 
b33a861
 
 
c7b8a76
 
 
b33a861
 
117b701
b33a861
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Web framework
fastapi==0.104.1
uvicorn[standard]==0.24.0

# Core dependencies
pydantic>=2.5.0
pydantic-settings>=2.1.0
python-dotenv==1.0.0

# RAG and ML dependencies
sentence-transformers>=2.7.0
faiss-cpu>=1.8.0
numpy>=1.26.4

# LLM API clients
google-generativeai>=0.3.2