Only PDF is supported.
We assume that the manual has a hierarchical section structure, using the lowest section titles as basic unit for chunking documents. Therefore, figures and tables in the same section will not be separated, which may result in larger chunk sizes.
`,
- naive: `Supported file formats are MD, MDX, DOCX, XLSX, XLS (Excel 97-2003), PPT, PDF, TXT, JPEG, JPG, PNG, TIF, GIF, CSV, JSON, EML, HTML.
+ naive: `Supported file formats are MD, MDX, DOCX, XLSX, XLS (Excel 97-2003), PPTX, PDF, TXT, JPEG, JPG, PNG, TIF, GIF, CSV, JSON, EML, HTML.
This method chunks files using a 'naive' method:
Use vision detection model to split the texts into smaller segments.
@@ -710,7 +710,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
timezone: 'Time zone',
timezoneMessage: 'Please input your timezone!',
timezonePlaceholder: 'select your timezone',
- email: 'Email address',
+ email: 'Email',
emailDescription: 'Once registered, E-mail cannot be changed.',
currentPassword: 'Current password',
currentPasswordMessage: 'Please input your password!',
@@ -865,9 +865,9 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
apiVersion: 'API-Version',
apiVersionMessage: 'Please input API version',
add: 'Add',
- updateDate: 'Update Date',
- role: 'Role',
- invite: 'Invite',
+ updateDate: 'Date',
+ role: 'State',
+ invite: 'Invite Member',
agree: 'Accept',
refuse: 'Decline',
teamMembers: 'Team Members',
@@ -1631,7 +1631,7 @@ This delimiter is used to split the input text into several text pieces echo of
email: 'Email',
'text&markdown': 'Text & Markup',
word: 'Word',
- slides: 'PPT',
+ slides: 'PPTX',
audio: 'Audio',
video: 'Video',
},
@@ -1803,13 +1803,13 @@ Important structured information may include: names, dates, locations, events, k
confirmRerun: 'Confirm Rerun Process',
confirmRerunModalContent: `
- You are about to rerun the process starting from the {{step}} step.
+ You are about to rerun the process starting from the {{step}} step.
- This will:
+ This will:
- - Overwrite existing results from the current step onwards
- - Create a new log entry for tracking
- - Previous steps will remain unchanged
+ - • Overwrite existing results from the current step onwards
+ - • Create a new log entry for tracking
+ - • Previous steps will remain unchanged
`,
changeStepModalTitle: 'Step Switch Warning',
changeStepModalContent: `
diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts
index 8605246d0..4d2170aa9 100644
--- a/web/src/locales/zh.ts
+++ b/web/src/locales/zh.ts
@@ -336,7 +336,7 @@ export default {
我们假设手册具有分层部分结构。 我们使用最低的部分标题作为对文档进行切片的枢轴。
因此,同一部分中的图和表不会被分割,并且块大小可能会很大。
`,
- naive: `支持的文件格式为MD、MDX、DOCX、XLSX、XLS (Excel 97-2003)、PPT、PDF、TXT、JPEG、JPG、PNG、TIF、GIF、CSV、JSON、EML、HTML。
+ naive: `支持的文件格式为MD、MDX、DOCX、XLSX、XLS (Excel 97-2003)、PPTX、PDF、TXT、JPEG、JPG、PNG、TIF、GIF、CSV、JSON、EML、HTML。
此方法将简单的方法应用于块文件:
系统将使用视觉检测模型将连续文本分割成多个片段。
@@ -701,7 +701,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
timezone: '时区',
timezoneMessage: '请选择时区',
timezonePlaceholder: '请选择时区',
- email: '邮箱地址',
+ email: '邮箱',
emailDescription: '一旦注册,电子邮件将无法更改。',
currentPassword: '当前密码',
currentPasswordMessage: '请输入当前密码',
@@ -821,9 +821,9 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
apiVersion: 'API版本',
apiVersionMessage: '请输入API版本!',
add: '添加',
- updateDate: '更新日期',
- role: '角色',
- invite: '邀请',
+ updateDate: '日期',
+ role: '状态',
+ invite: '邀请成员',
agree: '同意',
refuse: '拒绝',
teamMembers: '团队成员',
@@ -1690,13 +1690,13 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
confirmRerun: '确认重新运行流程',
confirmRerunModalContent: `
- 您即将从 {{step}} 步骤开始重新运行该过程
+ 您即将从 {{step}} 步骤开始重新运行该过程
- 这将:
+ 这将:
- - 从当前步骤开始覆盖现有结果
- - 创建新的日志条目进行跟踪
- - 之前的步骤将保持不变
+ - • 从当前步骤开始覆盖现有结果
+ - • 创建新的日志条目进行跟踪
+ - • 之前的步骤将保持不变
`,
changeStepModalTitle: '切换步骤警告',
changeStepModalContent: `
diff --git a/web/src/pages/datasets/dataset-card.tsx b/web/src/pages/datasets/dataset-card.tsx
index ff92c85e8..4fd751ac7 100644
--- a/web/src/pages/datasets/dataset-card.tsx
+++ b/web/src/pages/datasets/dataset-card.tsx
@@ -43,7 +43,7 @@ export function SeeAllCard() {
const { navigateToDatasetList } = useNavigatePage();
return (
-
+
See All
diff --git a/web/src/pages/home/agent-list.tsx b/web/src/pages/home/agent-list.tsx
index 0f0d6d08f..5b74c3db0 100644
--- a/web/src/pages/home/agent-list.tsx
+++ b/web/src/pages/home/agent-list.tsx
@@ -1,10 +1,10 @@
+import { HomeCard } from '@/components/home-card';
import { MoreButton } from '@/components/more-button';
import { RenameDialog } from '@/components/rename-dialog';
import { useNavigatePage } from '@/hooks/logic-hooks/navigate-hooks';
import { useFetchAgentListByPage } from '@/hooks/use-agent-request';
import { AgentDropdown } from '../agents/agent-dropdown';
import { useRenameAgent } from '../agents/use-rename-agent';
-import { ApplicationCard } from './application-card';
export function Agents() {
const { data } = useFetchAgentListByPage();
@@ -21,9 +21,9 @@ export function Agents() {
return (
<>
{data.slice(0, 10).map((x) => (
-
}
- >
+ >
))}
{agentRenameVisible && (
+
See All
diff --git a/web/src/pages/home/applications.tsx b/web/src/pages/home/applications.tsx
index 3c2e3ce59..4eaf52b36 100644
--- a/web/src/pages/home/applications.tsx
+++ b/web/src/pages/home/applications.tsx
@@ -1,3 +1,4 @@
+import { CardSineLineContainer } from '@/components/card-singleline-container';
import { IconFont } from '@/components/icon-font';
import { Segmented, SegmentedValue } from '@/components/ui/segmented';
import { Routes } from '@/routes';
@@ -34,7 +35,7 @@ export function Applications() {
);
const handleChange = (path: SegmentedValue) => {
- setVal(path as string);
+ setVal(path as Routes);
};
return (
@@ -51,16 +52,19 @@ export function Applications() {
options={options}
value={val}
onChange={handleChange}
- className="bg-bg-card border border-border-button rounded-full"
- activeClassName="bg-text-primary border-none"
+ buttonSize="xl"
+ // className="bg-bg-card border border-border-button rounded-lg"
+ // activeClassName="bg-text-primary border-none rounded-lg"
>