Chat with Docs#
This folder contains notebooks demonstrating different strategies for interacting with documentation using a chatbot. In one example, we will use the HPC compendium which is licensed under CC BY 4.0 by TU Dresden ZIH.
Chat with PDFs#
There is also simple Chat interface based on voila 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
Some of the code in this folder was inspired by the tutorial here.