-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from linkml/rag-inference-tutorial
RAG inference tutorial
- Loading branch information
Showing
22 changed files
with
3,000 additions
and
969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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] | ||
|
Oops, something went wrong.