Skip to content

Commit

Permalink
Update tutorials/how-to-implement-rag/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
Laure-di and remyleone authored Oct 4, 2024
1 parent 2886807 commit 022f7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/how-to-implement-rag/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To perform these actions, you'll need to connect to your PostgreSQL database. Yo

### Step 2: Install the pgvector Extension

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:
[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:

```sql
CREATE EXTENSION IF NOT EXISTS vector;
Expand Down

0 comments on commit 022f7e5

Please sign in to comment.