Skip to content

Document Chatbot — multiple files. Powered by GPT / Embedding.

License

Notifications You must be signed in to change notification settings

2023Anita/ChatFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My SkillsBuy Me A Coffee

ChatFiles

Deploy with Vercel

Deploy with Vercel

EN | 中文文档

this repository use LangchainJS, based on Chatbot-ui

ChatFiles

Upload your file and have a conversation with it.

How to use it

Init Vector DB

Crate a vector db on Supabase

How to run locally without limited

  1. clone this repository.
  2. create a .env file on root path.
  3. set environment variables in .env file follow doc/env-vars.md.

open browser with https://localhost:3000

How to run locally

chatfiles-ui

npm install
npm run dev

How to deploy on vercel

  1. Click the Deploy Button.
  2. Set environment variables follow doc/env-vars.md.
  3. Pay attention to the NEXT_PUBLIC_CHAT_FILES_UPLOAD_PATH value must be /tmp.

Feature

  • Chat with GPT-3.5
  • Chat with file by langchainjs and supabase vector db.

About

Document Chatbot — multiple files. Powered by GPT / Embedding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.9%
  • JavaScript 2.2%
  • CSS 1.4%
  • Dockerfile 0.5%