-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
55 lines (46 loc) · 912 Bytes
/
Copy pathrequirements.txt
File metadata and controls
55 lines (46 loc) · 912 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# API Framework
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
pydantic>=2.6.0
pydantic-settings>=2.2.0
python-multipart>=0.0.9
sse-starlette>=1.8.2
# LLM
anthropic>=0.25.0
# Embeddings & Reranking
sentence-transformers>=2.6.0
torch>=2.2.0
transformers>=4.38.0
# Vector Store
qdrant-client>=1.8.0
# Keyword Retrieval
rank-bm25>=0.2.2
# Document Processing
pdfplumber>=0.10.3
python-docx>=1.1.0
beautifulsoup4>=4.12.3
lxml>=5.1.0
requests>=2.31.0
markdownify>=0.11.6
chardet>=5.2.0
# Data & Numerics
numpy>=1.26.0
pandas>=2.2.0
scikit-learn>=1.4.0
# Utilities
python-dotenv>=1.0.0
tqdm>=4.66.0
httpx>=0.27.0
tenacity>=8.2.0
structlog>=24.1.0
orjson>=3.9.15
python-dateutil>=2.9.0
# Observability
prometheus-fastapi-instrumentator>=6.1.0
opentelemetry-api>=1.23.0
opentelemetry-sdk>=1.23.0
opentelemetry-instrumentation-fastapi>=0.44b0
# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0