We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7327da commit 1877cb1Copy full SHA for 1877cb1
example-apps/chatbot-rag-app/data/index_data.py
@@ -58,7 +58,7 @@ def install_elser():
58
break
59
time.sleep(1)
60
61
- # Step 1: Ensure ELSER_MODEL is fully allocated
+ # Step 2: Ensure ELSER_MODEL is fully allocated
62
if not is_elser_fully_allocated():
63
try:
64
es.ml.start_trained_model_deployment(
0 commit comments