Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
langchain_openai
|
| 18 |
+
langchain_google_community
|
| 19 |
+
langchain_google_community[gmail]
|
| 20 |
+
python-dotenv
|