Closed
Conversation
Owner
|
我刚提交了一个kbd.js的性能优化,直接合并到新分支做单元测试会不会冲突? |
Owner
|
看完了, 比如说 现有的ai记忆模块 是让ai 写一个md文档。 比如说啊。 ai写一个md日记 在dailynote管理器里,直接利用超栈追踪技术解析这个url,把它转化为服务器的“本地url”写入咱们的sql数据库,以及文件对应的json测载,而至于base64文件的描述直接由cotigee系统异步完成。 |
Owner
|
我突然想到你应该可以参考一下论坛模块的实现啊,它的超栈追踪是怎么管理的。 |
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.
【TransBase64 更新】
【多模态日记本更新】
支持使用 ……日记本::TransBase64、……日记本::TransBase64+ 的日记本格式,支持全部四种格式({{}}、<<>>、[[]]、《《》》)的日记本与召回逻辑,多模态文件现在可以存入日记本之中以侧车文件的形式像文本一样被数据库检索与处理。
……日记本 :日记本中的多模态内容直接被召回,描述文字不参与,但是起到 RAG 时被检索的作用。
……日记本::TransBase64 :日记本中的多模态内容仅以文字形式被召回
……日记本::TransBase64+ :日记本中的多模态内容不仅以文字形式被召回,文件本身也会被召回。
…::TextOnly
…::NoText
…::Whitelist:logo.png;bar.png
…::Blacklist:logo.png;bar.png
…::PresetName01;PresetName02
…::MAX_NUM:x
…::MAX_SIZE:x
AdminPanel 中支持编辑预设、编辑日记本侧车文件;新增一个 KnowledgeMediaDescriber 插件,用于让 AI 管理多模态日记本。