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
31195975
Unverified
Commit
31195975
authored
Nov 20, 2023
by
Joel
Committed by
GitHub
Nov 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: retrieval docs links and enchance help doc translation (#1570)
parent
6717bb2b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
index.tsx
...app/configuration/dataset-config/settings-modal/index.tsx
+1
-1
index.tsx
web/app/components/datasets/create/step-two/index.tsx
+1
-1
modify-retrieval-modal.tsx
...omponents/datasets/hit-testing/modify-retrieval-modal.tsx
+1
-1
index.tsx
web/app/components/datasets/settings/form/index.tsx
+1
-1
common.en.ts
web/i18n/lang/common.en.ts
+1
-1
No files found.
web/app/components/app/configuration/dataset-config/settings-modal/index.tsx
View file @
31195975
...
...
@@ -231,7 +231,7 @@ const SettingsModal: FC<SettingsModalProps> = ({
<
div
>
<
div
>
{
t
(
'datasetSettings.form.retrievalSetting.title'
)
}
</
div
>
<
div
className=
'leading-[18px] text-xs font-normal text-gray-500'
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/
v/zh-hans/
advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
{
t
(
'datasetSettings.form.retrievalSetting.description'
)
}
</
div
>
</
div
>
...
...
web/app/components/datasets/create/step-two/index.tsx
View file @
31195975
...
...
@@ -677,7 +677,7 @@ const StepTwo = ({
<
div
className=
{
s
.
label
}
>
{
t
(
'datasetSettings.form.retrievalSetting.title'
)
}
<
div
className=
'leading-[18px] text-xs font-normal text-gray-500'
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/
v/zh-hans/
advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
{
t
(
'datasetSettings.form.retrievalSetting.longDescription'
)
}
</
div
>
</
div
>
...
...
web/app/components/datasets/hit-testing/modify-retrieval-modal.tsx
View file @
31195975
...
...
@@ -49,7 +49,7 @@ const ModifyRetrievalModal: FC<Props> = ({
<
div
className=
'text-base font-semibold text-gray-900'
>
<
div
>
{
t
(
'datasetSettings.form.retrievalSetting.title'
)
}
</
div
>
<
div
className=
'leading-[18px] text-xs font-normal text-gray-500'
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/
v/zh-hans/
advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
{
t
(
'datasetSettings.form.retrievalSetting.description'
)
}
</
div
>
</
div
>
...
...
web/app/components/datasets/settings/form/index.tsx
View file @
31195975
...
...
@@ -205,7 +205,7 @@ const Form = () => {
<
div
>
<
div
>
{
t
(
'datasetSettings.form.retrievalSetting.title'
)
}
</
div
>
<
div
className=
'leading-[18px] text-xs font-normal text-gray-500'
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/
v/zh-hans/
advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
<
a
target=
'_blank'
href=
'https://docs.dify.ai/advanced/retrieval-augment'
className=
'text-[#155eef]'
>
{
t
(
'datasetSettings.form.retrievalSetting.learnMore'
)
}
</
a
>
{
t
(
'datasetSettings.form.retrievalSetting.description'
)
}
</
div
>
</
div
>
...
...
web/i18n/lang/common.en.ts
View file @
31195975
...
...
@@ -95,7 +95,7 @@ const translation = {
settings
:
'Settings'
,
workspace
:
'Workspace'
,
createWorkspace
:
'Create Workspace'
,
helpCenter
:
'Help
Document
'
,
helpCenter
:
'Help'
,
about
:
'About'
,
logout
:
'Log out'
,
},
...
...
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