Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchCleaner ¶
type FetchCleaner struct {
// contains filtered or unexported fields
}
func NewFetcherCleaner ¶
func NewFetcherCleaner() *FetchCleaner
func (*FetchCleaner) FetchClean ¶
func (f *FetchCleaner) FetchClean(url string) (string, error)
func (*FetchCleaner) FetchCleanBatch ¶
func (f *FetchCleaner) FetchCleanBatch(urls []string) (map[string]string, error)
func (*FetchCleaner) RefinePrompt ¶
func (f *FetchCleaner) RefinePrompt(input string) string
type LLMCompressionEngine ¶
type LLMCompressionEngine struct {
// contains filtered or unexported fields
}
func NewLLMCompressionEngine ¶
func NewLLMCompressionEngine(endpoint string) *LLMCompressionEngine
func (*LLMCompressionEngine) Compress ¶
func (e *LLMCompressionEngine) Compress(input string) string
Click to show internal directories.
Click to hide internal directories.