Does persisted VectorStoreIndex data depend on which vector_store was used? #25173
namedgraph
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I built the vector index using the default vector store (
SimpleVectorStore
I suppose) but I want to load it usingFaissVectorStore
. Is the index data compatible or does it need to be rebuilt?Beta Was this translation helpful? Give feedback.
All reactions