aixplain.enums.index_stores
IndexStores Objects
class IndexStores(Enum)
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
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
Return the model ID of the index store.
Returns:
str
- The ID value from the index store configuration.