Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when a document is not found in the vector store. ErrNotFound = errors.New("document not found") // ErrEmbedding is returned when embedding generation fails. ErrEmbedding = errors.New("embedding failed") // ErrConnection is returned when the vector store connection fails. ErrConnection = errors.New("vector store connection failed") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.