Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 708a3bd

Browse files
authored
UX: Better tooltips for embeddings task instructions prefixes (#1121)
1 parent 8c653fd commit 708a3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/locales/client.en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ en:
531531
hints:
532532
dimensions_warning: "Once saved, this value can't be changed."
533533
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."
536536
sequence_length: "The maximum number of tokens that can be processed at once when creating embeddings or handling a query."
537537
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)."
538538
display_name: "Name"

0 commit comments

Comments
 (0)