Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
google-generativeai
|
| 2 |
-
chromadb
|
| 3 |
sentence-transformers
|
|
|
|
|
|
|
| 4 |
beautifulsoup4
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
PyPDF2
|
| 6 |
-
|
|
|
|
| 1 |
google-generativeai
|
|
|
|
| 2 |
sentence-transformers
|
| 3 |
+
chromadb
|
| 4 |
+
gradio
|
| 5 |
beautifulsoup4
|
| 6 |
+
requests
|
| 7 |
+
langchain-community
|
| 8 |
+
camelot-py
|
| 9 |
+
unstructured
|
| 10 |
PyPDF2
|
| 11 |
+
uuid
|