VZLA
Databricks Employee
Databricks Employee

Hi @stevomcnevo007 

Thanks for sharing the details so far! To help construct the correct resource path and resolve the issue, could you provide a bit more information?

  1. Model Details:

    • What is the exact model name and version you’re trying to deploy?
    • Is the model registered under Unity Catalog or the workspace's default model registry?
  2. Cluster/Endpoint Setup:

    • Are you using a specific cluster mode (e.g., serverless, shared, or single-user)?
    • Is the llm_endpoint (databricks-meta-llama-3-3-70b-instruct) accessible and correctly set up for your workspace?
  3. Error Message Context:

    • Can you confirm where the deployment is failing (e.g., during agents.deploy or a related step)?
    • Share the full error message (or stack trace) if possible, as it can provide more insight.
  4. Config File Alignment:

    • Does the config.yml align with the actual model location in the registry? For example, is main.egg_shop.* referencing the correct schema for viable_test.default.egg_chat?

Ultimately, what is the version of this test code with values if it can be shared, to help us diagnose this problem. If the uc_functions parameter (main.egg_shop.*) relates to Unity Catalog, ensure the model's schema (viable_test.default) matches the catalog/schema setup. Also, check you have the necessary permissions to access the model (GRANT USE on Catalog / GRANT SELECT ON Model).