Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chroma in NPM #64

Closed
alphiecore opened this issue May 23, 2024 · 1 comment
Closed

Chroma in NPM #64

alphiecore opened this issue May 23, 2024 · 1 comment
Assignees

Comments

@alphiecore
Copy link

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)

@adhityan
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants