Spaces:
Running
Running
AdityaAdaki
commited on
Commit
·
fd401ff
1
Parent(s):
180a8b0
- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
langchain==0.1.0
|
2 |
-
langchain-community
|
3 |
langchain-core==0.1.0
|
4 |
-
langchain-pinecone
|
5 |
-
langchain-ollama
|
6 |
pinecone-client==3.0.1
|
7 |
huggingface-hub==0.20.1
|
8 |
streamlit==1.29.0
|
@@ -11,5 +11,4 @@ beautifulsoup4==4.12.2
|
|
11 |
tqdm==4.66.1
|
12 |
python-dotenv==1.0.0
|
13 |
typing-extensions==4.8.0
|
14 |
-
rich==13.7.0
|
15 |
-
# Remove asyncio package as it's part of Python standard library
|
|
|
1 |
langchain==0.1.0
|
2 |
+
langchain-community
|
3 |
langchain-core==0.1.0
|
4 |
+
langchain-pinecone
|
5 |
+
langchain-ollama
|
6 |
pinecone-client==3.0.1
|
7 |
huggingface-hub==0.20.1
|
8 |
streamlit==1.29.0
|
|
|
11 |
tqdm==4.66.1
|
12 |
python-dotenv==1.0.0
|
13 |
typing-extensions==4.8.0
|
14 |
+
rich==13.7.0
|
|