The community member is asking how to get all nodes and embeddings saved in a vector store at any point in time, and whether there is a low-level function for this. In the comments, another community member responds that there is no straightforward way to do this, and that the user would need to either use the underlying vector database client (if using a vector database integration) or access the underlying index.vector_store._data.embedding_dict if using the default vector store.
Not really. You'd have to use the underlying vector db client (if using a vector db integration) or access the underlying index.vector_store._data.embedding_dict if using the default vector store