Open Free-Radical opened 1 year ago
I am a databricks customer and have been tasked with developing Dolly related solutions. It seems the demo notebooks are not up to date/functional, since this is the second error encountered. Pls recheck all notebooks (especially Dolly related) to confirm they are still functional, so I can complete my LLM evaluation. Thanks
hi @Free-Radical , they should be fonctional, I just tested it this morning before releasing the update Are you installing the demo with %pip install dbdemos and then import dbdemos dbdemos.install('llm-dolly-chatbot')
Then you need to run the .sh cell (the one just above what you shared), it'll load the data:
Maybe you had an error in this cell? We had a bug and the cell was throwing an error, I released a fix yesterday so that could be the reason. Let me know.
@Free-Radical any update on that?
@Free-Radical any update on that?
Hi @QuentinAmbard thank you for checking back, was working on another related task, back not will begin tonight and provide feedback. Thanks again.
The following line (3) fails :
raw_gardening = spark.read.format("xml").option("rowTag", "row").load(f"{gardening_raw_path}/Posts.xml")
with error:
org.apache.spark.SparkClassNotFoundException: [DATA_SOURCE_NOT_FOUND] Failed to find data source: xml. Please find packages at
https://spark.apache.org/third-party-projects.html.