Spaces:
Runtime error
Runtime error
adding new files
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
chainlit==
|
|
|
|
|
|
|
|
|
|
|
2 |
langchain==0.2.5
|
3 |
langchain_core==0.2.9
|
4 |
langchain_community==0.2.5
|
5 |
-
|
6 |
-
|
7 |
-
langchain_openai==0.1.8
|
8 |
-
qdrant-client==1.9.2
|
9 |
-
tiktoken==0.7.0
|
10 |
-
pymupdf==1.24.5
|
|
|
1 |
+
chainlit==0.7.700
|
2 |
+
cohere==4.37
|
3 |
+
openai<2.0.0
|
4 |
+
tiktoken<1
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
chainlit==0.7.700
|
7 |
langchain==0.2.5
|
8 |
langchain_core==0.2.9
|
9 |
langchain_community==0.2.5
|
10 |
+
langchain-text-splitters==0.2.1
|
11 |
+
langchain_openai==0.1.8
|
|
|
|
|
|
|
|