Find answers from the community

Updated 11 months ago

How to get all nodes and embeddings

At a glance

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.

How to get all nodes and embeddings saved in a vector store at any point in time ? Do we have any low level function for this?
L
1 comment
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
Add a reply
Sign up and join the conversation on Discord