Skip to content

Commit a0e7677

Browse files
authored
Update mongodb.adoc
Include link to more intermediate content with Spring AI and MongoDB in the MongoDB Atlas Vector Store section.
1 parent b468354 commit a0e7677

File tree

1 file changed

+4
-1
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs

1 file changed

+4
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/mongodb.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,8 @@ List<Document> results = vectorStore.similaritySearch(
256256
);
257257
----
258258

259+
== Tutorials and Code Examples
259260

260-
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].
261+
- 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].
262+
263+
- 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].

0 commit comments

Comments
 (0)