Skip to content

feat: Add support for displaying a progress bar for RAG pipeline execution inside the RAG eval harness #126

feat: Add support for displaying a progress bar for RAG pipeline execution inside the RAG eval harness

feat: Add support for displaying a progress bar for RAG pipeline execution inside the RAG eval harness #126

Workflow file for this run

name: Licensing
on:
pull_request:
paths:
- "haystack_experimental/**/*.py"
- "test/**/*.py"
- "pyproject.toml"
jobs:
license-header:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check License Header
run: docker run --rm -v "$(pwd):/github/workspace" ghcr.io/korandoru/hawkeye check