Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotExists = errors.New("key does not exist")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateEmbedding ¶
type ClientV2 ¶ added in v2.0.23
type ClientV2 struct {
// contains filtered or unexported fields
}
func NewClientV2 ¶ added in v2.0.23
func (*ClientV2) CreateEmbedding ¶ added in v2.0.23
type EmbeddingRequest ¶
type EmbeddingResult ¶
type KVBadger ¶ added in v2.0.23
type KVBadger struct {
// contains filtered or unexported fields
}
func NewKVBadger ¶ added in v2.0.23
func NewKVBadger(db *badger.DB) *KVBadger
type KVGCache ¶ added in v2.0.23
type KVGCache struct {
// contains filtered or unexported fields
}
func NewKVGCache ¶ added in v2.0.23
Click to show internal directories.
Click to hide internal directories.