Skip to content

Commit

Permalink
Merge pull request #27 from linkml/rag-inference-tutorial
Browse files Browse the repository at this point in the history
RAG inference tutorial
  • Loading branch information
cmungall authored Aug 22, 2024
2 parents 3ae0655 + 75968f6 commit fa360bc
Show file tree
Hide file tree
Showing 22 changed files with 3,000 additions and 969 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.11" ]
python-version: [ "3.9", "3.11" ]
mongodb-version: ['7.0']

steps:
Expand All @@ -31,8 +31,8 @@ jobs:
- name: Check common spelling errors
run: poetry run tox -e codespell

- name: Check code quality with flake8
run: poetry run tox -e lint
#- name: Check code quality with flake8
# run: poetry run tox -e lint

- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down
Loading

0 comments on commit fa360bc

Please sign in to comment.