File size: 365 Bytes
77a0a72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Flask
flask>=3.0,<4.0

# Env loading
python-dotenv>=1.0

# HTTP / LLM
requests>=2.31
openai>=1.40

# LangChain stack (RAG)
langchain-core>=0.3
langchain-community>=0.3
langchain-openai>=0.2
langchain-huggingface>=0.1

# Embeddings backends
sentence-transformers>=3.0
faiss-cpu>=1.8

# Data / math
pandas>=2.0
openpyxl>=3.1
sympy>=1.12
numpy>=1.26
matplotlib>=3.8