Skip to content
New issue

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

使用文档库训练一个chatGPT,帮助用户快捷问询并索引文档位置 #704

Open
adaptedIntel opened this issue Apr 17, 2023 · 6 comments
Assignees
Labels

Comments

@adaptedIntel
Copy link

adaptedIntel commented Apr 17, 2023

在官网右下角悬浮一个聊天组件,实现这个功能。

@errnull
Copy link
Member

errnull commented Apr 17, 2023

在官网右下角悬浮一个聊天组件

悬浮的聊天组件样式:
截屏2023-04-17 10 10 54

@errnull
Copy link
Member

errnull commented Apr 17, 2023

用户基于文档库的快捷问询和索引:
截屏2023-04-17 10 17 12

@errnull
Copy link
Member

errnull commented Apr 17, 2023

可以询问一些基本概念:
截屏2023-04-17 10 20 32

@errnull
Copy link
Member

errnull commented Apr 17, 2023

可以概括一个文档的主要内容:
截屏2023-04-17 10 22 55

@errnull errnull self-assigned this Apr 17, 2023
@errnull
Copy link
Member

errnull commented Apr 17, 2023

这个工具目前来看只能实现单一对话,简单的文档查找和归纳功能,跟官网搜索没有太大的差别。
chatGPT 的核心能力除了自然语言的识别输出、上下文处理、逻辑迭代,还有编码能力,
这也是 GPT 和搜索在功能上的差异点,可以在以下差异点做一些研究:

  • 可以结合上下文对引擎多文档进行逻辑归并;
  • 通过训练,让工具具有简单组织引擎代码并输出的能力;
  • ...

@errnull
Copy link
Member

errnull commented Apr 17, 2023

目前在测试环境简单接了数据接口,还差实现样式,预计是一个悬浮圆形按钮,一个上拉列表组件,大家有什么推荐的样式组件没。
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants