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

Pinecone.io client with excellent TypeScript support.

Results 3 pinecone-client issues
Sort by recently updated
recently updated
newest added

My code: `const pinecone = new PineconeClient({ baseUrl: config.PINECONE_BASE_URL, apiKey: config.PINECONE_API_KEY, });` Exception: The base URL I am using does appear to be correct based on the documentation `https://v2-84de346.svc.us-west4-gcp-free.pinecone.io` Environment:...

Currently, the Upsert call handles batching (which is 👌 ), but I noticed that right now the function doesn't return anything. It may be useful to modify this function to...