You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be creating the inference services (https://www.elastic.co/guide/en/elasticsearch/reference/current/put-inference-api.html) under those names. Behind the scenes it will deploy ELSER or e5 model if not available automatically. Im unsure why it failed to create an inference deployment. Could you try again and see the error for deploying my-e5-model or my-elser-model.
I had a local setup using Elastic Stack 8.14. I tried to run the notebook at https://github.com/elastic/elasticsearch-labs/blob/main/supporting-blog-content/introducing-retrievers/retrievers_intro_notebook.ipynb with some modification to make it work with my local setup.
I have an error with the following code:
However, I do not have error with the following code:
Please be noted that I did not install the linux_x6 version since I ran it on my macOS computer.
In addition, the following code:
It gave me the error like:
However, the following code does not give me any error:
The text was updated successfully, but these errors were encountered: