Question Validation
Question
Hi,
I am currently working with the Qdrant Vector Store and have encountered a question regarding the behavior of the VectorStoreIndex.from_vector_store method when multiple vector store indices have been created.
In my current project, I have created several indices in the Vector Store. Now, I am in a situation where I am calling the VectorStoreIndex.from_vector_store method as follows:
VectorStoreIndex.from_vector_store(
vector_store_component.vector_store,
storage_context=self.storage_context,
service_context=self.service_context,
show_progress=True,
)
My question is: Which of the existing indices does this method access? Or does it create a new index encompassing all the existing indices? I am uncertain about the specific behavior in this scenario and could not find clear documentation on it.
Thank you in advance for your support t!
Question Validation
Question
Hi,
I am currently working with the Qdrant Vector Store and have encountered a question regarding the behavior of the VectorStoreIndex.from_vector_store method when multiple vector store indices have been created.
In my current project, I have created several indices in the Vector Store. Now, I am in a situation where I am calling the VectorStoreIndex.from_vector_store method as follows:
My question is: Which of the existing indices does this method access? Or does it create a new index encompassing all the existing indices? I am uncertain about the specific behavior in this scenario and could not find clear documentation on it.
Thank you in advance for your support t!