29f8894e4af4a50d7e96cd254469a414898159f3
- Add DATABASE_PATH environment variable support in app.py and aerich_config.py - DATABASE_PATH: For simple relative/absolute paths (default: database/raggr.db) - DATABASE_URL: For full connection strings (overrides DATABASE_PATH if set) - Create .env.example with all configuration options documented - Maintains backward compatibility with default database location Usage: # Use default path python app.py # Use custom path for development DATABASE_PATH=dev.db python app.py # Use full connection string DATABASE_URL=sqlite://custom/path.db python app.py 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
simbarag
Goal: Learn how retrieval-augmented generation works and also create a neat little tool to ask about Simba's health.
Current objectives:
- Successfully use RAG to ask a question about existing information (e.g. how many teeth has Simba had extracted)
Description
Languages
Python
67.6%
TypeScript
30.8%
Dockerfile
1.2%
Shell
0.2%
CSS
0.1%