From b915ed328322465249267fad6fb8feeb6f217373 Mon Sep 17 00:00:00 2001 From: Delacrobix Date: Tue, 25 Mar 2025 07:17:51 -0500 Subject: [PATCH] Added note after inference endpoint creation in notebook --- .../using_crewai_with_elasticsearch_notebook.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb b/supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb index 5771f3b3..99a1c53d 100644 --- a/supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb +++ b/supporting-blog-content/using-crewai-with-elasticsearch/using_crewai_with_elasticsearch_notebook.ipynb @@ -157,6 +157,13 @@ " )" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "*NOTE: After creating the inference endpoint, it is highly recommended to wait 30 seconds for the model to be ready before sending requests.*" + ] + }, { "cell_type": "code", "execution_count": null,