.. _fm_vector_index: VectorIndexes ============= .. note:: The `VectorIndexes` class primarily focuses on the creation of an asset, assuming the vector index already exists externally. Additional steps (such as parsing documents, splitting them into chunks, creating embeddings, and uploading them to the external vector database) are required to ensure functionality in the absence of aforementioned vector index in the external vector store. .. autoclass:: ibm_watsonx_ai.foundation_models.utils.VectorIndexes :members: :exclude-members: :undoc-members: :show-inheritance: