From efa3b7818db370199e8e4d85b309d06a94202ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 15 Jan 2025 14:12:17 +0100 Subject: [PATCH] Update the embedder settings documentation It seems that there is an issue in the documentation as it refers to the `_vector` field instead of the `_vectors` one. --- reference/api/settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/api/settings.mdx b/reference/api/settings.mdx index 5011e265c..a152c4b7a 100644 --- a/reference/api/settings.mdx +++ b/reference/api/settings.mdx @@ -2476,7 +2476,7 @@ Use `source` to configure an embedder's source. The following embedders can auto Additionally, use `rest` to auto-generate embeddings with any embedder offering a REST API. -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. +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. This field is mandatory.