Find answers from the community

Updated 9 months ago

How to get all nodes and embeddings

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