>let's say you work at uber. uber probably has a database with a bunch of rides data in it. it probably has a rides_fulfilled table, a users table, a drivers table, and a whole lot more tables but just imagine it was that simple for now.
What I don't get from the landing page clearly is what data will be sent to your app. Will users give you db credentials so that you have full access to schema and underlying data? And later these data will be sent to openai?
yes, users have to provide db credentials with read-only access to the data.
no, db credentials are never shared with OpenAI. our API handles user authentication and credential storage and calls out to OpenAI for the AI function calls
We work with lots of companies that are comfortable with it but have met others that say "No Way in Hell". For some reason, they tend to be more comfortable using OpenAI APIs on Azure than OpenAI directly though.
What I don't get from the landing page clearly is what data will be sent to your app. Will users give you db credentials so that you have full access to schema and underlying data? And later these data will be sent to openai?