Get up and running in 5 minutes!
# Download from python.org if you don't have it
python --version # Check if you have Python 3.8+pip install -r requirements.txt- Go to https://platform.openai.com/api-keys
- Create new key
- Copy it
# Create a file called .env and add:
OPENAI_API_KEY=your-key-here- Put
.mdfiles inoliver-knowledge-base/folders - At least one document is needed!
python app.py- Browser opens automatically
- Ask questions about your documents
- Enjoy! π
"No documents found"
β Add .md files to oliver-knowledge-base folders
"API key not found"
β Check your .env file is in the right place
"pip: command not found" β Install Python first
- Each question costs about $0.0001 (very cheap!)
- You can add documents anytime - just rerun the app
- Press Ctrl+C in terminal to stop the app
That's it! For detailed instructions, see the main README.md