Find answers from the community

Updated 2 weeks ago

Reloading a Preexisting Pgvector Index Table

@Logan M Hey, could u help me to understand how to reload the pgvector index table already created before? Basically one created vector index created once and everything inserted into DB, and then how to avoid create index again? I know one can persist local disk but I am looking for directly use index stored in DB
L
1 comment
index = VectorStoreIndex.from_vector_store(vector_store, embed_model=embed_model)
Add a reply
Sign up and join the conversation on Discord