I used the ingestion pipeline to store embeddings (with Postgres) and when I try to load in the index using VectorStoreIndex.from_vector_store, the nodes are empty. Does anyone know how to resolve this?
Im doing index=VectorStoreIndex.from_vector_store(vector_store=vector_store)