Does SelfQueryRetriever works with chromadb server(collections)?
I am currently working with SelfQueryRetriever and my data is stored in a ChromaDB server within a collection. While a simple similarity search retrieves answers correctly, using SelfQueryRetriever for the same collection and query returns empty results.