Skip to content

Commit 28ffa69

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

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ Then, we will embed them as vectors and store these vectors in your PostgreSQL d
258258
This will shut down the instance with the specified instance-uuid.
259259
Please note that this command only stops the instance, it doesn't shut it down completely
260260
```
261-
This command is fully correct and can be used with Scaleway CLI. Note especially that vector embedding enabled the system to retrieve proper document chunks even if the Scaleway cheatsheet never mention `shut down` but only `power off`.
261+
262+
This command is correct and can be used with the Scaleway CLI.
263+
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`.
262264
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)):
263265
```sh
264266
scaleway instance shutdown --instance-uuid example-28f3-4e91-b2af-4c3502562d72

0 commit comments

Comments
 (0)