Pinecone isn’t running properly for me. Apparently the issue is that the client and server versions don’t match:
Server Version: 2.0
Client Version: 2.2
I would appreciate any help regarding this.
Thank you.
Pinecone isn’t running properly for me. Apparently the issue is that the client and server versions don’t match:
Server Version: 2.0
Client Version: 2.2
I would appreciate any help regarding this.
Thank you.
Hi @ArmanMian, the version of the Pinecone server is not a setting you can control or configure; it’s always the latest version of software running in the service. Basically, you don’t have to worry about what the server’s version is; it’s immaterial.
If you’re using the Python client, the latest version is 2.2.4. Be sure to upgrade using pip install -U pinecone-client.
What was the original error message you received that led you to conclude the server version was the issue? Can you share the full stacktrace of the error?