Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
langchain
|
| 2 |
langchain-community
|
| 3 |
-
python-dotenv
|
| 4 |
-
streamlit
|
| 5 |
-
unstructured
|
| 6 |
-
tiktoken
|
| 7 |
-
faiss-cpu
|
| 8 |
-
libmagic
|
| 9 |
-
python-magic
|
| 10 |
langchain-openai
|
| 11 |
OpenAI
|
| 12 |
langchain-groq
|
|
@@ -14,4 +14,3 @@ sentence-transformers
|
|
| 14 |
chromadb
|
| 15 |
beautifulsoup4
|
| 16 |
requests
|
| 17 |
-
streamlit
|
|
|
|
| 1 |
langchain
|
| 2 |
langchain-community
|
| 3 |
+
python-dotenv
|
| 4 |
+
streamlit
|
| 5 |
+
unstructured
|
| 6 |
+
tiktoken
|
| 7 |
+
faiss-cpu
|
| 8 |
+
libmagic
|
| 9 |
+
python-magic
|
| 10 |
langchain-openai
|
| 11 |
OpenAI
|
| 12 |
langchain-groq
|
|
|
|
| 14 |
chromadb
|
| 15 |
beautifulsoup4
|
| 16 |
requests
|
|
|