You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -150,10 +151,15 @@ export class TextSimilarityReranker extends RetrieverBase {
150
151
rank_window_size?: integer
151
152
/** Unique identifier of the inference endpoint created using the inference API. */
152
153
inference_id?: string
153
-
/** The text snippet used as the basis for similarity comparison */
154
+
/** The text snippet used as the basis for similarity comparison. */
154
155
inference_text: string
155
-
/** The document field to be used for text similarity comparisons. This field should contain the text that will be evaluated against the inference_text */
156
+
/** The document field to be used for text similarity comparisons. This field should contain the text that will be evaluated against the inference_text. */
156
157
field: string
158
+
/** Whether to rescore on only the best matching chunks.
0 commit comments