databricks-demos / dbdemos

Demos to implement your Databricks Lakehouse
Other
255 stars 80 forks source link

llm-rag-chatbot #79

Open arashaga opened 8 months ago

arashaga commented 8 months ago

in the demo llm-rag-chat-bot the listed step 01 data prep does not have all the imports hence it breaks. (example concurrent) also there is Data prep full under resources that doesn't have all the imports either example pandas_udf. basically, for a beginner user this demo doesn't run out of the box.

QuentinAmbard commented 8 months ago

Hi, I think you're likely not running the %import cell which contains all the imports. Could you double check if it's running properly without error?