Skip to content

Commit

Permalink
Remove WithOffset from Reranker
Browse files Browse the repository at this point in the history
Signed-off-by: ThreadDao <[email protected]>
  • Loading branch information
ThreadDao committed Apr 26, 2024
1 parent df04bba commit 8d249fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/reranker.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const (
)

type Reranker interface {
WithOffset(offset int64)
GetParams() []*commonpb.KeyValuePair
}

Expand Down

0 comments on commit 8d249fa

Please sign in to comment.