Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +23 -4
requirements.txt
CHANGED
@@ -1,4 +1,23 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
langchain
|
4 |
-
langchain_community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi[standard]==0.115.12
|
2 |
+
gradio==5.31.0
|
3 |
+
langchain==0.3.25
|
4 |
+
langchain_community==0.3.24
|
5 |
+
langchain_core==0.3.61
|
6 |
+
langchain_experimental==0.3.4
|
7 |
+
langchain_huggingface==0.2.0
|
8 |
+
langchain_ollama==0.3.3
|
9 |
+
numpy==2.2.6
|
10 |
+
Requests==2.32.3
|
11 |
+
#selenium==4.32.0
|
12 |
+
#transformers==4.46.2
|
13 |
+
uvicorn==0.34.2
|
14 |
+
torch
|
15 |
+
torchvision
|
16 |
+
#huggingface_hub[hf_xet]
|
17 |
+
pdfplumber
|
18 |
+
faiss-cpu
|
19 |
+
numpy
|
20 |
+
pydantic
|
21 |
+
protobuf
|
22 |
+
sentencepiece>=0.1.99
|
23 |
+
accelerate>=0.26.0
|