Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,9 +3,10 @@ huggingface_hub
|
|
| 3 |
langgraph
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
| 6 |
-
#supabase-py
|
| 7 |
faiss-cpu
|
| 8 |
sentence-transformers #for on-the-fly embeddings
|
| 9 |
pandas
|
| 10 |
wikipedia
|
| 11 |
arxiv
|
|
|
|
|
|
|
|
|
| 3 |
langgraph
|
| 4 |
langchain-core
|
| 5 |
langchain-community
|
|
|
|
| 6 |
faiss-cpu
|
| 7 |
sentence-transformers #for on-the-fly embeddings
|
| 8 |
pandas
|
| 9 |
wikipedia
|
| 10 |
arxiv
|
| 11 |
+
google-search-results #for the SerpAPI Python client
|
| 12 |
+
#supabase-py
|