Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatStep ¶
type ChatStep struct {
// contains filtered or unexported fields
}
func NewChatStep ¶
type ChatStreamStep ¶
type ChatStreamStep struct {
// contains filtered or unexported fields
}
func NewChatStreamStep ¶
func (*ChatStreamStep) Name ¶
func (s *ChatStreamStep) Name() string
type EmbedSingleStep ¶
type EmbedSingleStep struct {
// contains filtered or unexported fields
}
func NewEmbedSingleStep ¶
func NewEmbedSingleStep(provider embedding.Provider, inputKey, outputKey string) *EmbedSingleStep
func (*EmbedSingleStep) Name ¶
func (s *EmbedSingleStep) Name() string
Click to show internal directories.
Click to hide internal directories.