Docs: update citation content (#362)

This commit is contained in:
AllenWriter
2024-11-07 15:49:36 +08:00
committed by GitHub
parent aa14b733ea
commit 703f0c9eb3
4 changed files with 3 additions and 3 deletions
@@ -31,4 +31,4 @@ When testing the knowledge base effect within the application, you can go to **W
After enabling the feature, when the large language model responds to a question by citing content from the knowledge base, you can view specific citation paragraph information below the response content, including **original segment text, segment number, matching degree**, etc. Clicking **Jump to Knowledge Base** above the cited segment allows quick access to the segment list in the knowledge base, facilitating developers in debugging and editing.
<figure><img src="../../.gitbook/assets/view-citation-informatio.png" alt=""><figcaption><p>View Citation Information in Response Content</p></figcaption></figure>
<figure><img src="../../../img/view-citation-information.png" alt=""><figcaption><p>View Citation Information in Response Content</p></figcaption></figure>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 395 KiB

@@ -31,4 +31,4 @@ Difyナレッジベースには、異なる検索方法とパラメータ設定
機能を有効にすると、大規模言語モデルが質問に回答する際にナレッジベースからの内容を引用した場合、返信内容の下に具体的な引用段落情報を確認できます。これには**元のパラグラフテキスト、パラグラフ番号、マッチ度**などが含まれます。引用段落上部の**ナレッジベースにジャンプ**をクリックすると、開発者がデバッグ編集を行いやすいように、そのパラグラフが含まれるナレッジベースのパラグラフリストに簡単にアクセスできます。
<figure><img src="../../.gitbook/assets/view-citation-informatio.png" alt=""><figcaption><p>返信内容の引用情報を確認する</p></figcaption></figure>
<figure><img src="../../../img/view-citation-information.png" alt=""><figcaption><p>返信内容の引用情報を確認する</p></figcaption></figure>
@@ -29,6 +29,6 @@ Dify 知识库内提供了文本召回测试的功能,用于调试不同检索
<figure><img src="../../.gitbook/assets/citation-and-attribution.png" alt=""><figcaption><p>打开引用与归属功能</p></figcaption></figure>
开启功能后,当 LLM 引用知识库内容来回答问题时,可以在回复内容下面查看到具体的引用段落信息,包括**原始分段文本、分段序号、匹配度**等。点击引用分段上方的 \*\*跳转至知识库 \*\*可以快捷访问该分段所在的知识库分段列表,方便开发者进行调试编辑。
开启功能后,当 LLM 引用知识库内容来回答问题时,可以在回复内容下面查看到具体的引用段落信息,包括**原始分段文本、分段序号、匹配度**等。点击引用分段上方的 **跳转至知识库**可以快捷访问该分段所在的知识库分段列表,方便开发者进行调试编辑。
<figure><img src="../../.gitbook/assets/image (84).png" alt=""><figcaption><p>查看回复内容的引用信息</p></figcaption></figure>