25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- package xinference
-
- type XinRerankResponseDocument struct {
- Document any `json:"document,omitempty"`
- Index int `json:"index"`
- RelevanceScore float64 `json:"relevance_score"`
- }
-
- type XinRerankResponse struct {
- Results []XinRerankResponseDocument `json:"results"`
- }
|