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.