Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
@@ -2,4 +2,19 @@
|
|
2 |
matplotlib
|
3 |
requests-cache
|
4 |
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
|
|
2 |
matplotlib
|
3 |
requests-cache
|
4 |
openai
|
5 |
+
gradio==4.26.0
|
6 |
+
openai>=1.0.0
|
7 |
+
google-auth-oauthlib>=1.0.0
|
8 |
+
langchain
|
9 |
+
langchain-community
|
10 |
+
langchain-openai
|
11 |
+
langgraph
|
12 |
+
tavily-python
|
13 |
+
llama-index
|
14 |
+
llama-index-embeddings-langchain
|
15 |
+
sentence-transformers
|
16 |
+
transformers
|
17 |
+
pinecone
|
18 |
+
firebase-admin
|
19 |
+
python-dotenv
|
20 |
|