[Feature] 知识库支持多模态
Open
@baixin513 is already working on this.
Since Sep 5, 2026.
- Dominant language
- Python
- Stars
- 22.8k
- Forks
- 3.2k
- Avg merge
- 45m
- Merged PRs (30d)
- 270
Description
MaxKB Version
2.10.6
Please describe your needs or suggestions for improvements
现在知识库只支持文本型内容,而不支持图像,视频内容
Please describe the solution you suggest
- 知识库支持上传图像,视频格式文件
- 上传的每一个图像/视频可作为独立的段落(而非文档)追加写入(#6918 )
- 知识库写入节点支持使用多模态嵌入模式向量化文档,并将内容追加到指定文档(#6918 )
- 知识库写入段落时保留与原始文档的链接关联/记录(#6919)
- 图像的描述信息由开发者自行通过AI对话生成,并通过标题,标签等进行存储(#6916 )
- 知识库检索支持使用图像/视频/音频
- 重排模型支持对多模态内容进行重
Additional Information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.