Skip to content

[Question]: Clarification on Behavior of VectorStoreIndex.from_vector_store with Multiple Indices #10372

@Leonschmitt

Description

@Leonschmitt

Question Validation

  • I have searched both the documentation and discord for an answer.

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions