From ba720b00eb1574e8c4adfbb5a5355ceb407fd155 Mon Sep 17 00:00:00 2001 From: Maxence Guindon Date: Tue, 9 Apr 2024 15:51:08 -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 a7f0a468..7eeaa902 100644 --- a/docs/nachet-inference-documentation.md +++ b/docs/nachet-inference-documentation.md @@ -220,7 +220,7 @@ The inference request will return a list with the following information: ### Blob storage and Pipeline versioning -To keep track of the various pipelines iterations and versions, JSON files are +To keep track of the various pipeline iterations and versions, JSON files are stored in the blob storage. Users can add the JSON to the blob storage using the `pipelines_version_insertion.py` script. This allows for easy management of model and pipeline history.