Skip to content

Commit 2886807

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

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
@@ -130,7 +130,7 @@ from langchain_postgres import PGVector
130130

131131
### Step 2: Configure OpenAI Embeddings
132132

133-
We will utilize the OpenAIEmbeddings class from LangChain and store the embeddings in PostgreSQL using the PGVector integration.
133+
We will utilize the [OpenAIEmbeddings](https://api.python.langchain.com/en/latest/embeddings/langchain_openai.embeddings.base.OpenAIEmbeddings.html) class from LangChain and store the embeddings in PostgreSQL using the PGVector integration.
134134

135135
```python
136136
# rag.py

0 commit comments

Comments
 (0)