Open sealsea48 opened 2 months ago
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:
chromadb
pyproject.toml
pip install "chromadb>=0.4.2,<1.0.0"
Running the code in colab return NameError: name 'embed' is not defined