UNPKG

genkitx-chromadb

Version:

Genkit AI framework plugin for Chroma vector database.

10 lines (9 loc) 280 B
{ "extends": "../../tsconfig.json", "include": ["src"], "compilerOptions": { // chromadb does not compile cleany. It tries to import @xenova/transformers and // chromadb-default-embed, which do not seem to be packaged with the library "skipLibCheck": true } }