Did anyone face similar problems with lancedb? When using it in a simple query engine or a standalone retriever it works, but when I plug it into a query fusion retriever it just throws this error always. /usr/local/lib/python3.10/dist-packages/llama_index/vector_stores/lancedb.py in query(self, query, **kwargs) 159 .limit(query.similarity_top_k) 160 .where(where) --> 161 .nprobes(self.nprobes) 162 ) 163
AttributeError: 'LanceEmptyQueryBuilder' object has no attribute 'nprobes'