pinecone-ts-client
pinecone-ts-client copied to clipboard
The official TypeScript/Node client for the Pinecone vector database
**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...
`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
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...
**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...
**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...
**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...