Hi, with reference to this Multiple Vector Embeddings in one document? we can generate vector embeddings for the multiple fields but can we query on multiple fields as well, I mean finding search results on the basis of multiple vector embedded fields?
@Aasawari
Hi @Noman_Saleem -
You can index multiple vector embedding fields within a single search index as that example you linked shows, but you can only search these fields one at a time.
If you wanted to combine the results of multiple searches. you would have to do this with a $unionWith or $lookup