Skip to content

Link to code example from MongoDB Atlas section of docs #1404

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
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,8 @@ List<Document> results = vectorStore.similaritySearch(
);
----

== Tutorials and Code Examples

If you would like to try out Spring AI with MongoDB, see https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/spring-ai/#std-label-spring-ai[Get Started with the Spring AI Integration].
- To get started with Spring AI and MongoDB, see https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/spring-ai/#std-label-spring-ai[Get Started with the Spring AI Integration].

- For a full code example that shows how to use RAG (Retrieval Augmented Generation) with Spring AI and MongoDB, see https://www.mongodb.com/developer/languages/java/retrieval-augmented-generation-spring-ai/[this tutorial].