Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,20 +1,22 @@
|
|
| 1 |
streamlit
|
| 2 |
-
langchain
|
| 3 |
-
langchain-community
|
| 4 |
langchainhub
|
| 5 |
-
langchain-chroma
|
| 6 |
-
chromadb=
|
| 7 |
langchain-google-genai
|
| 8 |
langchain-core
|
| 9 |
beautifulsoup4
|
| 10 |
sentence-transformers==2.2.2
|
| 11 |
InstructorEmbedding
|
| 12 |
faiss-cpu
|
| 13 |
-
pypdf
|
| 14 |
langgraph
|
| 15 |
typing-extensions
|
| 16 |
google.generativeai
|
| 17 |
-
|
|
|
|
| 18 |
langchain_google_community
|
| 19 |
langchain_google_community[gmail]
|
| 20 |
python-dotenv
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
langchain>=0.2.10,<0.3
|
| 3 |
+
langchain-community>=0.2.10,<0.3
|
| 4 |
langchainhub
|
| 5 |
+
langchain-chroma>=0.1.2
|
| 6 |
+
chromadb>=0.4.22,<0.5
|
| 7 |
langchain-google-genai
|
| 8 |
langchain-core
|
| 9 |
beautifulsoup4
|
| 10 |
sentence-transformers==2.2.2
|
| 11 |
InstructorEmbedding
|
| 12 |
faiss-cpu
|
| 13 |
+
pypdf>=4.0.0
|
| 14 |
langgraph
|
| 15 |
typing-extensions
|
| 16 |
google.generativeai
|
| 17 |
+
langchain-openai>=0.1.7
|
| 18 |
+
langchain-text-splitters>=0.2.2
|
| 19 |
langchain_google_community
|
| 20 |
langchain_google_community[gmail]
|
| 21 |
python-dotenv
|
| 22 |
+
langchain-text-splitters
|