- Prepare several texts in Markdown format
- Ask questions about the texts using Streamlit UI
Put your text in texts folder.
The texts should be in Markdown format.
In the beginning of each file include Markdown front matter with url and title fields.
---
url: https://example.com
title: Example
---
Your text heremake installSpecify your OpenAI API key in .env file. See .example.env for an example.
Generate embeddings and sources with
make embeddingsmake runNavigate to http://localhost:8501 in your browser. Ask questions about the text in the text box.