Skip to content

Commit

Permalink
deploy docs pipeline v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jun 17, 2024
1 parent 6ea2e27 commit b7aed05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
mkdir -p docs/kb
touch docs/.nojekyll
make gendoc
([ ! -f docs/about.md ] && cp src/docs/about.md docs/ && cp derived/*.html docs/kb ) || true
([ ! -f docs/about.md ] && cp src/docs/about.md docs/ ) || true
cp derived/*.html docs/kb
make mkd-gh-deploy
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ less need for manual tweaking, RAG will be good enough.

Also recall we can enhance in future steps

NOTE: This step does not use the pubmed directly. We are relying on the fact that the LLM has already ingested
and compressed all the literature and can do a pretty good first-pass job at re-exporting that in any
format we like. It doesn't have to be perfect though, subsequent steps are designed to refine this.

### Adding evidence

`make tmp/with-evidence.yaml`
Expand Down

0 comments on commit b7aed05

Please sign in to comment.