docs(advanced): fix invalid syntax in knowledge base example#463
Draft
Memtensor-AI wants to merge 1 commit into
Draft
docs(advanced): fix invalid syntax in knowledge base example#463Memtensor-AI wants to merge 1 commit into
Memtensor-AI wants to merge 1 commit into
Conversation
Collaborator
Author
Doc Agent 文档同步提醒 @Memtensor-AIThe documentation for the knowledge base example has been updated to fix syntax errors, but ensure that the changes are reflected in all relevant documentation. [warning] Syntax error in knowledge base example
自检测执行结果未触发命令自检测:PR 处于 draft 状态,不触发命令自检测
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
content/en/memos_cloud/features/advanced/knowledge_base.md中的命令执行失败:# Retrieve memories related to "intranet proxy" and "won't open" based on the employee's question, automatically identify the employee's device model.→ invalid syntaxRoot Cause
syntax_error_in_doc- 代码示例中存在语法错误,导致 Python 解析失败。修复内容
content/en/memos_cloud/features/advanced/knowledge_base.md中的相关代码示例进行修正,确保语法正确。具体来说,去掉了不必要的换行符,确保代码块的完整性。Doc Agent patches
已自动应用 (1)
content/en/memos_cloud/features/advanced/knowledge_base.md(line_replace)