index = VectorStoreIndex.from_documents( documents, embed_model=MockEmbedding(embed_dim=8), )