@Logan M thank you i thought it was openai specific. I actually get the follow error message which is not related to llama index but Sqlite . I am wondering if something needs to be updated ?
Warning: You can only execute one statement at a time.
During handling of the above exception, another exception occurred:
AttributeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/llama_index/core/query_engine/jsonalyze_query_engine.py in default_jsonalyzer(list_of_dict, query_bundle, llm, table_name, prompt, sql_parser)
106 # Execute the SQL query
107 results = list(db.query(sql_query))
--> 108 except sqlite_utils.db_exceptions.OperationalError as exc:
109 print_text(f"Error executing query: {sql_query}")
110 raise ValueError("Invalid query") from exc
AttributeError: module 'sqlite_utils' has no attribute 'db_exceptions'