-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug]: Issues importing chromadb UnhandledSchemeError: Reading from "https://unpkg.com/@xenova/[email protected]" #2988
Comments
same problem |
Any new feedback on this ? Getting the same issue. |
If we are using an alternative embedding like OpenAI, why does @xenova/transformers / chromadb-default-embeddings even need to be installed? Can we make this optional as well? |
This is my workaround for now, but would be great if this can be optional.
|
The workaround mentioned by @ashbuilds didn't work by just doing that alone.
I'd like to avoid having to install dependencies... and then still have it direct to a CDN, I'll throw a PR at Chroma tomorrow to make sure that you dont need chroma's dependencies in your own package.json. |
Hi, yes you need |
What happened?
Hi, Im trying to import chromadb into my nextjs server but getting the issue UnhandledSchemeError: Reading from "https://unpkg.com/@xenova/[email protected]", I tried to mark this as external modules but it doesn't work. Is there any workaround? Thank you!
Versions
chromadb: 1.9.2, node v22.10.0
Relevant log output
The text was updated successfully, but these errors were encountered: