chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.57k stars 437 forks source link

希望大佬能够支持,将对话中增加ChatPDF 功能 #256

Open seanshb opened 1 year ago

seanshb commented 1 year ago

1、即在创造对话的时候,增加一个上传文件的入口 2、然后通过付费/免费 开源数据库上传文件 3、然后在左侧列表页,有两类topic ,其中一列是文件(或者自定义文件名) 4、愿意求助

Kerwin1202 commented 1 year ago

在官网哪里可以体现这个功能呢,之前有人说分析文件,但是也没看明白

magicdmer commented 1 year ago

可以参考下面的项目和文章,主要是用到了prompt和向量数据库: https://github.com/GaiZhenbiao/ChuanhuChatGPT https://blog.csdn.net/m0_55868614/article/details/129639067

VectorZhao commented 1 year ago

https://github.com/binary-husky/gpt_academic/blob/master/crazy_functions/%E7%90%86%E8%A7%A3PDF%E6%96%87%E6%A1%A3%E5%86%85%E5%AE%B9.py