What embedding model is used by Mongo Atlas behind the scenes when we generate vector-based index ?
Don’t I have to use the same embedding model (model = “text-embedding-ada-002”
) to align with vector based index ?
Does Vector Index allow to use/configure which model to use as part of creating vector search index?
Thanks