类 DefaultQueryTransformer
java.lang.Object
dev.langchain4j.rag.query.transformer.DefaultQueryTransformer
- 所有已实现的接口:
QueryTransformer
Default implementation of
It's important to note that while efforts will be made to avoid breaking changes, the default behavior of this class may be updated in the future if it's found that the current behavior does not adequately serve the majority of use cases. Such changes would be made to benefit both current and future users.
This implementation simply returns the provided
QueryTransformer intended to be suitable for the majority of use cases.
It's important to note that while efforts will be made to avoid breaking changes, the default behavior of this class may be updated in the future if it's found that the current behavior does not adequately serve the majority of use cases. Such changes would be made to benefit both current and future users.
This implementation simply returns the provided
Query without any transformation.-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
DefaultQueryTransformer
public DefaultQueryTransformer()
-
-
方法详细资料
-
transform
从接口复制的说明:QueryTransformer- 指定者:
transform在接口中QueryTransformer- 参数:
query- TheQueryto be transformed.- 返回:
- A collection of one or more
Querys derived from the originalQuery.
-