Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default pinecone-mode from 'rest' to 'sdk+grpc' #35

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

daverigby
Copy link
Collaborator

Problem

Connecting to a Pinecone index via the REST API is generally higher
latency than using the Python+gRPC client.

Solution

Support for sdk+grpc has existed for a while now and seems stable (and
lower latency), change the default to sdk+grpc.

Type of Change

  • New feature (non-breaking change which adds functionality)

Connecting to a Pinecone index via the REST API is generally higher
latency than using the Python+gRPC client.

Support for sdk+grpc has existed for a while now and seems stable (and
lower latency), change the default to sdk+grpc.
@daverigby daverigby merged commit 1d3dd43 into main Feb 27, 2024
7 checks passed
@daverigby daverigby deleted the default_to_sdk_grpc branch February 27, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant