- 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 #2114