Skip to content

Commit

Permalink
Merge pull request #928 from vespa-engine/jobergum/add-benchmark-as-well
Browse files Browse the repository at this point in the history
Demonstrate that hamming MaxSim is a very good alternative to float based MaxSim
  • Loading branch information
thomasht86 authored Sep 20, 2024
2 parents 9915007 + 1cc35bb commit 2d380fe
Show file tree
Hide file tree
Showing 5 changed files with 6,215 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set output variable (Make sure it is this quote format - "[path/to/notebook1.ipynb", "path/to/notebook2.ipynb]")
id: set_output
run: |
notebooks=$(find docs/sphinx/source -name '*cloud.ipynb' ! -name 'mother-of-all-embedding-models-cloud.ipynb' ! -name 'scaling-personal-ai-assistants-with-streaming-mode-cloud.ipynb' | jq -R -s -c 'split("\n")[:-1]')
notebooks=$(find docs/sphinx/source -name '*cloud.ipynb' ! -name 'mother-of-all-embedding-models-cloud.ipynb' ! -name 'scaling-personal-ai-assistants-with-streaming-mode-cloud.ipynb' ! -name 'colpali-benchmark-vqa-vlm_Vespa-cloud.ipynb' | jq -R -s -c 'split("\n")[:-1]')
# Print all notebooks echo
echo $notebooks
echo "notebooks=$notebooks" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ Examples
examples/evaluating-with-snowflake-arctic-embed.ipynb
examples/simplified-retrieval-with-colpali-vlm_Vespa-cloud.ipynb
examples/colpali-document-retrieval-vision-language-models-cloud.ipynb
examples/colpali-benchmark-vqa-vlm_Vespa-cloud.ipynb
Loading

0 comments on commit 2d380fe

Please sign in to comment.