Hi! I am new to databricks. I was trying to run the RAG demo notebooks in databricks (@ Link to the demo: Deploy Your LLM Chatbot With Retrieval Augmented Generation (RAG), Foundation Models and Vector Sear...), in which the 00-init notebook in the resources folder did not run. The error: unity catalog not enabled.
[
UC_NOT_ENABLED] Unity Catalog is not enabled on this cluster. SQLSTATE: 56038
File <command-164724802993156>, line 13 11 catalogs = [r['catalog'] for r in spark.sql("SHOW CATALOGS").collect()] 12 if catalog not in catalogs: ---> 13 spark.sql(f"CREATE CATALOG IF NOT EXISTS {catalog}") 14 if catalog == 'dbdemos': 15 spark.sql(f"ALTER CATALOG {catalog} OWNER TO `account users`")
Is enabling unity catalog mandatory? If not, how do I proceed?
Thank you in advance ๐