Versions in this module Expand all Collapse all v0 v0.1.1 Jan 7, 2025 v0.1.0 Jan 5, 2025 Changes in this version + type IKnowledgeSource interface + CleanUp func() error + Configure func(logger logger.ILogger, config configuration.KnowledgeSourceConfiguration) error + GetFiles func() ([]string, error) + GetName func() string + func NewSourceKnowledge(provider string) (IKnowledgeSource, error)