Hacker News new | ask | show | jobs
Show HN: Connect Google Drive to ChatGPT (getsidekick.ai)
4 points by ayanb9440 1174 days ago
Hey hackernews! We just shipped a google drive integration that lets you connect your google drive folder to LLMs like ChatGPT, in three steps:

1. Click a button to authorize Google. This handles the OAuth and redirects with Google drive. 2. Select a folder that you want to sync. 3. Hit the sync button, which uses the googleapiclient library to crawl through the folder, get content from each google doc, and upsert the data into a vectorstore.

Demo video here: https://youtu.be/fSDGQ-aj_u0

Try it out and let us know what you think!