Skip to content

fix: correct typo "Lanage" to "Language" in tutorials/quickstart/build_RAG_with_milvus.ipynb #387

fix: correct typo "Lanage" to "Language" in tutorials/quickstart/build_RAG_with_milvus.ipynb

fix: correct typo "Lanage" to "Language" in tutorials/quickstart/build_RAG_with_milvus.ipynb #387

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