Package dev.langchain4j.rag.query.transformer
package dev.langchain4j.rag.query.transformer
-
ClassDescriptionA
QueryTransformer
that leverages aChatLanguageModel
to condense a givenQuery
along with a chat memory (previous conversation history) into a conciseQuery
.Default implementation ofQueryTransformer
intended to be suitable for the majority of use cases.