David_K93
Contributor

I apologize, it is my first time posting. Please allow me to provide more information.

I've been able to successfully create a Chroma DB following the demo. No issues with the installation you suggested above. I am also able to successfully load the DB as shown below:

image 

The issue happens when I try to call a LangChain function like "similarity_search()". I get an error telling me the object name "chromadb" is not defined. There isn't an object named that in the code. I checked the source code and don't see an object by the name of 'chromadb' so I'm not sure why I am getting this error:

Error

image 

similarity_search() source code:

image 

Thank you for any help.

Regards,

David