Skip to content

Commit 2434439

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/markdown/generated/vector-search-cookbook/smolagents-gsi-RAG_with_Couchbase_and_SmolAgents.md renamed to tutorial/markdown/generated/vector-search-cookbook/smolagents-gsi-RAG_with_Couchbase_SmolAgents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ length: 30 Mins
2626
<!--- *** WARNING ***: Autogenerated markdown file from jupyter notebook. ***DO NOT EDIT THIS FILE***. Changes should be made to the original notebook file. See commit message for source repo. -->
2727

2828

29-
[View Source](https://github.com/couchbase-examples/vector-search-cookbook/tree/main/smolagents/gsi/RAG_with_Couchbase_and_SmolAgents.ipynb)
29+
[View Source](https://github.com/couchbase-examples/vector-search-cookbook/tree/main/smolagents/gsi/RAG_with_Couchbase_SmolAgents.ipynb)
3030

3131
# Introduction
3232
In this guide, we will walk you through building a powerful semantic search engine using Couchbase as the backend database, [OpenAI](https://openai.com) as the embedding and LLM provider, and [Hugging Face smolagents](https://huggingface.co/docs/smolagents/en/index) as an agent framework. Semantic search goes beyond simple keyword matching by understanding the context and meaning behind the words in a query, making it an essential tool for applications that require intelligent information retrieval. This tutorial is designed to be beginner-friendly, with clear, step-by-step instructions that will equip you with the knowledge to create a fully functional semantic search system using GSI (Global Secondary Index) from scratch. Alternatively if you want to perform semantic search using the FTS index, please take a look at [this.](https://developer.couchbase.com/tutorial-smolagents-couchbase-rag-with-fts/)
3333

3434

3535
## How to run this tutorial
3636

37-
This tutorial is available as a Jupyter Notebook (`.ipynb` file) that you can run interactively. You can access the original notebook [here](https://github.com/couchbase-examples/vector-search-cookbook/blob/main/smolagents/gsi/RAG_with_Couchbase_and_SmolAgents.ipynb).
37+
This tutorial is available as a Jupyter Notebook (`.ipynb` file) that you can run interactively. You can access the original notebook [here](https://github.com/couchbase-examples/vector-search-cookbook/blob/main/smolagents/gsi/RAG_with_Couchbase_SmolAgents.ipynb).
3838

3939
You can either download the notebook file and run it on [Google Colab](https://colab.research.google.com/) or run it on your system by setting up the Python environment.
4040

0 commit comments

Comments
 (0)