-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrequirements.txt
More file actions
77 lines (73 loc) · 2.05 KB
/
requirements.txt
File metadata and controls
77 lines (73 loc) · 2.05 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Torch will be installed as a dependency of vLLM, which will select the correct backend.
vllm==0.19.0
flashinfer-python
bitsandbytes>=0.45.3; sys_platform == 'linux'
triton; sys_platform == 'linux'
compressed-tensors>=0.10
gguf>=0.13
wrapt>=1.15.0,<2
Deprecated>=1.2.14,<2
opentelemetry-api==1.26.0
opentelemetry-sdk==1.26.0
opentelemetry-proto==1.26.0
opentelemetry-exporter-otlp==1.26.0
opentelemetry-exporter-otlp-proto-grpc==1.26.0
opentelemetry-exporter-otlp-proto-http==1.26.0
opentelemetry-exporter-otlp-proto-common==1.26.0
MarkupSafe>=2.1.5,<3
importlib-metadata>=8,<9
huggingface_hub>=0.16.0
tqdm>=4.65.0
python-whois>=0.8.0
requests>=2.28.0
packaging<25,>=23.2
transformers>=4.30.0
accelerate>=0.21.0
sentence-transformers
lancedb>=0.3.0
pylance
tantivy
ddgs
google-api-python-client
readability-lxml
scrapy-playwright
langchain>=0.1.0
langchain-core
langgraph
langdetect
playwright
spacy>=3.7.0,<3.8.0
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1.tar.gz
de_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-3.7.0/de_core_news_sm-3.7.0.tar.gz
fr_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.7.0/fr_core_news_sm-3.7.0.tar.gz
es_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-3.7.0/es_core_news_sm-3.7.0.tar.gz
google-cloud-aiplatform>=1.25.0
openai>=1.0.0
anthropic>=0.20.0
cohere>=4.0.0
mistralai>=0.1.0
pdfminer.six>=20221105
wikipedia-api>=0.6.0
litellm==1.82.6
pyalex>=0.8.2
aiohttp
numpy>=1.24.4,<2.0.0
fsspec<=2025.3.0,>=2023.1.0
tldextract>=3.6.0
# Dependencies for FastAPI Deep Search Orchestrator Service
fastapi
uvicorn[standard]
pydantic
pydantic-settings
sse-starlette
python-dotenv
aiosqlite>=0.19.0
Scrapy>=2.11.2
# For text extraction from uploaded files
PyPDF2>=3.0.0
pdfplumber>=0.10.0 # Added for PDF text and table extraction
python-docx>=1.1.0
pandas>=2.0.0
openpyxl>=3.1.0
# To replace deprecated pynvml, a sub-dependency of torch
nvidia-ml-py