For 1, you might find that using Google Gemini might be quite life changing. It can pull from your google drive, your gmail, etc. the only caveat is the "links" via api to external stuff, like invoicing software. helpdesk, depending on what you use. if you notice, zendesk has a zapier zap that integrates with google gemini
is what you're trying to do vector search in mysql? or is it some text-to-sql? if it is the latter, there are plenty of libraries for you to poke at. if it is vectors - i suggest playing around with mariadb
For 1, you might find that using Google Gemini might be quite life changing. It can pull from your google drive, your gmail, etc. the only caveat is the "links" via api to external stuff, like invoicing software. helpdesk, depending on what you use. if you notice, zendesk has a zapier zap that integrates with google gemini
Thanks! I keep seeing the Google Gemini ads in my Gmail, but didn't know it also integrates with Gdrive.
Regarding (2) I'm not yet sure. I am playing around with text-to-sql at the moment. It might be sufficient. But I'll also research vector search!