Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 358 Bytes

File metadata and controls

21 lines (14 loc) · 358 Bytes

Contributing

Setup

pip install -e ".[dev]"

Code style

  • Keep modules small and composable.
  • Avoid hard-coding provider behavior in core pipeline code; use provider interfaces.
  • Prefer adding new providers under backend/providers/.

Running

python main.py ingest --reindex
python main.py query "test question"