Pinecone.NET icon indicating copy to clipboard operation
Pinecone.NET copied to clipboard

Pinecone.NET is a fully-fledged C# library for the Pinecone vector database.

Results 15 Pinecone.NET issues
Sort by recently updated
recently updated
newest added

- Adding support for serverless indexes - Moving to new global API (also list indexes and list collections now return more data) - Adding tests (local testing story is not...

Per blog entry: https://www.pinecone.io/blog/global-api/ the API to manage index operations in form of host / operation is now deprecated. They recommend moving to the new global API ASAP (i.e. before...

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.61.0 to 2.62.0. Release notes Sourced from Grpc.Net.Client's releases. Release v2.62.0 What's Changed Set default streams value in grpc-client.yml by @​sebastienros in grpc/grpc-dotnet#2379 Fix OS detection error...

dependencies

Bumps [Grpc.Net.ClientFactory](https://github.com/grpc/grpc-dotnet) and [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet). These dependencies needed to be updated together. Updates `Grpc.Net.ClientFactory` from 2.61.0 to 2.62.0 Release notes Sourced from Grpc.Net.ClientFactory's releases. Release v2.62.0 What's Changed Set default streams...

dependencies

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.26.0 to 3.26.1. Commits 2434ef2 Updating version.json and repo version numbers to: 26.1 49253b1 Merge pull request #16308 from protocolbuffers/cp-26x-3 9bf69ec Fix validateFeatures to be called after...

dependencies

When attempting to retrieve the index using the GetIndex method by providing the indexName of a serverless index, an HttpRequestException is encountered. The exception message is as follows: `System.Net.Http.HttpRequestException: 'Response...

Currently, we do vector values unmarshalling by taking out the underlying buffer from `RepeatedField`. Because it's implemented in a list-like fashion, this means that it usually has Pow2 length. This...

enhancement

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies

The idea is, each operation has a pair of log entries - start is logged at Trace level (and should be ignored in most cases), and then we either log...

It appears that pod-based index tests have stopped working with the free tier used by the test environment. This could be addressed either by Pinecone granting free credits and plan...