Closed alphiecore closed 6 months ago
You will need to import ChromaDB like so `import { ChromaDb } from '@llm-tools/embedjs/vectorDb/chroma';
Please refer to the Chroma related documentation for more information. ` Regarding Ollama, the library currently only supports using LLMs via Ollama; support for Ollama embeddings is coming soon but not available yet.
it appears that ChromaDB is not exported within the NPM Module. also, think Ollama embeddings is missing unless i'm doing something wrong?
Module '"@llm-tools/embedjs"' has no exported member 'ChromaDb'.ts(2305)