Skip to content

Commit 73fd15c

Browse files
committed
Fix type
1 parent 1fd86bf commit 73fd15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Where to put all vectors for the system. Configured for lancedb by default. This
173173
- `audience` **str** (only for AI Search) - Audience for managed identity token if managed identity authentication is used.
174174
- `index_prefix` **str** - (optional) A prefix for the indexes you will create for embeddings. This stores all indexes (tables) for a given dataset ingest.
175175
- `database_name` **str** - (cosmosdb only) Name of the database.
176-
- `embeddings_schema` **dict[str, str]** (optional) - Enables customization for each of your embeddings.
176+
- `embeddings_schema` **dict[str, dict[str, str]]** (optional) - Enables customization for each of your embeddings.
177177
- `<supported_embedding>`:
178178
- `index_name` **str**: (optional) - Name for the specific embedding index table.
179179
- `id_field` **str**: (optional) - Field name to be used as id. Default=`id`

0 commit comments

Comments
 (0)