Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
9fb8d281
Commit
9fb8d281
authored
Aug 12, 2023
by
JzoNg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: modify temple of segment import
parent
7756f9d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
csv-downloader.tsx
.../datasets/documents/detail/batch-modal/csv-downloader.tsx
+2
-0
No files found.
web/app/components/datasets/documents/detail/batch-modal/csv-downloader.tsx
View file @
9fb8d281
...
@@ -9,6 +9,8 @@ import { Download02 as DownloadIcon } from '@/app/components/base/icons/src/vend
...
@@ -9,6 +9,8 @@ import { Download02 as DownloadIcon } from '@/app/components/base/icons/src/vend
const
CSV_TEMPLATE
=
[
const
CSV_TEMPLATE
=
[
[
'content/question'
,
'answer(Only need with QA model)'
],
[
'content/question'
,
'answer(Only need with QA model)'
],
[
'content/question1'
,
'answer1'
],
[
'content/question2'
,
'answer2'
],
]
]
const
CSVDownload
:
FC
=
()
=>
{
const
CSVDownload
:
FC
=
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment