Skip to content

Commit

Permalink
add faiss to wkflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
george1459 committed Apr 6, 2024
1 parent 8403553 commit 4c024b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3
- run: pip install -e .
- run: pip install faiss
- run: python -m spacy download en_core_web_sm
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
Expand Down

0 comments on commit 4c024b2

Please sign in to comment.