Thank you for helping improve raglite-sqlite! The project aims to provide a practical local-first RAG stack powered by SQLite.
- Fork and clone the repository.
- Install dependencies:
pip install -e .[dev,server]. - Enable pre-commit hooks:
pre-commit install. - Run the demo self-test:
raglite self-test.
- Make sure
pytest -qpasses before submitting a pull request. - Run
ruff,mypy, andblackusing the provided pre-commit configuration. - Update documentation and add tests for new features.
- Follow the MIT license and keep dependencies minimal.
Open an issue with detailed reproduction steps, expected behaviour, and environment information. Attach logs if available.
Please review CODE_OF_CONDUCT.md for community guidelines.