Skip to content

Commit 022f7e5

Browse files
Laure-diremyleone
andauthored
Update tutorials/how-to-implement-rag/index.mdx
Co-authored-by: Rémy Léone <[email protected]>
1 parent 2886807 commit 022f7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To perform these actions, you'll need to connect to your PostgreSQL database. Yo
7777

7878
### Step 2: Install the pgvector Extension
7979

80-
pgvector is essential for storing and indexing high-dimensional vectors, which are critical for retrieval-augmented generation (RAG) systems. Ensure that it is installed by executing the following SQL command:
80+
[pgvector](https://github.com/pgvector/pgvector) is essential for storing and indexing high-dimensional vectors, which are critical for retrieval-augmented generation (RAG) systems. Ensure that it is installed by executing the following SQL command:
8181

8282
```sql
8383
CREATE EXTENSION IF NOT EXISTS vector;

0 commit comments

Comments
 (0)