Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
langchain
|
| 3 |
-
langchain-
|
| 4 |
-
langchain-
|
| 5 |
-
langchain-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 16 |
xlrd
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
langchain
|
| 3 |
+
langchain-core
|
| 4 |
+
langchain-community
|
| 5 |
+
langchain-experimental
|
| 6 |
+
langchain-google-genai
|
| 7 |
+
neo4j
|
| 8 |
+
beautifulsoup4
|
| 9 |
+
requests
|
| 10 |
+
python-dotenv
|
| 11 |
+
cohere
|
| 12 |
+
json-repair
|
| 13 |
+
unstructured[all-docs]
|
| 14 |
+
pypdf
|
| 15 |
+
python-docx
|
| 16 |
+
openpyxl
|
| 17 |
xlrd
|