You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: