pinecone-ts-client icon indicating copy to clipboard operation
pinecone-ts-client copied to clipboard

The official TypeScript/Node client for the Pinecone vector database

Results 46 pinecone-ts-client issues
Sort by recently updated
recently updated
newest added

**Is this a new bug?** In other words: Is this an error, flaw, failure or fault? Please search Github issues and check our [Community Forum](https://community.pinecone.io/) to see if someone has...

bug
status:on-roadmap

`pineconeIndex` type error. The issue does not occur with `v3.0.3` **Error information** ``` Type 'import("/Users/kirandash/workspace/bgwebagency/ai-web-apps/node_modules/@pinecone-database/pinecone/dist/data/index").Index' is not assignable to type 'import("/Users/kirandash/workspace/bgwebagency/ai-web-apps/node_modules/@langchain/pinecone/node_modules/@pinecone-database/pinecone/dist/data/index").Index

bug
status:on-roadmap

Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 3.14.1 to 3.14.2 Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix...

dependencies
javascript

**Is this a new bug?** In other words: Is this an error, flaw, failure or fault? Please search Github issues and check our [Community Forum](https://community.pinecone.io/) to see if someone has...

bug
status:needs-triage

**Description** The js [quickstart docs](https://docs.pinecone.io/guides/get-started/quickstart) claim that you can upsertRecords with just text, but the sdk does not support this. I only see `upsertRecords` with `values`. ``` export type PineconeRecord...

documentation
status:needs-triage

**What motivated you to submit this feature request?** Currently the types with-in the SDK are super limited. In addition in real-time / run time there isn't any additional schema validation...

enhancement
status:needs-triage