Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enabled bool
DBPath string
ModelPath string
EmbeddingsPath string // Path to embeddings models directory
SimilarityThreshold float32
EphemeralStore bool
LLMEndpoint string
}
Config holds pipeline configuration
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
Pipeline orchestrates the verification process
func NewPipeline ¶
NewPipeline creates a new verification pipeline
Click to show internal directories.
Click to hide internal directories.