chatlog icon indicating copy to clipboard operation
chatlog copied to clipboard

Feature/frontend

Open netcore-jroger opened this issue 10 months ago • 2 comments

Feature List

  • Contact Page
  • Chat Room Page
  • Sessions Page

Road map

  • query chat log
  • embedding dist files in the backend

netcore-jroger avatar Apr 13 '25 13:04 netcore-jroger

感谢贡献前端代码! 项目的 dashboard 能力之前还没仔细考虑过,直接引入 react/ts 项目担心增加项目构建复杂性(需要安装 node)

embedding 的方案在之前有简单实现,目录是: https://github.com/sjzar/chatlog/tree/main/internal/chatlog/http/static 通过 embed.FS 引入: https://github.com/sjzar/chatlog/blob/f2aa923/internal/chatlog/http/route.go#L23

目前我倾向的是独立维护前端项目(分 repo 或 branch),并将前端构建产物提交到 embedding 相关目录(还没仔细考虑,容我想想

sjzar avatar Apr 13 '25 16:04 sjzar

目前我也只是做了基本的查询功能。另外,基于大模型的问答功能也准备做一下。如果觉得发布麻烦,可以再起一个仓库也行。

netcore-jroger avatar Apr 14 '25 01:04 netcore-jroger

前端可以独立一个-ui仓库,编译好嵌入二进制中.

myysophia avatar Sep 18 '25 01:09 myysophia