Documentation ¶
Overview ¶
Package postprocessors is basically the same as package transformers, but used at a different stage of the RAG pipeline
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PostprocessorMap = map[string]Postprocessor{}
Functions ¶
This section is empty.
Types ¶
type Postprocessor ¶
type Postprocessor types.DocumentTransformer
Postprocessor may be a "normal"
func GetPostprocessor ¶
func GetPostprocessor(name string) (Postprocessor, error)
Click to show internal directories.
Click to hide internal directories.