diff --git a/apps/dataset/template/csv_template_en.csv b/apps/dataset/template/csv_template_en.csv index fb667313d..7a036c37e 100644 --- a/apps/dataset/template/csv_template_en.csv +++ b/apps/dataset/template/csv_template_en.csv @@ -1,4 +1,4 @@ -Section title (optional), Section content (required,question answer,no more than 4096 characters), Question (optional,one per line in the cell) +Section title (optional), Section content (required,question answer), Question (optional,one per line in the cell) MaxKB product introduction,"MaxKB is a knowledge base question-answering system based on the LLM large language model. MaxKB = Max Knowledge Base,aims to become the most powerful brain of the enterprise。Out-of-the-box: supports direct document upload、automatic crawling of online documents、automatic text splitting and vectorization、and good intelligent question-answering interactive experience;Seamless embedding: supports zero-coding and rapid embedding into third-party business systems;Multi-model support: supports docking with mainstream large models,including Ollama local private large models (such as Llama 2、Llama 3、qwen)、Tongyi Qianwen、OpenAI、Azure OpenAI、Kimi、Zhipu AI、iFlytek Spark and Baidu Qianfan large models、etc.","What is MaxKB? MaxKB product introduction Large language model supported by MaxKB diff --git a/apps/dataset/template/csv_template_zh.csv b/apps/dataset/template/csv_template_zh.csv index b306a9c17..e9d9d8c3d 100644 --- a/apps/dataset/template/csv_template_zh.csv +++ b/apps/dataset/template/csv_template_zh.csv @@ -1,4 +1,4 @@ -分段标题(选填),分段内容(必填,问题答案,最长不超过4096个字符)),问题(选填,单元格内一行一个) +分段标题(选填),分段内容(必填,问题答案)),问题(选填,单元格内一行一个) MaxKB产品介绍,"MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。MaxKB = Max Knowledge Base,旨在成为企业的最强大脑。 开箱即用:支持直接上传文档、自动爬取在线文档,支持文本自动拆分、向量化,智能问答交互体验好; 无缝嵌入:支持零编码快速嵌入到第三方业务系统; diff --git a/apps/dataset/template/csv_template_zh_Hant.csv b/apps/dataset/template/csv_template_zh_Hant.csv index 5b675fee6..62eadb994 100644 --- a/apps/dataset/template/csv_template_zh_Hant.csv +++ b/apps/dataset/template/csv_template_zh_Hant.csv @@ -1,4 +1,4 @@ -分段標題(選填),分段內容(必填,問題答案,最長不超過4096個字元)),問題(選填,單元格內一行一個) +分段標題(選填),分段內容(必填,問題答案)),問題(選填,單元格內一行一個) MaxKB產品介紹,"MaxKB 是一款基於 LLM 大語言模型的知識庫問答系統。MaxKB = Max Knowledge Base,旨在成為企業的最強大大腦。 開箱即用:支援直接上傳文檔、自動爬取線上文檔,支援文字自動分割、向量化,智慧問答互動體驗好; 無縫嵌入:支援零編碼快速嵌入到第三方業務系統; diff --git a/apps/dataset/template/excel_template_en.xlsx b/apps/dataset/template/excel_template_en.xlsx index ded0c2dac..26800ea06 100644 Binary files a/apps/dataset/template/excel_template_en.xlsx and b/apps/dataset/template/excel_template_en.xlsx differ diff --git a/apps/dataset/template/excel_template_zh.xlsx b/apps/dataset/template/excel_template_zh.xlsx index 6517b154f..fd896c18b 100644 Binary files a/apps/dataset/template/excel_template_zh.xlsx and b/apps/dataset/template/excel_template_zh.xlsx differ diff --git a/apps/dataset/template/excel_template_zh_Hant.xlsx b/apps/dataset/template/excel_template_zh_Hant.xlsx index eb6ec2d44..5227b6963 100644 Binary files a/apps/dataset/template/excel_template_zh_Hant.xlsx and b/apps/dataset/template/excel_template_zh_Hant.xlsx differ