Skip to content

Tags: neon-sunset/Pinecone.NET

Tags

3.0.0

Toggle 3.0.0's commit message
refactor: improve UX of the constructor overload that accepts an Http…

…Client instance

2.1.1

Toggle 2.1.1's commit message
refactor: small clean-up for NS2.0

2.1.0

Toggle 2.1.0's commit message
docs: update readme

2.0.0

Toggle 2.0.0's commit message
docs: update README

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): bump Grpc.Tools from 2.59.0 to 2.60.0 (#84)

Bumps [Grpc.Tools](https://github.com/grpc/grpc) from 2.59.0 to 2.60.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

---
updated-dependencies:
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat+chore: improve metadata UX, specify ConfigureAwait(false) on all…

… async calls and update project to C# 12 (#81)

1.3.1

Toggle 1.3.1's commit message
deps: track pinecone-client commits

1.3.0

Toggle 1.3.0's commit message
feat: partial vector update

1.2.2

Toggle 1.2.2's commit message
fix(#40): ensure RepeatedField<T>.AsArray() produces an array of exac…

…t length

- Re-allocate to a new exactly-sized T[] if the underlying buffer length of RepeatedField<T> does not match the count
- Bump up the submodule commit (no functional changes)
- Update TODO

1.2.1

Toggle 1.2.1's commit message
chore(deps): make PolySharp and STJ 8 preview net7.0 only