I'm trying to build a chat engine on my tabular databse. (pandas or sql) Can someone share an example how can we do that? I'm able to built query engine, but it has to support conversations hence resorting to chat engine.
Can you be kind enough to spot where and how to place index? Here is my code: engine = create_engine("sqlite:////content/Master_data_v2.db") sql_database = SQLDatabase(engine)