Rajat Saxena

Results 2 comments of Rajat Saxena

With chromadb `0.3.26`, I am getting the following error. I am using Chroma in client-server mode. ``` AttributeError: 'Chroma' object has no attribute '_client_settings' ```

@egils-mtx For the following code, ``` docs = docsearch.similarity_search(query, {"url": "langchain.readthedocs.io"}) ``` I am getting the error. ``` TypeError: '>' not supported between instances of 'dict' and 'int' ``` I...