Documentation
¶
Overview ¶
Package cohere provides a cohere embedding provider for memoryrails.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Embedder ¶
type Embedder struct {
// contains filtered or unexported fields
}
Embedder generates embeddings using Cohere's API.
func (*Embedder) Dimensions ¶
type Option ¶
type Option func(*Embedder)
Option configures the embedder.
func WithHTTPClient ¶
WithHTTPClient sets a custom HTTP client.
Click to show internal directories.
Click to hide internal directories.