I have a collection having name, description and I have created embeddings for both the fields. I want to perform the vector search using both the embeddings. Is it possible to do that? I can perform search using single embedding with this
@Kushagra_Kesav thanks for the reply. How can I create embeddings on array type field? One of my field is of array type and the values are stored as string values only.