Skip to content

RAG documentation doesn't mention spring-ai-rag dependency #3374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
torakiki opened this issue May 29, 2025 · 2 comments
Closed

RAG documentation doesn't mention spring-ai-rag dependency #3374

torakiki opened this issue May 29, 2025 · 2 comments

Comments

@torakiki
Copy link
Contributor

The current version of the RAG documentation https://github.com/spring-projects/spring-ai/blob/main/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/retrieval-augmented-generation.adoc states:

To use the QuestionAnswerAdvisor or RetrievalAugmentationAdvisor, you need to add the spring-ai-advisors-vector-store dependency to your project:

 <dependency>
    <groupId>org.springframework.ai</groupId>
    <artifactId>spring-ai-advisors-vector-store</artifactId>
</dependency>

But RetrievalAugmentationAdvisor is part of spring-ai-rag and nowhere in the page this dependency is mentioned.
The documentation should be modified to reflect this commit 79671d4

@sunyuhan1998
Copy link
Contributor

Indeed, thanks for the report, I tried to push a PR: #3375 to refine the description in the documentation.

@ilayaperumalg
Copy link
Member

@torakiki Thanks for the report. As @sunyuhan1998 mentioned, this issue has been addressed via #3375 which is already merged as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants