Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +26 -25
requirements.txt
CHANGED
@@ -1,26 +1,27 @@
|
|
1 |
-
langchain==0.1.15
|
2 |
-
langchain-community==0.0.34
|
3 |
-
langchain-experimental==0.0.57
|
4 |
-
langchain-google-genai==1.0.1
|
5 |
-
langchain-openai==0.0.7
|
6 |
-
langchain-groq==0.0.1
|
7 |
-
langchain-text-splitters==0.0.1
|
8 |
-
langchainhub==0.1.15
|
9 |
-
fastembed==0.2.5
|
10 |
-
llama-index-core==0.10.25.post1
|
11 |
-
llama-parse==0.4.0
|
12 |
-
llamaindex-py-client==0.1.15
|
13 |
-
qdrant-client==1.8.2
|
14 |
-
streamlit==1.33.0
|
15 |
-
streamlit-float==0.3.2
|
16 |
-
unstructured==0.12.5
|
17 |
-
unstructured-client==0.18.0
|
18 |
-
pypdf==4.3.0
|
19 |
-
python-docx==1.1.2
|
20 |
-
PyMuPDF==1.24.7
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
26 |
fastembed
|
|
|
1 |
+
langchain==0.1.15
|
2 |
+
langchain-community==0.0.34
|
3 |
+
langchain-experimental==0.0.57
|
4 |
+
langchain-google-genai==1.0.1
|
5 |
+
langchain-openai==0.0.7
|
6 |
+
langchain-groq==0.0.1
|
7 |
+
langchain-text-splitters==0.0.1
|
8 |
+
langchainhub==0.1.15
|
9 |
+
fastembed==0.2.5
|
10 |
+
llama-index-core==0.10.25.post1
|
11 |
+
llama-parse==0.4.0
|
12 |
+
llamaindex-py-client==0.1.15
|
13 |
+
qdrant-client==1.8.2
|
14 |
+
streamlit==1.33.0
|
15 |
+
streamlit-float==0.3.2
|
16 |
+
unstructured==0.12.5
|
17 |
+
unstructured-client==0.18.0
|
18 |
+
pypdf==4.3.0
|
19 |
+
python-docx==1.1.2
|
20 |
+
PyMuPDF==1.24.7
|
21 |
+
ipython==8.26.0
|
22 |
+
chromadb
|
23 |
+
langchain-core
|
24 |
+
open-clip-torch
|
25 |
+
langchain_chroma
|
26 |
+
qdrant_client
|
27 |
fastembed
|