Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
streamlit==1.32.0
|
2 |
-
|
3 |
-
langchain==0.
|
4 |
-
langchain-
|
|
|
5 |
faiss-cpu==1.8.0
|
6 |
-
sentence-transformers==
|
7 |
-
|
8 |
-
|
9 |
-
python-dotenv==1.0.1
|
10 |
-
tqdm==4.66.2
|
11 |
-
requests==2.32.3
|
|
|
1 |
streamlit==1.32.0
|
2 |
+
langchain==0.2.0
|
3 |
+
langchain-community==0.2.0
|
4 |
+
langchain-core==0.2.0
|
5 |
+
pypdf==4.2.0
|
6 |
faiss-cpu==1.8.0
|
7 |
+
sentence-transformers==3.0.0
|
8 |
+
ollama==0.2.0
|
9 |
+
chromadb==0.5.0
|
10 |
+
python-dotenv==1.0.1
|
|
|
|