VectorStoreIndex.from_vector_store(my_store).as_retriever()
? - or when I'm setting the vector store itself for example the WeaviateVectorStore
? - So far I see I can do this as a part of the Settings.embed_model
but want to make it so that I can define a separate model per retriever if possible.