Chat with Docs#

This folder contains a simple Chat interface based on voila, OpenAI and llama-index that allows you to query information from documents using human language.

You can start the chat using this terminal command:

voila chat-with-docs.ipynb

The cods in this folder is derived from the tutorial here.