Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -12
requirements.txt
CHANGED
|
@@ -1,18 +1,16 @@
|
|
| 1 |
-
langchain
|
| 2 |
-
|
| 3 |
-
langchain_openai
|
| 4 |
-
langchainhub
|
| 5 |
langchain-google-genai
|
|
|
|
| 6 |
langchain-core
|
| 7 |
-
streamlit
|
| 8 |
-
openai
|
| 9 |
-
duckduckgo-search
|
| 10 |
-
langchain_anthropic
|
| 11 |
anthropic
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
docarray==0.40.0
|
| 15 |
-
SQLAlchemy==2.0.29
|
| 16 |
wikipedia
|
| 17 |
unstructured[all-docs]
|
| 18 |
pypdf
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
langchain-community
|
| 3 |
+
langchain_openai
|
| 4 |
+
langchainhub
|
| 5 |
langchain-google-genai
|
| 6 |
+
langchain-anthropic
|
| 7 |
langchain-core
|
| 8 |
+
streamlit
|
| 9 |
+
openai
|
| 10 |
+
duckduckgo-search
|
|
|
|
| 11 |
anthropic
|
| 12 |
+
sentence-transformers
|
| 13 |
+
docarray
|
|
|
|
|
|
|
| 14 |
wikipedia
|
| 15 |
unstructured[all-docs]
|
| 16 |
pypdf
|