reborm / chatgpt-llamaindex-demo

ChatGPT and LlamaIndex demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatgpt-llamaindex-demo

ChatGPT and LlamaIndex demo

Setup

Put your multi text file to ./data directory.

Install openai, llama-index with:

pip3 install -r requirements.txt

or you have a path to python3

pip install -r requirements.txt

Execute

python3 app.py

About

ChatGPT and LlamaIndex demo


Languages

Language:Python 100.0%