Can we query on multiple vector embedding fields in vector search?

Hi, is this feature already available, basically our use case is we will have

  • Multiple embedding fields(let’s use just 2 for example)
  • metadata fields

And we will have a variety of query types, for example:

  • use the 2 embeddings for the search but give a higher weight/importance to one of them so it influences the search results more.
  • the same as previous example but add some filters based on metadata(such as year)
  • similar to previous 2 but use in combination with lexicon search(use the embedding but also text search giving more weight to the vector search than the text search)

Sorry if this question is a dumb question, I’m a complete newbie to mongodb