From 2287e311868589eed0da7a7ca30a10e0c9ecfe7c Mon Sep 17 00:00:00 2001 From: Maxence Guindon Date: Tue, 9 Apr 2024 15:53:38 -0400 Subject: [PATCH] Update docs/nachet-inference-documentation.md Co-authored-by: William Lemire --- docs/nachet-inference-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nachet-inference-documentation.md b/docs/nachet-inference-documentation.md index 7eeaa90..a97fba4 100644 --- a/docs/nachet-inference-documentation.md +++ b/docs/nachet-inference-documentation.md @@ -237,7 +237,7 @@ To use the script, 3 environment variables are necessary: #### In the code In the backend, the pipelines are retrieved using the `get_pipelines` function. -This function retrieved the data from the blob storage and stored the pipeline in +This function retrieves the data from the blob storage and stores the pipeline in the `CACHE["endpoint"]` variable. This the variable that feed the frontend the `models` information and metadata.