4 ms·
>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 ta
by lqcfcjx 3y ago
>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?
- aiassist 3y agosorry about that! 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
- lqcfcjx 3y agowell, I'm not sure how often people are comfortable sharing db credentials. Will db data (not credentials) be sent to open ai?
- aiassist 3y agoYes, query results are shared with OpenAI. 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.