Skip to content

Commit c5f07e5

Browse files
ashni-mehtamarkpollack
authored andcommitted
Enhance MongoDB docs with additional tutorials
Update mongodb.adoc to include links to both beginner and intermediate content for Spring AI and MongoDB integration. Add a new section "Tutorials and Code Examples" with: - Link to the Getting Started guide for basic integration - Link to a detailed RAG tutorial for more advanced usage This change provides users with a clear path from initial setup to more complex implementations using the MongoDB Atlas Vector Store.
1 parent ee00c62 commit c5f07e5

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
260+
To get started with Spring AI and MongoDB:
259261

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].
262+
* See the https://www.mongodb.com/docs/atlas/atlas-vector-search/ai-integrations/spring-ai/#std-label-spring-ai[Getting Started guide for Spring AI Integration].
263+
* For a comprehensive code example demonstrating Retrieval Augmented Generation (RAG) with Spring AI and MongoDB, refer to this https://www.mongodb.com/developer/languages/java/retrieval-augmented-generation-spring-ai/[detailed tutorial].

0 commit comments

Comments
 (0)