Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SemanticExecutor ¶
type SemanticExecutor struct {
DefaultEmbedProvider provider.Embedder
// contains filtered or unexported fields
}
func NewSemanticExecutor ¶
func NewSemanticExecutor() (*SemanticExecutor, error)
func (*SemanticExecutor) Execute ¶
func (e *SemanticExecutor) Execute(ctx context.Context, p *executor.ExecutorParams) *executor.ExecutorResult
type WebExecutor ¶
type WebExecutor struct {
DefaultWebSearcher provider.WebSearcher
// contains filtered or unexported fields
}
func NewWebExecutor ¶
func NewWebExecutor() (*WebExecutor, error)
func (WebExecutor) Execute ¶
func (e WebExecutor) Execute(ctx context.Context, p *executor.ExecutorParams) *executor.ExecutorResult
Click to show internal directories.
Click to hide internal directories.