Hey,
I have set up a chat with OPENAI which answers questions about a table but I would also like to be able to get OPENAI to also answer questions from 2 other separate tables so the user can ask any question from our website in 1 chat form instead of us having to set up a new chat for it to search each table.
The only way I can think about doing this, is if I could figure out how to display the data I want OPENAI to search from all 3 tables and show that data again in 1 new table and then get it to search that table instead.
Any ideas for how I could do this?