File size: 639 Bytes
c784009
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
# Core API and Interface
gradio>=4.7.1
openai>=1.3.5
requests>=2.31.0

# Vector Database and Embeddings
chromadb>=0.4.18
sentence-transformers>=2.2.2
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.1+cpu
transformers>=4.35.2

# Database Dependencies
hnswlib>=0.7.0
clickhouse-connect>=0.6.6

# Utility and Logging
python-dotenv>=1.0.0
loguru>=0.7.2
tqdm>=4.66.1
typing-extensions>=4.8.0
pydantic>=2.0.0

# ML and Data Processing
numpy>=1.24.3
scikit-learn>=1.3.2
pandas>=2.1.3

# Optional: Performance Optimization
cachetools>=5.3.2
fastapi>=0.104.1
uvicorn>=0.24.0

# Development and Testing
pytest>=7.4.3
black>=23.11.0