Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
langchain
|
2 |
-
langchain-community
|
3 |
-
langchain-openai
|
4 |
gradio
|
|
|
5 |
PyMuPDF
|
6 |
-
transformers
|
7 |
-
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
huggingface_hub
|
3 |
PyMuPDF
|
4 |
+
sentence-transformers
|
5 |
+
numpy
|
6 |
+
faiss-cpu
|