From 5d115af2bd5afc1ccde85e493a72e53295256338 Mon Sep 17 00:00:00 2001 From: Brent O'Neill Date: Wed, 24 Sep 2025 12:50:07 -0600 Subject: [PATCH] copy updates --- frontend/src/app/settings/page.tsx | 41 +++++++++++++++++------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 4ea590fe..3c2d3cf0 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -735,7 +735,7 @@ function KnowledgeSourcesPage() { - Restore Flow + Restore flow } title="Restore default Retrieval flow" @@ -798,7 +798,7 @@ function KnowledgeSourcesPage() {
m.default)?.value || @@ -976,7 +982,7 @@ function KnowledgeSourcesPage() {
- Chunk Overlap + Chunk overlap
- + - Standard + No OCR
- Fast ingest for text-based documents without images + Fast ingest for documents with selectable text. Images are + ignored.
@@ -1046,11 +1053,10 @@ function KnowledgeSourcesPage() { htmlFor="ocr" className="text-base font-medium cursor-pointer" > - Extract text from images + OCR
- Uses OCR to extract text from images/PDFs. Ingest is - slower when enabled + Extracts text from images and scanned pages.
@@ -1064,10 +1070,11 @@ function KnowledgeSourcesPage() { htmlFor="picture_description" className="text-base font-medium cursor-pointer" > - Generate Description + OCR + Captions
- Text extraction plust AI generated image descriptions + Extracts text from images and scanned pages. Generates + short image captions.
@@ -1078,11 +1085,11 @@ function KnowledgeSourcesPage() { htmlFor="VLM" className="text-base font-medium cursor-pointer" > - AI Vision + VLM
- Advanced processing with vision language models. Highest - quality but most expensive + Extracts text with layout-aware parsing of tables and + sections using a vision-language model.