Skip to content

Commit

Permalink
Merge pull request #1572 from vespa-engine/thomasht86/fieldset-bm25-add
Browse files Browse the repository at this point in the history
(colpalidemo) fieldset fix
  • Loading branch information
andreer authored Nov 11, 2024
2 parents 63e3cbe + 8449578 commit bed5fbb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions visual-retrieval-colpali/prepare_feed_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,11 +670,7 @@ def float_to_binary_embedding(float_query_embedding: dict) -> dict:
fieldsets=[
FieldSet(
name="default",
fields=["title", "url", "blur_image", "page_number", "text"],
),
FieldSet(
name="image",
fields=["full_image"],
fields=["title", "text"],
),
],
document_summaries=[
Expand Down

0 comments on commit bed5fbb

Please sign in to comment.