docs(advanced): fix invalid syntax in knowledge base example code#462
Draft
Memtensor-AI wants to merge 1 commit into
Draft
docs(advanced): fix invalid syntax in knowledge base example code#462Memtensor-AI wants to merge 1 commit into
Memtensor-AI wants to merge 1 commit into
Conversation
Collaborator
Author
Doc Agent 文档同步提醒 @Memtensor-AIThe PR modifies example code in the knowledge base documentation, which may lead to user confusion if not updated in the documentation. [warning] Update example code in knowledge base documentation
自检测执行结果未触发命令自检测: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 解析失败。修复内容
knowledge_base.md中的代码示例修复为有效的 Python 语法,确保可以正确执行。具体修改为去掉注释行中的多余内容,使其符合 Python 语法要求。Doc Agent patches
已自动应用 (1)
content/en/memos_cloud/features/advanced/knowledge_base.md(line_replace)