I built a RAG by cloning the databricks example (create a vector search index of databricks documentation and then a RAG).When I try and call the RAG via the serving endpoint from a notebook, I get the following error:dictionary update sequence eleme...