Versions in this module Expand all Collapse all v0 v0.0.2 Jun 11, 2026 Changes in this version + var ErrAbsolutePath = errors.New("absolute paths not allowed") + var ErrCollectionExists = errors.New("collection already exists") + var ErrCollectionNotFound = errors.New("collection not found") + var ErrConnectionFailed = errors.New("connection failed") + var ErrEmbedderInitFailed = errors.New("failed to initialize embedder") + var ErrEmbedderNotInitialized = errors.New("embedder not initialized") + var ErrEmptyDocuments = errors.New("no documents provided") + var ErrEmptyQueries = errors.New("no queries provided") + var ErrFileNotFound = errors.New("file not found") + var ErrInvalidConfig = errors.New("invalid configuration") + var ErrInvalidInput = errors.New("invalid input") + var ErrInvalidResponse = errors.New("invalid response from server") + var ErrMissingConfig = errors.New("missing configuration") + var ErrPathOutsideCWD = errors.New("path outside working directory") + var ErrPathTraversal = errors.New("path traversal detected") + var ErrRequestFailed = errors.New("request failed") + func As[T error](err error) (T, bool) + func Is(err error, target ...error) bool