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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -523,9 +523,9 @@ en:
523
523
hints:
524
524
dimensions_warning: "Once saved, this value can't be changed."
525
525
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."
526
-
embed_prompt: "Explains how to process text to create its numerical summary (embedding) for analysis or comparison."
527
-
search_prompt: "Explains how to process a search query to compare it with existing embeddings and find the best matches."
528
-
sequence_length: "The maximum number of words or tokens the system can process at once when creating embeddings or handling a query."
526
+
embed_prompt: "Tells the LLM how to process text to create its numerical summary (embedding) for analysis or comparison."
527
+
search_prompt: "Tells the LLM how to compare a search query with existing embeddings and find the best matches."
528
+
sequence_length: "The maximum number of tokens that can be processed at once when creating embeddings or handling a query."
529
529
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