package
Version:
v1.35.21
Opens a new window with list of versions in this module.
Published: May 21, 2026
License: BSD-3-Clause
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RankInput struct {
Query string `json:"query"`
Documents []string `json:"documents"`
Model string `json:"model"`
TopN *int `json:"top_n,omitempty"`
Instruction *string `json:"instruction,omitempty"`
Metadata []string `json:"metadata,omitempty"`
}
type RankResponse struct {
Results []RerankedResult `json:"results"`
}
type RerankedResult struct {
Index int `json:"index"`
RelevanceScore float64 `json:"relevance_score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.