Skip to content

1. build_RAG_with_milvus_and_firecrawl 2. build_RAG_with_milvus_and_crawl4ai #374

1. build_RAG_with_milvus_and_firecrawl 2. build_RAG_with_milvus_and_crawl4ai

1. build_RAG_with_milvus_and_firecrawl 2. build_RAG_with_milvus_and_crawl4ai #374

Workflow file for this run

name: Workflow for Black
on: [push, pull_request]
jobs:
Black-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./bootcamp/tutorials"
jupyter: true