diff --git a/surfsense_web/components/assistant-ui/connector-popup/connector-configs/components/webcrawler-config.tsx b/surfsense_web/components/assistant-ui/connector-popup/connector-configs/components/webcrawler-config.tsx index 713b58c2c..22b14842b 100644 --- a/surfsense_web/components/assistant-ui/connector-popup/connector-configs/components/webcrawler-config.tsx +++ b/surfsense_web/components/assistant-ui/connector-popup/connector-configs/components/webcrawler-config.tsx @@ -54,8 +54,16 @@ export const WebcrawlerConfig: FC = ({ connector, onConfig

Web Crawler Configuration

- Configure your web crawler settings. You can add a Firecrawl API key for enhanced crawling - or use the free fallback option. + Add webpages to your knowledge base for periodic indexing. Configure a Firecrawl API key + for enhanced crawling or use the free fallback option. +

+
+ + {/* Chat tip */} +
+ +

+ Want a quick answer from a webpage without indexing it? Just paste the URL directly into the chat instead.

diff --git a/surfsense_web/components/assistant-ui/connector-popup/constants/connector-constants.ts b/surfsense_web/components/assistant-ui/connector-popup/constants/connector-constants.ts index 5deee8360..566b2fdbc 100644 --- a/surfsense_web/components/assistant-ui/connector-popup/constants/connector-constants.ts +++ b/surfsense_web/components/assistant-ui/connector-popup/constants/connector-constants.ts @@ -100,7 +100,7 @@ export const CRAWLERS = [ { id: "webcrawler-connector", title: "Web Pages", - description: "Crawl web content", + description: "Index and periodically sync web content", connectorType: EnumConnectorName.WEBCRAWLER_CONNECTOR, }, ] as const; diff --git a/surfsense_web/messages/en.json b/surfsense_web/messages/en.json index 562eb0a5d..d6ad50f29 100644 --- a/surfsense_web/messages/en.json +++ b/surfsense_web/messages/en.json @@ -405,7 +405,7 @@ }, "add_webpage": { "title": "Add Webpages for Crawling", - "subtitle": "Enter URLs to crawl and add to your document collection", + "subtitle": "Add webpages to your knowledge base for bulk indexing and periodic sync", "label": "Enter URLs to crawl", "placeholder": "Enter a URL and press Enter", "hint": "Add multiple URLs by pressing Enter after each one", @@ -414,6 +414,7 @@ "tip_2": "Make sure the websites allow crawling", "tip_3": "Public webpages work best", "tip_4": "Crawling may take some time depending on the website size", + "chat_tip": "Want a quick answer from a webpage without indexing it? Just paste the URL directly into the chat instead.", "cancel": "Cancel", "submit": "Submit URLs for Crawling", "submitting": "Submitting...", diff --git a/surfsense_web/messages/es.json b/surfsense_web/messages/es.json index 19d13b179..bd7c716ff 100644 --- a/surfsense_web/messages/es.json +++ b/surfsense_web/messages/es.json @@ -405,7 +405,7 @@ }, "add_webpage": { "title": "Agregar páginas web para rastreo", - "subtitle": "Ingresa URLs para rastrear y agregar a tu colección de documentos", + "subtitle": "Agrega páginas web a tu base de conocimiento para indexación masiva y sincronización periódica", "label": "Ingresa URLs para rastrear", "placeholder": "Ingresa una URL y presiona Enter", "hint": "Agrega múltiples URLs presionando Enter después de cada una", @@ -414,6 +414,7 @@ "tip_2": "Asegúrate de que los sitios web permitan el rastreo", "tip_3": "Las páginas web públicas funcionan mejor", "tip_4": "El rastreo puede tomar un tiempo dependiendo del tamaño del sitio web", + "chat_tip": "¿Quieres una respuesta rápida de una página web sin indexarla? Solo pega la URL directamente en el chat.", "cancel": "Cancelar", "submit": "Enviar URLs para rastreo", "submitting": "Enviando...", diff --git a/surfsense_web/messages/hi.json b/surfsense_web/messages/hi.json index addeaf9dc..af8fc7062 100644 --- a/surfsense_web/messages/hi.json +++ b/surfsense_web/messages/hi.json @@ -405,7 +405,7 @@ }, "add_webpage": { "title": "क्रॉलिंग के लिए वेबपेज जोड़ें", - "subtitle": "अपने दस्तावेज़ संग्रह में क्रॉल करने और जोड़ने के लिए URL दर्ज करें", + "subtitle": "बल्क इंडेक्सिंग और आवधिक सिंक के लिए अपने ज्ञान आधार में वेबपेज जोड़ें", "label": "क्रॉल करने के लिए URL दर्ज करें", "placeholder": "URL दर्ज करें और Enter दबाएं", "hint": "प्रत्येक के बाद Enter दबाकर कई URL जोड़ें", @@ -414,6 +414,7 @@ "tip_2": "सुनिश्चित करें कि वेबसाइट क्रॉलिंग की अनुमति देती है", "tip_3": "सार्वजनिक वेबपेज सबसे अच्छे काम करते हैं", "tip_4": "वेबसाइट के आकार के आधार पर क्रॉलिंग में कुछ समय लग सकता है", + "chat_tip": "वेबपेज को इंडेक्स किए बिना उससे त्वरित उत्तर चाहिए? बस URL को सीधे चैट में पेस्ट करें।", "cancel": "रद्द करें", "submit": "क्रॉलिंग के लिए URL सबमिट करें", "submitting": "सबमिट हो रहा है...", diff --git a/surfsense_web/messages/pt.json b/surfsense_web/messages/pt.json index 6a47d677e..2a15f51f3 100644 --- a/surfsense_web/messages/pt.json +++ b/surfsense_web/messages/pt.json @@ -405,7 +405,7 @@ }, "add_webpage": { "title": "Adicionar páginas web para rastreamento", - "subtitle": "Insira URLs para rastrear e adicionar à sua coleção de documentos", + "subtitle": "Adicione páginas web à sua base de conhecimento para indexação em massa e sincronização periódica", "label": "Insira URLs para rastrear", "placeholder": "Insira uma URL e pressione Enter", "hint": "Adicione múltiplas URLs pressionando Enter após cada uma", @@ -414,6 +414,7 @@ "tip_2": "Certifique-se de que os sites permitem rastreamento", "tip_3": "Páginas web públicas funcionam melhor", "tip_4": "O rastreamento pode levar algum tempo dependendo do tamanho do site", + "chat_tip": "Quer uma resposta rápida de uma página web sem indexá-la? Basta colar a URL diretamente no chat.", "cancel": "Cancelar", "submit": "Enviar URLs para rastreamento", "submitting": "Enviando...", diff --git a/surfsense_web/messages/zh.json b/surfsense_web/messages/zh.json index 2e4e92b40..477fc7b49 100644 --- a/surfsense_web/messages/zh.json +++ b/surfsense_web/messages/zh.json @@ -389,7 +389,7 @@ }, "add_webpage": { "title": "添加网页爬取", - "subtitle": "输入要爬取的 URL 并添加到您的文档集合", + "subtitle": "将网页添加到您的知识库,用于批量索引和定期同步", "label": "输入要爬取的 URL", "placeholder": "输入 URL 并按 Enter", "hint": "按 Enter 键添加多个 URL", @@ -398,6 +398,7 @@ "tip_2": "确保网站允许爬取", "tip_3": "公开网页效果最佳", "tip_4": "爬取时间可能会根据网站大小而有所不同", + "chat_tip": "想要从网页快速获取答案而无需索引?只需将 URL 直接粘贴到聊天中即可。", "cancel": "取消", "submit": "提交 URL 进行爬取", "submitting": "提交中...",