Skip to content

Commit 53c2aa9

Browse files
committed
fix title
1 parent d9f4ef2 commit 53c2aa9

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

tutorials/how-to-implement-rag/index.mdx

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
---
22
meta:
3-
title: How to implement RAG with managed inference
4-
description: Learn how to implement Retrieval-Augmented Generation (RAG) using Scaleway's managed inference, PostgreSQL, pgvector, and object storage.
3+
title: Step-by-Step Guide: Implementing Retrieval-Augmented Generation (RAG) with LangChain and ***Scaleway Managed Inference***
4+
description: Master Retrieval-Augmented Generation (RAG) with LangChain and ***Scaleway Managed Inference***. Learn how to integrate ***Scaleway Managed PostgreSQL Database***, pgvector, and ***Scaleway Object Storage*** for seamless data retrieval and embedding storage.
55
content:
6-
h1: How to implement RAG with managed inference
7-
tags: inference, managed, postgresql, pgvector, object storage, RAG
6+
h1: Step-by-Step Guide: Implementing Retrieval-Augmented Generation (RAG) with LangChain and ***Scaleway Managed Inference***
7+
tags: inference managed postgresql pgvector object storage RAG langchain machine learning AI language models
88
categories:
99
- inference
1010
---
1111

12-
Retrieval-Augmented Generation (RAG) enhances the power of language models by enabling them to retrieve relevant information from external datasets. In this tutorial, we’ll implement RAG using Scaleway’s Managed Inference, PostgreSQL, pgvector, and Scaleway’s Object Storage.
12+
Retrieval-Augmented Generation (RAG) supercharges language models by enabling real-time retrieval of relevant information from external datasets. This hybrid approach boosts both the accuracy and contextual relevance of model outputs, making it essential for advanced AI applications.
1313

14-
With Scaleway's fully managed services, integrating RAG becomes a streamlined process. You'll use a sentence transformer for embedding text, store embeddings in a PostgreSQL database with pgvector, and leverage object storage for scalable data management.
14+
In this comprehensive guide, you'll learn how to implement RAG using LangChain, one of the leading frameworks for developing robust language model applications. We'll combine LangChain with ***Scaleway’s Managed Inference***, ***Scaleway’s PostgreSQL Managed Database*** (featuring pgvector for vector storage), and ***Scaleway’s Object Storage*** for seamless integration and efficient data management.
15+
16+
***Why LangChain?***
17+
LangChain simplifies the process of enhancing language models with retrieval capabilities, allowing developers to build scalable, intelligent applications that access external datasets effortlessly. By leveraging LangChain’s modular design and Scaleway’s cloud services, you can unlock the full potential of Retrieval-Augmented Generation.
18+
19+
***What You’ll Learn:***
20+
How to embed text using a sentence transformer using ***Scaleway Manage Inference***
21+
How to store and query embeddings using ***Scaleway’s Managed PostgreSQL Database*** with pgvector
22+
How to manage large datasets efficiently with ***Scaleway Object Storage***
1523

1624
<Macro id="requirements" />
1725

0 commit comments

Comments
 (0)