Spaces:
Sleeping
Sleeping
Creating my requirements file
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 17 |
+
google-generativeai
|