vec_store.query(VectorStoreQuery(similarity_top_k=100_000_000)).nodes
to fetch all nodes. However these nodes returned have no embeddings despite the DB showing the embeddings in the corresponding columnget_nodes()
on PGVectorStore I am getting a NotImplementedError so I'm not sure what to do here