Skip to main content
Version: 1.0

aixplain.enums.index_stores

IndexStores Objects

class IndexStores(Enum)

[view_source]

Enumeration of available index store providers in the aiXplain system.

This enum defines the different index store providers that can be used for storing and retrieving indexed data, along with their identifiers.

Attributes:

  • AIR dict - AIR index store configuration with name and ID.
  • VECTARA dict - Vectara index store configuration with name and ID.
  • GRAPHRAG dict - GraphRAG index store configuration with name and ID.
  • ZERO_ENTROPY dict - Zero Entropy index store configuration with name and ID.

__str__

def __str__() -> str

[view_source]

Return the name of the index store.

Returns:

  • str - The name value from the index store configuration.

get_model_id

def get_model_id() -> str

[view_source]

Return the model ID of the index store.

Returns:

  • str - The ID value from the index store configuration.