Just a quick question, if we create a ServiceContext.from_defaults() function to pass in a different sentencetransformers model, will VectorStoreIndex.from_documents() function create the embedding data using said different model when passing in documents and that ServiceContext object? specifically using chromadb