Skip to content

Commit 933b361

Browse files
committed
Generated markdown tutorials from Jupyter Notebooks
Generated from: couchbase-examples/vector-search-cookbook
1 parent b5dc10a commit 933b361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorial/markdown/generated/vector-search-cookbook/capella-model-services-langchain-query_based-RAG_with_Capella_Model_Services_and_LangChain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ alt_paths:
2929

3030
[View Source](https://github.com/couchbase-examples/vector-search-cookbook/tree/main/capella-model-services/langchain/query_based/RAG_with_Capella_Model_Services_and_LangChain.ipynb)
3131

32-
# Introduction
32+
## Introduction
3333
In this guide, we will walk you through building a Retrieval Augmented Generation (RAG) application using Couchbase Capella as the database, [Mistral-7B-Instruct-v0.3](https://build.nvidia.com/mistralai/mistral-7b-instruct-v03/modelcard) model as the large language model provided by Capella Model Services. We will use the [NVIDIA NeMo Retriever Llama3.2](https://build.nvidia.com/nvidia/llama-3_2-nv-embedqa-1b-v2/modelcard) model for generating embeddings via Capella Model Services.
3434

3535
This notebook demonstrates how to build a RAG system using:

tutorial/markdown/generated/vector-search-cookbook/smolagents-query_based-RAG_with_Couchbase_SmolAgents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ Some of the features of smolagents are:
740740

741741
- 🛠️ Tool-agnostic: you can use tools from LangChain, Anthropic's MCP, you can even use a Hub Space as a tool.
742742

743-
# Building a RAG Agent using smolagents
743+
## Building a RAG Agent using smolagents
744744

745745
smolagents allows users to define their own tools for the agent to use. These tools can be of two types:
746746
1. Tools defined as classes: These tools are subclassed from the `Tool` class and must override the `forward` method, which is called when the tool is used.

0 commit comments

Comments
 (0)