Skip to content

Commit 05367fe

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

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ Then, we will embed them as vectors and store these vectors in your PostgreSQL d
260260

261261
This command is correct and can be used with the Scaleway CLI.
262262
Note that vector embedding enabled the system to retrieve proper document chunks even if the Scaleway cheatsheet never mentions `shut down` but only `power off`.
263-
You can compare this result without RAG (for instance by using the same prompt in [Generative APIs Playground](https://console.scaleway.com/generative-api/models/fr-par/playground?modelName=llama-3.1-8b-instruct)):
263+
You can compare this result without RAG (for instance, by using the same prompt in [Generative APIs Playground](https://console.scaleway.com/generative-api/models/fr-par/playground?modelName=llama-3.1-8b-instruct)):
264+
264265
```sh
265266
scaleway instance shutdown --instance-uuid example-28f3-4e91-b2af-4c3502562d72
266267
```

0 commit comments

Comments
 (0)