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
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -515,14 +515,18 @@ en:
515
515
configure_manually: "Configure manually"
516
516
edit: "Edit"
517
517
seeded_warning: "This is pre-configured on your site and cannot be edited."
518
-
tests:
518
+
tests:
519
519
title: "Run test"
520
520
running: "Running test..."
521
521
success: "Success!"
522
522
failure: "Attempting to generate an embedding resulted in: %{error}"
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: "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
+
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)."
526
530
display_name: "Name"
527
531
provider: "Provider"
528
532
url: "Embeddings service URL"
@@ -536,18 +540,18 @@ en:
536
540
537
541
distance_function: "Distance function"
538
542
distance_functions:
539
-
<#>: "Negative inner product (<#>)"
540
-
<=>: "Cosine distance (<=>)"
543
+
<#>: "Negative inner product"
544
+
<=>: "Cosine distance"
541
545
providers:
542
546
hugging_face: "Hugging Face"
543
547
open_ai: "OpenAI"
544
548
google: "Google"
545
549
cloudflare: "Cloudflare"
546
550
CDCK: "CDCK"
551
+
fake: "Custom"
547
552
provider_fields:
548
553
model_name: "Model name"
549
554
550
-
551
555
semantic_search: "Topics (Semantic)"
552
556
semantic_search_loading: "Searching for more results using AI"
0 commit comments