Find answers from the community

Updated 9 months ago

Data

Is there a way to return all the embeddings in a Postgres vector store (or index based on the vector store) with no query? I tried using index.vector_store._data.embedding_dict but it doesn't seem to work with all vector stores. My docstore is also in Postgres, so it would be nice to get all the document data and the embeddings together, if possible.
L
r
2 comments
Probably I would just query postgres directly
Add a reply
Sign up and join the conversation on Discord