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
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: config/locales/client.en.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -531,8 +531,8 @@ en:
531
531
hints:
532
532
dimensions_warning: "Once saved, this value can't be changed."
533
533
matryoshka_dimensions: "Defines the size of nested embeddings used for hierarchical or multi-layered representation of data, similar to how nested dolls fit within each other."
534
-
embed_prompt: "Tells the LLM how to process text to create its numerical summary (embedding) for analysis or comparison."
535
-
search_prompt: "Tells the LLM how to compare a search query with existing embeddings and find the best matches."
534
+
embed_prompt: "Task instruction prefix when generating embeddings of forum content. ONLY for embeddings models that require prefixes, like nomic-embed or stella. Not needed for most models."
535
+
search_prompt: "Task instruction prefix when generating embeddings of search queries. ONLY for embeddings models that require prefixes, like nomic-embed or stella. Not needed for most models."
536
536
sequence_length: "The maximum number of tokens that can be processed at once when creating embeddings or handling a query."
537
537
distance_function: "Determines how similarity between embeddings is calculated, using either cosine distance (measuring the angle between vectors) or negative inner product (measuring overlap of vector values)."
0 commit comments