Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a shared HTTP client for the Vectorizer service.
func (*Client) HealthCheck ¶
HealthCheck checks if the Vectorizer service is available.
type EmbeddingData ¶
EmbeddingData represents a single embedding from the vectorizer.
type Response ¶
type Response struct {
Embeddings []EmbeddingData `json:"embeddings"`
}
Response represents the response from the Vectorizer service.
Click to show internal directories.
Click to hide internal directories.