UNPKG

genkitx-pinecone

Version:

Genkit AI framework plugin for Pinecone vector database.

11 lines (10 loc) 342 B
{ "extends": "../../tsconfig.json", "include": ["src"], "compilerOptions": { // The @pinecone-database+pinecone library has TypeScript errors: // 1. There are three errors that the type RequestCredentials cannot be found // 2. There is one error that WindowOrWorkerGlobalScope cannot be found "skipLibCheck": true } }