Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -18,7 +18,11 @@ tiktoken
|
|
18 |
langchain
|
19 |
|
20 |
openai
|
21 |
-
|
|
|
|
|
|
|
|
|
22 |
langchain-openai
|
23 |
langchain_core
|
24 |
langchain-community
|
|
|
18 |
langchain
|
19 |
|
20 |
openai
|
21 |
+
qdrant-client # Ensure no conflicts with qdrant
|
22 |
+
pymupdf # Ensure compatibility
|
23 |
+
pandas # Latest stable version
|
24 |
+
scikit-learn # Latest available version
|
25 |
+
PyPDF2 # Fixed to avoid version conflict
|
26 |
langchain-openai
|
27 |
langchain_core
|
28 |
langchain-community
|