Spaces:
Runtime error
Runtime error
ww7
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,4 +7,6 @@ langchain_huggingface==0.0.3
|
|
7 |
langchain_text_splitters==0.2.1
|
8 |
python-dotenv==1.0.1
|
9 |
langchain_openai==0.1.8
|
10 |
-
pymupdf==1.24.5
|
|
|
|
|
|
7 |
langchain_text_splitters==0.2.1
|
8 |
python-dotenv==1.0.1
|
9 |
langchain_openai==0.1.8
|
10 |
+
pymupdf==1.24.5
|
11 |
+
qdrant-client==1.9.1
|
12 |
+
tiktoken==0.7.0
|