requirements libraries edited
Browse files- requirements.txt +20 -20
requirements.txt
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
-
langchain
|
| 2 |
-
python-dotenv
|
| 3 |
-
langchain-openai
|
| 4 |
-
langchain-cohere
|
| 5 |
-
langchain-google-genai
|
| 6 |
-
openai
|
| 7 |
-
streamlit
|
| 8 |
-
python-dotenv
|
| 9 |
-
bs4
|
| 10 |
-
cohere
|
| 11 |
-
faiss-cpu
|
| 12 |
-
pypdf
|
| 13 |
-
huggingface_hub
|
| 14 |
-
langchain_community
|
| 15 |
-
|
| 16 |
-
unstructured
|
| 17 |
-
tiktoken
|
| 18 |
-
libmagic
|
| 19 |
-
python-magic
|
| 20 |
-
python-magic-bin
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
python-dotenv
|
| 3 |
+
langchain-openai
|
| 4 |
+
langchain-cohere
|
| 5 |
+
langchain-google-genai
|
| 6 |
+
openai
|
| 7 |
+
streamlit
|
| 8 |
+
python-dotenv
|
| 9 |
+
bs4
|
| 10 |
+
cohere
|
| 11 |
+
faiss-cpu
|
| 12 |
+
pypdf
|
| 13 |
+
huggingface_hub
|
| 14 |
+
langchain_community
|
| 15 |
+
|
| 16 |
+
#unstructured
|
| 17 |
+
#tiktoken
|
| 18 |
+
#libmagic
|
| 19 |
+
#python-magic
|
| 20 |
+
#python-magic-bin
|