Interface | Description |
---|---|
QueryTransformer |
Class | Description |
---|---|
CompressingQueryTransformer |
A
QueryTransformer that leverages a ChatLanguageModel to condense a given Query
along with a chat memory (previous conversation history) into a concise Query . |
DefaultQueryTransformer |
Default implementation of
QueryTransformer intended to be suitable for the majority of use cases. |
ExpandingQueryTransformer |
Copyright © 2024. All rights reserved.