Skip to content

Commit 01d76f1

Browse files
fpagnyjcirinosclwy
andauthored
Update tutorials/how-to-implement-rag-generativeapis/index.mdx
Co-authored-by: Jessica <[email protected]>
1 parent b76bbd4 commit 01d76f1

File tree

1 file changed

+1
-1
lines changed
  • tutorials/how-to-implement-rag-generativeapis

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Then, we will embed them as vectors and store these vectors in your PostgreSQL d
211211
vector_store = PGVector(connection=connection_string, embeddings=embeddings)
212212
```
213213
<Message type="tip">
214-
Note that configuration should be similar to the one used in `embed.py` to ensure vectors will be read in the same format as the one used to create and store them.
214+
Note that the configuration should be similar to the one used in `embed.py` to ensure vectors will be read in the same format as the one used to create and store them.
215215
</Message>
216216

217217

0 commit comments

Comments
 (0)