flâneur — a map of the web's best reading

Can we query on multiple vector embedding fields in vector search? - MongoDB Atlas / Vector Search - MongoDB Developer Community Forums

mongodb.com · 523 words · saved by 1 readers

Hi, with reference to this Multiple Vector Embeddings in one document? 42 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 Clarifying here that this is not currently supported within $vectorSearch as noted in the limitations 3 section of the $vectorSearch documentation. We are actively working on a solution for this, so it should be supported not too far in the future. You can use $search with the knnBeta operator in the meantime to achieve this functionality. Tired of scrolling through the same posts? When you create an account you’ll always come back to

Can we query on multiple vector embedding fields in vector search? - Vector Search - MongoDB Community Hub MongoDB.local is coming to London on 7 May! Use code Community50 for 50% off your registration >> × --> Can we query on multiple vector embedding fields in vector search? MongoDB Atlas Vector Search Noman_Saleem (Noman Saleem) September 12, 2023, 1:41pm 1 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 ve

Explore this link on the map →

related reading