> Mirrored from weaviate/weaviate-python-client#2119 (https://github.com/weaviate/weaviate-python-client/issues/2119) - Expose the OPERATOR_AND_CROSS search operator (Weaviate 1.39.0, backported to 1.37.15 and 1.38.8). - Available wherever a BM25 operator is accepted: bm25, hybrid, the generative-query equivalents, and aggregate hybrid. - Python implementation https://github.com/weaviate/weaviate-python-client/pull/2114
Expose the OPERATOR_AND_CROSS search operator (Weaviate 1.39.0, backported to 1.37.15 and 1.38.8).
Available wherever a BM25 operator is accepted: bm25, hybrid, the generative-query equivalents, and aggregate hybrid.
Python implementation Add cross-property BM25 And operator weaviate-python-client#2114