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

NameError: name 'embed' is not defined #21

Open
sealsea48 opened this issue Aug 31, 2024 · 1 comment
Open

NameError: name 'embed' is not defined #21

sealsea48 opened this issue Aug 31, 2024 · 1 comment

Comments

@sealsea48
Copy link

Running the code in colab return
NameError: name 'embed' is not defined

@hibariba
Copy link

Running the code in colab return NameError: name 'embed' is not defined

Problem root cause: chromadb dependency has been commented out in pyproject.toml.
solution:

pip install "chromadb>=0.4.2,<1.0.0"

hibariba added a commit to hibariba/aifs that referenced this issue Sep 12, 2024
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