Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -1 +1,15 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv==1.1.0
|
2 |
+
uv==0.7.12
|
3 |
+
PyYAML==6.0.2
|
4 |
+
sentence-transformers==4.1.0
|
5 |
+
|
6 |
+
langchain-huggingface==0.2.0
|
7 |
+
langchain-community==0.3.24
|
8 |
+
|
9 |
+
faiss-gpu==1.7.2
|
10 |
+
faiss-cpu==1.11.0
|
11 |
+
|
12 |
+
jupyter==1.1.1
|
13 |
+
ipykernel==6.29.5
|
14 |
+
|
15 |
+
gradio==5.35.0
|