Skip to content

Commit

Permalink
docs: update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Jul 1, 2024
1 parent b345981 commit 13ab342
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/dev/2024-06-11.md → docs/dev/stage-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

# 内核

目前使用了基于 langchain 的内核,优先提供流式交互。

## 模型

暂时不引入模型相关的持久化数据,前后端分别基于模型的`key`实现对应能力。
Expand All @@ -16,8 +18,15 @@

# TODO

## minor

- [ ] (api) 升级鉴权访问方案,目前没有登录验证
- [ ] (api) 调研 jwt 与 session,增加一种满足鉴权与获取用户凭证的需求
- [ ] (api) 数据库部分主键考虑改用 uuid(dify),或不能直接判断总量的长数字(coze)。调研并给出方案。
- [ ] (app) 模型部分增加 model provider 为后端获取模型增加路径
- [ ] (app) 模型配置增加参数表单,支持扩展类型
- [ ] (app) 模型部分增加 model provider 为后端获取模型增加路径

## patch

- [ ] (app) 对话框在输入信息后,先回显用户和机器人的等待状态,让交互更流畅
- [ ] (app) 对话能力支持中断操作

0 comments on commit 13ab342

Please sign in to comment.