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

chore(deps-dev): bump @pinecone-database/pinecone from 2.2.2 to 3.0.2 in /packages/instrumentation-pinecone #438

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2024

Bumps @pinecone-database/pinecone from 2.2.2 to 3.0.2.

Release notes

Sourced from @​pinecone-database/pinecone's releases.

3.0.2

Fixes

Remove util:node function

This patch removes a native Node utility function that was causing issues for users running in Edge. There are no downstream affects of its removal; code should run as it previously was without interruptions or changes.

New Contributors

Full Changelog: pinecone-io/pinecone-ts-client@v3.0.1...3.0.2

v3.0.1

Fixes

Compatibility with Edge runtimes

This patch removes the @sinclair/typebox and ajv libraries, which caused compatibility issues for users running in Edge runtimes (Cloudflare, Vercel, etc.).

Removal of crossFetch ponyfill

Since this Typescript client no longer supports versions of Node <18, we can remove the crossFetch ponyfill from src/utils/fetch.ts, as it was only necessary as a failsafe for users running older versions of Node.

New Contributors

Full Changelog: pinecone-io/pinecone-ts-client@v3.0.0...v3.0.1

Release v3.0.0

Features

API versioning

This updated release of the Pinecone TypeScript SDK depends on API version 2024-07. This v3 SDK release line should continue to receive fixes as long as the 2024-07 API version is in support.

Inference API

Try out Pinecone's new Inference API, currently in public preview.

import { Pinecone } from '@pinecone-database/pinecone';
const client = new Pinecone({ apiKey: 'YOUR_API_KEY' });
const model = 'multilingual-e5-large';
const text = [
'Turkey is a classic meat to eat at American Thanksgiving.',
'Many people enjoy the beautiful mosques in Turkey.',
];
async function generateDocEmbeddings() {
try {
return await client.inference.embed(
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2024

The following labels could not be found: instrumentation-pinecone.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/instrumentation-pinecone/pinecone-database/pinecone-3.0.2 branch from cdbfeb3 to f5731b4 Compare August 31, 2024 07:09
Bumps [@pinecone-database/pinecone](https://github.com/pinecone-io/pinecone-ts-client) from 2.2.2 to 3.0.2.
- [Release notes](https://github.com/pinecone-io/pinecone-ts-client/releases)
- [Commits](pinecone-io/pinecone-ts-client@v2.2.2...3.0.2)

---
updated-dependencies:
- dependency-name: "@pinecone-database/pinecone"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/instrumentation-pinecone/pinecone-database/pinecone-3.0.2 branch from f5731b4 to f2d1ead Compare August 31, 2024 07:10
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #461.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/instrumentation-pinecone/pinecone-database/pinecone-3.0.2 branch September 16, 2024 14:02
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.

0 participants