You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/yaml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ Where to put all vectors for the system. Configured for lancedb by default. This
173
173
- `audience`**str** (only for AI Search) - Audience for managed identity token if managed identity authentication is used.
174
174
- `index_prefix`**str** - (optional) A prefix for the indexes you will create for embeddings. This stores all indexes (tables) for a given dataset ingest.
175
175
- `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.
177
177
- `<supported_embedding>`:
178
178
- `index_name` **str**: (optional) - Name for the specific embedding index table.
179
179
- `id_field` **str**: (optional) - Field name to be used as id. Default=`id`
0 commit comments