I ran into a different error when installing chroma locally, but sharing the solution here in case it helps. The error was:
error: command '/usr/bin/clang' failed with exit code 1
ERROR: Could not build wheels for chroma-hnswlib, which is required to install pyproject.toml-based projects
I was able to install Chroma by running:
export HNSWLIB_NO_NATIVE=1
pip install chromadb
Once you install it, you can unset the env variable if you want.
My error is related to the output provided, I’ve followed the code exactly from the course, i didn’t receive any message to install chromadb, but the answer to this question:
question = “is there an email i can ask for help”
output: “over the last 15, 20 years in an electronic format. \nTurns out that most of you probably use learning algorithms — I don’t know — I think \nhalf a dozen times a day or maybe a dozen times a day or more, and often without \nknowing it. So, for example, every time you se nd mail via the US Postal System, turns \nout there’s an algorithm that tries to automa tically read the zip code you wrote on your \nenvelope, and that’s done by a learning al gorithm. So every time you send US mail, you \nare using a learning algorithm, perhap s without even being aware of it.”
as you can see, has nothing related to the question…
How do I resolve this?
I’m using jupyter notebook in vsc, and have a message:
→ ‘rm’ is not recognized as an internal or external command,
operable program or batch file.
When trying to use remove the file, I’ve tried other methods, but just resulted in and error
Is this the reason why the output to the question is not working correctly?
I’m encountering this quiet often when using Chroma and langchain in other projects, where the output from the vector has nothing related to the query…what can i do?
hi @meomeo can I know what is your doubt related to temperature and hallucination?
Going through your query it looked more of environment to module access issue.
I think this is 3 or 4th time I am seeing a learner having issue with vsc. (How did you resolve your issue)
Your output not being specific to your question? can be related temperature but actually I haven’t seen the codes of this course, so can you share screenshot of the codes here.