โ01-10-2024 10:18 PM
while creating service endpoint , getting permission denied error. Need help how to provide the permission.
โ01-11-2024 08:37 AM
If the model is from Workspace Model Registry, the creator of the endpoint must have Can Read permissions on the registered model of any model version that is specified in the endpoint configuration. If the model is from Unity Catalog, the creator of the endpoint must have the EXECUTE
privilege on the registered model of any model version that is specified in the endpoint configuration, plus USE CATALOG
and USE SCHEMA
privileges on the parent catalog and schema of any such registered model.
https://docs.databricks.com/en/security/auth-authz/access-control/serving-endpoint-acl.html
โ01-11-2024 10:11 AM
In addition to Walter's contribution, model permission is the issue on highlight here.
โ01-11-2024 10:20 PM
Thanks Walter and Debayan to given the reply . We given the permission as per model and below are screen shots for reference.
We started to understand about LLM Chatbot With Retrieval Augmented Generation (RAG) and Llama 2 70B(https://notebooks.databricks.com/demos/llm-rag-chatbot/index.html#). We did the below steps before execute the code .
%pip install dbdemos
import dbdemos
dbdemos.install('llm-rag-chatbot')
9.Once executed the above commands, all related notebokes and cluster created but while start the cluster which is provided the demo , faced the error with insufficient executors then used the cluster which created temporary one at step 6. Then we are able to executed some of the commands until Splitting our html pages in smaller chunks in 01-Data-Preparation-and-Index note book
10. While running the next command Using Databricks Foundation model BGE as an embedding endpoint , here we created the model from databricks market place and tried to serve endpoint but we are getting access issue (permission issue).
โ01-18-2024 11:06 AM
Hi @BalaRamesh , Could you please remove and add once again to see?
โ01-18-2024 12:57 AM
I am facing the same issue for deploying BGE as embedding endpoint. It worked few days back but from today it is complaining with permission issue. I tried uninstalling and re-installing but that didn't solve the problem either.
โ01-18-2024 11:01 AM
Hi, @Adheer , Any screenshot of the issue?
โ01-25-2024 05:43 AM
@Debayan I managed to solve the issue using databricks sdk library. From UI it was failing with the same error as mentioned by @BalaRamesh
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group