spring-ai
spring-ai copied to clipboard
Why can't I use the CompressionQueryTransformer when I imported spring-ai-advisors-vector-store
There is no api in it: https://docs.spring.io/spring-ai/reference/api/retrieval-augmented-generation.html?spm=0.29160081.0.0.75c73b5bFc7Xpc
You need the org.springframework.ai:spring-ai-rag module, which includes all the Modular RAG APIs.
You need the
org.springframework.ai:spring-ai-ragmodule, which includes all the Modular RAG APIs.
thanks