Skip to content

Faster local indexing and fix rag chat output #58

Faster local indexing and fix rag chat output

Faster local indexing and fix rag chat output #58

Workflow file for this run

name: Check
on: push
jobs:
black:
name: Black
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-cached-python
with:
version: "3.10"
- name: Check files using the black formatter
run: black --check .
link:
name: Ruff linting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-cached-python
with:
version: "3.10"
- run: inv lint