Skip to content

Commit 20c4d50

Browse files
formatting fix
1 parent 8e265df commit 20c4d50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/settings.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub struct HuggingFaceEmbedderSettings {
105105
#[serde(skip_serializing_if = "Option::is_none")]
106106
pub document_template: Option<String>,
107107
/// The maximum size of a rendered document template.
108-
//
108+
//
109109
// Longer texts are truncated to fit the configured limit.
110110
/// Default: `400`
111111
#[serde(skip_serializing_if = "Option::is_none")]
@@ -166,7 +166,7 @@ pub struct OpenAIEmbedderSettings {
166166
#[serde(skip_serializing_if = "Option::is_none")]
167167
pub document_template: Option<String>,
168168
/// The maximum size of a rendered document template.
169-
//
169+
//
170170
// Longer texts are truncated to fit the configured limit.
171171
/// Default: `400`
172172
#[serde(skip_serializing_if = "Option::is_none")]
@@ -232,7 +232,7 @@ pub struct OllamaEmbedderSettings {
232232
#[serde(skip_serializing_if = "Option::is_none")]
233233
pub document_template: Option<String>,
234234
/// The maximum size of a rendered document template.
235-
//
235+
//
236236
// Longer texts are truncated to fit the configured limit.
237237
/// Default: `400`
238238
#[serde(skip_serializing_if = "Option::is_none")]
@@ -326,13 +326,13 @@ pub struct GenericRestEmbedderSettings {
326326
/// }
327327
/// ```
328328
/// The maximum size of a rendered document template.
329-
//
329+
//
330330
// Longer texts are truncated to fit the configured limit.
331331
/// Default: `400`
332332
#[serde(skip_serializing_if = "Option::is_none")]
333333
pub document_template_max_bytes: Option<usize>,
334334
/// JSON object with the same structure and data of the request you must send to your rest embedder.
335-
///
335+
///
336336
/// The field containing the input text Meilisearch should send to the embedder must be replaced with `{{text}}`.
337337
/// Example:
338338
/// ```json

0 commit comments

Comments
 (0)