General

General configuration options that don’t fit elsewhere.

keyword

  1. keyword: boolean

Enables sparse keyword indexing for this embeddings.

hybrid

  1. hybrid: boolean

Enables hybrid (sparse + dense) indexing for this embeddings.

indexes

  1. indexes: dict

Key value pairs defining subindexes for this embeddings. Each key is the index name and the value is the full configuration. This configuration can use any of the available configurations in a standard embeddings instance.

autoid

  1. format: int|uuid function

Sets the auto id generation method. When this is not set, an autogenerated numeric sequence is used. This also supports UUID generation functions. For example, setting this value to uuid4 will generate random UUIDs. Setting this to uuid5 will generate deterministic UUIDs for each input data row.

format

  1. format: pickle|json

Sets the configuration storage format. Defaults to pickle.