Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion tutorial/markdown/c++/cxx-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ length: 30 Mins
---

<!-- [abstract] -->
# Quickstart for Couchbase in C++
# Quickstart in Couchbase with C++

In this tutorial, you will learn how to connect to a Couchbase Capella cluster to create, read, update, and delete documents, how to write simple parametrized SQL++ queries and how to create, and perform simple and complex text search using Search indexes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This tutorial will show how to create a connection between existing Grafana and
* [Couchbase documentation](https://docs.couchbase.com)
* [Plugin sources](https://github.com/couchbaselabs/grafana-plugin)

# Prerequisites
## Prerequisites
* Grafana >= 7.0
* Couchbase >= 7.0
* NodeJS >= 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sdk_language:
length: 30 Mins
---

# Set up an OpenID Connect authentication for the Sync Gateway
# OpenID Connect Authentication for Sync Gateway with Keycloak

## Introduction

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sdk_language:
length: 60 Mins
---

# Building a RAG Application with Mastra and Couchbase: A Step-by-Step Tutorial
# Building a RAG Application with Mastra and Couchbase

This tutorial will guide you through building a complete Retrieval-Augmented Generation (RAG) application from scratch using [Next.js](https://nextjs.org/), the [Mastra AI framework](https://mastra.ai/), and [Couchbase](https://www.couchbase.com/) for [vector search](https://www.couchbase.com/products/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.

Expand Down