Skip to content

Commit e944486

Browse files
committed
exemple of endpoint
1 parent 403fd5e commit e944486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ Create a .env file and add the following variables. These will store your API ke
6060

6161
# Scaleway S3 bucket configuration
6262
SCW_BUCKET_NAME=your_scaleway_bucket_name
63-
SCW_BUCKET_ENDPOINT=your_scaleway_bucket_endpoint # S3 endpoint, e.g., https://s3.fr-par.scw.cloud
63+
SCW_BUCKET_ENDPOINT="https://{{SCW_BUCKET_NAME}}.s3.{{SCW_REGION}}.scw.cloud" # S3 endpoint, e.g., https://s3.fr-par.scw.cloud
6464

6565
# Scaleway Inference API configuration (Embeddings)
66-
SCW_INFERENCE_EMBEDDINGS_ENDPOINT=your_scaleway_inference_embeddings_endpoint # Endpoint for sentence-transformers/sentence-t5-xxl deployment
66+
SCW_INFERENCE_EMBEDDINGS_ENDPOINT="https://{{SCW_INFERENCE_DEPLOYMENT_ID}}.ifr.fr-par.scw.cloud/v1" # Endpoint for sentence-transformers/sentence-t5-xxl deployment
6767

6868
# Scaleway Inference API configuration (LLM deployment)
69-
SCW_INFERENCE_DEPLOYMENT_ENDPOINT=your_scaleway_inference_endpoint # Endpoint for your LLM deployment
69+
SCW_INFERENCE_DEPLOYMENT_ENDPOINT="https://{{SCW_INFERENCE_DEPLOYMENT_ID}}.ifr.fr-par.scw.cloud/v1" # Endpoint for your LLM deployment
7070
```
7171

7272
## Setting Up Managed Databases

0 commit comments

Comments
 (0)