Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicRetriever ¶
type BasicRetriever struct {
TopK int
}
type Retriever ¶
type Retriever interface {
Retrieve(ctx context.Context, store store.Store, query string, datasetID string) ([]vs.Document, error)
}
func GetDefaultRetriever ¶
func GetDefaultRetriever() Retriever
func GetRetriever ¶
type RoutingRetriever ¶ added in v0.1.8
Click to show internal directories.
Click to hide internal directories.