Skip to content

A Web-UI for Llama_index. Allow ChatGPT to access your own database.

License

Notifications You must be signed in to change notification settings

nomiscientist/Llama_Difu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Llama_difu —— Llama Do it for You

LICENSE Web-UI base


A Web-UI for Llama_index (gpt_index). Allow ChatGPT to access your own content, even databases!

Feature

  • Allow ChatGPT to access your own database
  • New Google: like new Bing, but uses Google!
  • Simple Query
  • Simple Construct index (Only support GPTSimpleVectorIndex now)
    • support .txt, .pdf, .docx, .epub
  • Customize prompt template
  • Customize PromptHelper
  • .json View
  • Chat
  • Multi-files support
  • More LLMPredictor
  • More Index methods

Screenshot

Ask Mode image

New Google

Check the "Search Google" checkbox, the chatbot will search the web for you and generate contents based on that. Just like the New Bing, but uses Google!

It's recommended to use the Balanced or Precise mode when using New Google.

image

Construct your own index image

Usage

Clone this repo

git clone https://github.com/MZhao-ouo/Llama_difu.git
cd Llama_difu

Install dependencies

pip install -r requirements.txt

Run

python main.py

About

A Web-UI for Llama_index. Allow ChatGPT to access your own database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages