You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/how-to-implement-rag-generativeapis/index.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,10 +253,14 @@ You can now execute your RAG pipeline with the following command:
253
253
If you used the Scaleway cheatsheet provided as examples and asked for a CLI command to power of instance, you should see the following answer:
254
254
```sh
255
255
scw instance server stop example-28f3-4e91-b2af-4c3502562d72
256
-
257
-
This will shut down the Instance with the specified instance-uuid. Note that this command stops the Instance but does not shut it down completely.
256
+
```
258
257
259
258
This command is correct and can be used with the Scaleway CLI.
259
+
260
+
<Messagetype="tip">
261
+
You may also see a warning from Langchain: `LangSmithMissingAPIKeyWarning: API key must be provided when using hosted LangSmith API`. You can ignore this for the scope of this tutorial. This is due to Langchain requiring an API Key to activate the observability LangSmith module to store queries performed and optimize them afterwards.
262
+
</Message>
263
+
260
264
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`.
261
265
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)):
0 commit comments