Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
langchain
|
2 |
langchain-community
|
3 |
python-dotenv==1.0.0
|
4 |
streamlit==1.22.0
|
@@ -8,10 +8,10 @@ faiss-cpu==1.7.4
|
|
8 |
libmagic==1.0
|
9 |
python-magic==0.4.27
|
10 |
langchain-openai
|
11 |
-
OpenAI
|
12 |
langchain-groq
|
13 |
sentence-transformers
|
14 |
-
chromadb
|
15 |
beautifulsoup4
|
16 |
requests
|
17 |
streamlit
|
|
|
1 |
+
langchain
|
2 |
langchain-community
|
3 |
python-dotenv==1.0.0
|
4 |
streamlit==1.22.0
|
|
|
8 |
libmagic==1.0
|
9 |
python-magic==0.4.27
|
10 |
langchain-openai
|
11 |
+
OpenAI
|
12 |
langchain-groq
|
13 |
sentence-transformers
|
14 |
+
chromadb
|
15 |
beautifulsoup4
|
16 |
requests
|
17 |
streamlit
|