A Web-UI for Llama_index (gpt_index). Allow ChatGPT to access your own content, even databases!
- 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
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.
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