Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
langchain-community
|
2 |
faiss-cpu
|
3 |
-
PyPDF2
|
|
|
|
|
4 |
openai
|
5 |
rank_bm25
|
6 |
tiktoken
|
|
|
1 |
langchain-community
|
2 |
faiss-cpu
|
3 |
+
PyPDF2
|
4 |
+
python-docx
|
5 |
+
pypdf
|
6 |
openai
|
7 |
rank_bm25
|
8 |
tiktoken
|