Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
sharp1FL
Frequent Visitor

Copilot ValueError: Schema healthcare1_msft_bronze.substancedefinition is too long to be added in NB

I am trying to use Copilot in a notebook in my HLS public preview workspace.  I get the following error when I execute the Copilot package installation cell.  Any advice on how I can address this?

 

Thanks.

 

ValueError: Schema healthcare1_msft_bronze.substancedefinition is too long to be added to the vector store.

1 REPLY 1
Akash_Varuna
Solution Sage
Solution Sage

Hi @sharp1FL  , Could you please try these steps

  • Shorten the schema name to reduce its length.
  • Use aliases or map verbose names to shorter ones.
  • Preprocess the schema name to truncate it before adding it to the vector store.
  • Check if the vector store allows increasing the maximum length limit.
  • Split the schema into smaller components (e.g., database, schema, table).
    if this post helped please do give a kudos and accept this as a solution 
    Thanks in Advance

 

 

Helpful resources

Announcements