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 1877cb1 commit dfb165fCopy full SHA for dfb165f
example-apps/chatbot-rag-app/data/index_data.py
@@ -66,6 +66,7 @@ def install_elser():
66
)
67
print(f'"{ELSER_MODEL}" model is deployed')
68
except BadRequestError:
69
+ # Already started
70
pass
71
72
while True:
0 commit comments