Embedding AI to Google Drive for Public Use

Over the last few years, I have built a reasonable-sized digital library in Google Drive. Now I want to make it public via a new website I am creating. Embedding AI will make all the information easily accessible; otherwise, it will be far too difficult for visitors to find the information they require.

I have only a general idea of the challenges associated with this task, but not the practical steps to get started. Any suggestions?

Hi @CircularAsia ,
Great idea! You can use tools like LangChain or AutoGen to embed AI search/chat over your Google Drive files by first connecting them via the Google Drive API.
Thanks!

1 Like

Thanks so much, Dinesh. I’ll check it out!