OpenInterpreter / aifs

Local semantic search. Stupidly simple.
Apache License 2.0
391 stars 53 forks source link

NameError: name 'embed' is not defined #21

Open sealsea48 opened 2 months ago

sealsea48 commented 2 months ago

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

hibariba commented 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:

pip install "chromadb>=0.4.2,<1.0.0"