Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Oct 17, 2024
1 parent e748e04 commit e9a744a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ setup:
- match: {hits.hits.0._explanation.details.0.details.0.description: "/weight\\(text:term.*/" }
- match: {hits.hits.0._explanation.details.1.value: 1}
- match: {hits.hits.0._explanation.details.1.description: "/.*my_top_knn.*/" }
- match: {hits.hits.0._explanation.details.1.details.0.description: "/within.top.*/" }

- close_to: { hits.hits.1._explanation.value: { value: 0.5833334, error: 0.000001 } }
- match: {hits.hits.1._explanation.description: "/rrf.score:.\\[0.5833334\\].*/" }
Expand All @@ -374,6 +375,7 @@ setup:
- match: {hits.hits.1._explanation.details.0.details.0.description: "/weight\\(text:term.*/" }
- match: {hits.hits.1._explanation.details.1.value: 2}
- match: {hits.hits.1._explanation.details.1.description: "/.*my_top_knn.*/" }
- match: {hits.hits.1._explanation.details.1.details.0.description: "/within.top.*/" }

- match: {hits.hits.2._explanation.value: 0.5}
- match: {hits.hits.2._explanation.description: "/rrf.score:.\\[0.5\\].*/" }
Expand Down

0 comments on commit e9a744a

Please sign in to comment.