diff --git a/frontends/search/src/components/CreateNewDocChunkForm.tsx b/frontends/search/src/components/CreateNewDocChunkForm.tsx index eb76876ade..6f98469718 100644 --- a/frontends/search/src/components/CreateNewDocChunkForm.tsx +++ b/frontends/search/src/components/CreateNewDocChunkForm.tsx @@ -307,7 +307,7 @@ export const CreateNewDocChunkForm = () => { body={ } - tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something likeclickthrough data, you can use it to incrementally increase the boost of a chunk." + tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something like clickthrough data, you can use it to incrementally increase the boost of a chunk." /> diff --git a/frontends/search/src/components/EditChunkPageForm.tsx b/frontends/search/src/components/EditChunkPageForm.tsx index fdddeef5c0..b198cbabdb 100644 --- a/frontends/search/src/components/EditChunkPageForm.tsx +++ b/frontends/search/src/components/EditChunkPageForm.tsx @@ -412,7 +412,7 @@ export const EditChunkPageForm = (props: SingleChunkPageProps) => { body={ } - tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something likeclickthrough data, you can use it to incrementally increase the boost of a chunk." + tooltipText="Optional. Weight is applied as a linear factor to score on search results. If you have something like clickthrough data, you can use it to incrementally increase the boost of a chunk." />