You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
We could suport latest pinecone major release 1.0 to support new V2 API.
For the moment it seems to work with 1.0 client = Langchain::Vectorsearch::Pinecone.new(environment: "api", api_key: "API_KEY", index_name: "INDEX_NAME", llm: llm)
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
We could suport latest pinecone major release 1.0 to support new V2 API.
For the moment it seems to work with 1.0
client = Langchain::Vectorsearch::Pinecone.new(environment: "api", api_key: "API_KEY", index_name: "INDEX_NAME", llm: llm)
The text was updated successfully, but these errors were encountered: