Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
Commit
•
c23d801
1
Parent(s):
0fb4cf5
ImportError: cannot import name 'GRPCIndex' from 'pinecone'
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
pinecone-client[grpc]
|
2 |
sentence-transformers==2.2.2
|
3 |
datasets
|
4 |
-
|
5 |
-
protobuf
|
6 |
torch
|
7 |
streamlit-chat-media
|
8 |
streamlit-chat
|
|
|
|
|
1 |
sentence-transformers==2.2.2
|
2 |
datasets
|
3 |
+
pinecone-client[grpc]
|
|
|
4 |
torch
|
5 |
streamlit-chat-media
|
6 |
streamlit-chat
|