diff --git a/README.md b/README.md index ca8f05a..6323f77 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # SurfSense -While tools like NotebookLM and Perplexity are impressive and highly effective for conducting research on any topic/query, SurfSense elevates this capability by integrating with your personal knowledge base. It is a highly customizable AI research agent, connected to external sources such as Search Engines (Tavily, LinkUp), Slack, Linear, Jira, ClickUp, Confluence, Notion, YouTube, GitHub, Discord and more to come. +While tools like NotebookLM and Perplexity are impressive and highly effective for conducting research on any topic/query, SurfSense elevates this capability by integrating with your personal knowledge base. It is a highly customizable AI research agent, connected to external sources such as Search Engines (Tavily, LinkUp), Slack, Linear, Jira, ClickUp, Confluence, Gmail, Notion, YouTube, GitHub, Discord, Google Calendar and more to come.
MODSetter%2FSurfSense | Trendshift @@ -68,9 +68,11 @@ Open source and easy to deploy locally. - ClickUp - Confluence - Notion +- Gmail - Youtube Videos - GitHub - Discord +- Google Calendar - and more to come..... ## 📄 **Supported File Extensions** diff --git a/surfsense_web/content/docs/index.mdx b/surfsense_web/content/docs/index.mdx index 658b603..2f8b44f 100644 --- a/surfsense_web/content/docs/index.mdx +++ b/surfsense_web/content/docs/index.mdx @@ -51,10 +51,15 @@ See the [installation notes](https://github.com/pgvector/pgvector/tree/master#in SurfSense supports both Google OAuth and local email/password authentication. Google OAuth is optional - if you prefer local authentication, you can skip this section. +**Note**: Google OAuth setup is **required** in your `.env` files if you want to use the Gmail and Google Calendar connectors in SurfSense. + To set up Google OAuth: 1. Login to your [Google Developer Console](https://console.cloud.google.com/) -2. Enable People API. +2. Enable the required APIs: + - **People API** (required for basic Google OAuth) + - **Gmail API** (required if you want to use the Gmail connector) + - **Google Calendar API** (required if you want to use the Google Calendar connector) ![Google Developer Console People API](/docs/google_oauth_people_api.png) 3. Set up OAuth consent screen. ![Google Developer Console OAuth consent screen](/docs/google_oauth_screen.png)