Description
For near_text
search, you can provide multiple query vectors for the same target vector:
Is something like this also supported for hybrid search? The search would require an array of query texts and an array of query vectors.
My use case is that I’m splitting a long document into chunks, and then want to search the vector database by each chunk using a hybrid search. The results should be combined using a “join strategy”, as described here: Multiple target vectors | Weaviate