Skip to content

Commit 4a175e0

Browse files
fix nitpick by code review
1 parent 430c8d1 commit 4a175e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/settings.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ pub struct FacetingSettings {
4141
#[serde(rename_all = "camelCase", tag = "source")]
4242
pub enum Embedder {
4343
/// Compute embeddings inside meilisearch with models from [HuggingFace](https://huggingface.co/).
44+
///
4445
/// You may be able to significantly improve performance by [compiling a CUDA-compatible Meilisearch binary](https://www.meilisearch.com/docs/guides/ai/computing_hugging_face_embeddings_gpu).
4546
/// This is a resource-intensive operation and might affect indexing performance negatively.
4647
HuggingFace(HuggingFaceEmbedderSettings),
4748
/// Use OpenAI's API to generate embeddings
48-
/// Depending on hardware, this is a
49+
///
50+
/// Depending on your hardware, this network request may be faster
4951
OpenAi(OpenAIEmbedderSettings),
5052
/// [Ollama](https://ollama.com/) is a framework for building and running language models locally.
5153
Ollama(OllamaEmbedderSettings),

0 commit comments

Comments
 (0)