mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-08-25 10:11:42 -04:00
e288410e72
Fixing issue with SelfQueryRetriever due to unsupported LIKE and CONTAIN comparators in Chroma's WHERE filter statements. This pull request introduces a redefined set of comparators in Chroma to address the problem and make it compatible with SelfQueryRetriever. For information on the comparators supported by Chroma's filter, please refer to https://docs.trychroma.com/usage-guide#using-where-filters. <img width="495" alt="image" src="https://github.com/hwchase17/langchain/assets/22267652/34789191-0293-4f63-9bdf-ad1e1f2567c4"> --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>