xinference

package
v0.11.2-patch.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ChannelName = "xinference"
View Source
var ModelList = []string{
	"bge-reranker-v2-m3",
	"jina-reranker-v2",
}

Functions

This section is empty.

Types

type XinRerankResponse

type XinRerankResponse struct {
	Results []XinRerankResponseDocument `json:"results"`
}

type XinRerankResponseDocument

type XinRerankResponseDocument struct {
	Document       any     `json:"document,omitempty"`
	Index          int     `json:"index"`
	RelevanceScore float64 `json:"relevance_score"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL