File size: 396 Bytes
a4538e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6b27270
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Core LangChain packages
langchain>=0.3.0
langchain-core>=0.3.0
langchain-community>=0.3.0
langchain-text-splitters>=0.3.0
langchain-groq>=0.2.0

# Document processing
pypdf>=4.0.1

# Embeddings and vector databases
sentence-transformers>=3.0.0
faiss-cpu>=1.8.0

# Web framework and API
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.9.0

# Environment and utilities
python-dotenv>=1.0.0