Spaces:
Running
Running
Create requirements.txt_20250617
Browse files- requirements.txt_20250617 +19 -0
requirements.txt_20250617
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
#numpy
|
3 |
+
#pandas
|
4 |
+
|
5 |
+
weaviate-client==4.*
|
6 |
+
sentence-transformers==2.2.2
|
7 |
+
langchain==0.1.1
|
8 |
+
langchain_community==0.0.13
|
9 |
+
lxml==5.1.0
|
10 |
+
beautifulsoup4==4.12.2
|
11 |
+
transformers==4.36.2
|
12 |
+
fastapi==0.109.0
|
13 |
+
uvicorn==0.25.0
|
14 |
+
nltk==3.8.1
|
15 |
+
torch==2.2.0
|
16 |
+
sentencepiece==0.1.99
|
17 |
+
optimum==1.15.0
|
18 |
+
onnxruntime==1.17.0
|
19 |
+
onnx==1.16.2
|