Index
Index¶
Base class for searchable indexes that can be queried by search steps.
- id (
str
): Unique ID of the index. - args (
dict[str, Any] | None
): Index-specific configuration and connection parameters. - auth (
AuthorizationProvider | str | None
): AuthorizationProvider for accessing the index. - name (
str
): Name of the index/collection/table.