Hierarchy For Package org.springframework.ai.rag.preretrieval.query.transformation
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.springframework.ai.rag.preretrieval.query.transformation.CompressionQueryTransformer (implements org.springframework.ai.rag.preretrieval.query.transformation.QueryTransformer)
- org.springframework.ai.rag.preretrieval.query.transformation.CompressionQueryTransformer.Builder
- org.springframework.ai.rag.preretrieval.query.transformation.RewriteQueryTransformer (implements org.springframework.ai.rag.preretrieval.query.transformation.QueryTransformer)
- org.springframework.ai.rag.preretrieval.query.transformation.RewriteQueryTransformer.Builder
- org.springframework.ai.rag.preretrieval.query.transformation.TranslationQueryTransformer (implements org.springframework.ai.rag.preretrieval.query.transformation.QueryTransformer)
- org.springframework.ai.rag.preretrieval.query.transformation.TranslationQueryTransformer.Builder
Interface Hierarchy
- java.util.function.Function<T,
R> - org.springframework.ai.rag.preretrieval.query.transformation.QueryTransformer