Skip to content

Commit a85c124

Browse files
committed
added frontmatter
1 parent 316d7a5 commit a85c124

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

tutorial/markdown/nodejs/quickstart-mastra/mastra-couchbase-nextJS-tutorial.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
---
2+
# frontmatter
3+
path: "/tutorial-rag-mastra-couchbase-nextjs"
4+
# title and description do not need to be added to markdown, start with H2 (##)
5+
title: Building a RAG Application with Mastra and Couchbase
6+
short_title: Mastra and Couchbase RAG
7+
description:
8+
- Build a complete Retrieval-Augmented Generation (RAG) application using Next.js, Mastra, and Couchbase.
9+
- Use Couchbase as a vector database for AI-powered applications.
10+
- Learn to integrate Mastra for AI orchestration and workflow management.
11+
content_type: quickstart
12+
filter: sdk
13+
technology:
14+
- ai
15+
- vector-search
16+
tags:
17+
- Next.js
18+
- RAG
19+
- Mastra
20+
sdk_language:
21+
- nodejs
22+
length: 60 Mins
23+
---
24+
125
# Building a RAG Application with Mastra and Couchbase: A Step-by-Step Tutorial
226

327
This tutorial will guide you through building a complete Retrieval-Augmented Generation (RAG) application from scratch using Next.js, the Mastra AI framework, and Couchbase for vector search. We'll start by getting the pre-built application running and then break down how each part works so you can build it yourself.

0 commit comments

Comments
 (0)