We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c35fa7 commit 51d2ea3Copy full SHA for 51d2ea3
models/pinecone.py
@@ -17,7 +17,7 @@
17
18
# pinecone integration
19
from pinecone import Pinecone, ServerlessSpec
20
-from pinecone.core.openapi.shared.exceptions import PineconeApiException
+from pinecone.exceptions import PineconeApiException
21
from pinecone.models import IndexList
22
23
# this project
requirements/base.txt
@@ -12,9 +12,6 @@ langchainhub==0.1.21
12
langsmith==0.3.45
13
openai==1.88.0
14
pinecone==7.2.0
15
-pinecone-client==5.0.1
16
-pinecone-plugin-assistant==1.7.0
-pinecone-plugin-interface==0.0.7
pinecone-text==0.10.0
pydantic==2.10.4
pydantic-settings==2.9.1
0 commit comments