Skip to content

Commit 1190ccf

Browse files
authored
Update the embedder settings documentation (#3104)
1 parent a5f90de commit 1190ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,7 @@ Use `source` to configure an embedder's source. The following embedders can auto
24762476

24772477
Additionally, use `rest` to auto-generate embeddings with any embedder offering a REST API.
24782478

2479-
You may also configure a `userProvided` embedder. In this case, you must manually include vector data in your documents' `_vector` field. You must also manually generate vectors for search queries.
2479+
You may also configure a `userProvided` embedder. In this case, you must manually include vector data in your documents' `_vectors` field. You must also manually generate vectors for search queries.
24802480

24812481
This field is mandatory.
24822482

0 commit comments

Comments
 (0)