Find answers from the community

Updated 8 months ago

Hi Guys, I am trying to implement

Hi Guys, I am trying to implement PGVectorStore. Do I need to persist data loading as per this document https://docs.llamaindex.ai/en/stable/module_guides/storing/save_load/?h=persist ? Like Mongo Postgres also should do it by default right ?
W
M
3 comments
Most of the third party vector stores does not need persisting. They save it directly to the hosted DB.

when you reload they create a client object for PGVector collection where you have stored the documents.
Add a reply
Sign up and join the conversation on Discord