We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实现 空间 页面知识库更新能力
根据 rag_docs 表存入的 file_sha 字段判断当前知识片段是否需要更新,如需更新,需要删除旧的文档片段,触发新的文档入库任务。参考 https://github.com/petercat-ai/petercat/blob/main/petercat_utils/rag_helper/task.py 逻辑。
rag_docs
file_sha
可能需要 2~3个 PR,完成对应前端界面的改造,完成对应接口能力的实现。
熟悉 React 前端开发, Python, FastAPI开发。熟悉 AWS 消息队列机制。
3人日
The text was updated successfully, but these errors were encountered:
感谢您提交关于实现空间页面知识库更新能力的功能请求。以下是对该功能的分析和建议:
您希望在空间页面实现知识库的更新能力,具体包括:
petercat_utils/rag_helper/task.py
预计工作量为3人日,建议分配如下:
请根据以上建议进行开发,并在提交PR时确保代码风格一致,逻辑清晰。如果有任何问题或需要进一步的帮助,请在评论中描述您的问题并@petercat-assistant与我联系。
For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.
Sorry, something went wrong.
sedationh
No branches or pull requests
问题简述
实现 空间 页面知识库更新能力
根据
rag_docs
表存入的file_sha
字段判断当前知识片段是否需要更新,如需更新,需要删除旧的文档片段,触发新的文档入库任务。参考 https://github.com/petercat-ai/petercat/blob/main/petercat_utils/rag_helper/task.py 逻辑。期望产出
可能需要 2~3个 PR,完成对应前端界面的改造,完成对应接口能力的实现。
能力要求
熟悉 React 前端开发, Python, FastAPI开发。熟悉 AWS 消息队列机制。
预计工作量(每个人日按8小时)
3人日
The text was updated successfully, but these errors were encountered: