Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -10,11 +10,9 @@ langchain-tavily
|
|
10 |
langchain-chroma
|
11 |
langgraph
|
12 |
huggingface_hub
|
13 |
-
supabase
|
14 |
arxiv
|
15 |
pymupdf
|
16 |
wikipedia
|
17 |
-
pgvector
|
18 |
python-dotenv
|
19 |
-
sentence-transformers
|
20 |
|
|
|
10 |
langchain-chroma
|
11 |
langgraph
|
12 |
huggingface_hub
|
|
|
13 |
arxiv
|
14 |
pymupdf
|
15 |
wikipedia
|
|
|
16 |
python-dotenv
|
17 |
+
sentence-transformers # Added this as it was missing from your traceback
|
18 |
|