Update dependency @pinecone-database/pinecone to v5 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0
->^5.0.0
Release Notes
pinecone-io/pinecone-ts-client (@pinecone-database/pinecone)
v5.0.2
Compare Source
Types
Embedding
andEmbeddingsListUsage
are now exported from the top of the client package.Full Changelog: pinecone-io/pinecone-ts-client@v5.0.1...v5.0.2
v5.0.1
Compare Source
What's Changed
EmbeddingsList
custom class by @austin-denoble in https://github.com/pinecone-io/pinecone-ts-client/pull/330Full Changelog: pinecone-io/pinecone-ts-client@v5.0.0...v5.0.1
v5.0.0
Compare Source
This version of the Pinecone Node SDK depends on version
2025-01
of the Pinecone API. You can read more about versioning here. This v5 SDK release line should continue to receive fixes as long as the2025-01
API version is in support.Features
Sparse index support
You can now work with sparse-only indexes. These indexes enable direct indexing and retrieval of sparse vectors, supporting traditional methods like BM25 and learned sparse models such as pinecone-sparse-english-v0. You can read more about getting started with sparse-only indexes here.
The following example demonstrates creating a new sparse-only index, and upserting some arbitrary sparse vector data:
Assistant support
Support has been added for working with Pinecone Assistants. Pinecone Assistant is a service that allows you to upload documents, ask questions, and receive responses that reference your documents. This is known as retrieval-augmented generation (RAG).
What's Changed
2025-01
, implement Assistant base by @austin-denoble @aulorbe in https://github.com/pinecone-io/pinecone-ts-client/pull/322release-candidate/2025-01
->main
for v5.0.0 by @austin-denoble in https://github.com/pinecone-io/pinecone-ts-client/pull/329Full Changelog: pinecone-io/pinecone-ts-client@4.1.0...v5.0.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "after 9am and before 5pm every weekday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.