From 0de6eba69ece8914fdf52786382a2a28a4706a0e Mon Sep 17 00:00:00 2001 From: mcembalest <70534565+mcembalest@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:55:53 -0400 Subject: [PATCH] formatted note callouts (#2633) Signed-off-by: Max Cembalest --- ...els-to-privately-chat-with-google-drive.md | 160 ++++++++++-------- 1 file changed, 85 insertions(+), 75 deletions(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-google-drive.md b/gpt4all-bindings/python/docs/gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-google-drive.md index 137423e0..903bd7ca 100644 --- a/gpt4all-bindings/python/docs/gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-google-drive.md +++ b/gpt4all-bindings/python/docs/gpt4all_desktop/cookbook/use-local-ai-models-to-privately-chat-with-google-drive.md @@ -7,98 +7,108 @@ Google Drive for Desktop allows you to sync and access your Google Drive files d !!! note "Download Google Drive for Desktop" -1. **Download Google Drive for Desktop**: - - Visit [drive.google.com](https://drive.google.com) and sign in with your Google account. - - Navigate to the **Settings** (gear icon) and select **Settings** from the dropdown menu. - - Scroll down to **Google Drive for desktop** and click **Download**. + 1. **Download Google Drive for Desktop**: + - Visit [drive.google.com](https://drive.google.com) and sign in with your Google account. + - Navigate to the **Settings** (gear icon) and select **Settings** from the dropdown menu. + - Scroll down to **Google Drive for desktop** and click **Download**. -2. **Install Google Drive for Desktop** - - Run the installer file you downloaded. - - Follow the prompts to complete the installation process. + 2. **Install Google Drive for Desktop** + - Run the installer file you downloaded. + - Follow the prompts to complete the installation process. -3. **Sign in and Sync** - - Once installed, sign in to Google Drive for Desktop with your Google account credentials. - - Choose the folders you want to sync to your computer. + 3. **Sign in and Sync** + - Once installed, sign in to Google Drive for Desktop with your Google account credentials. + - Choose the folders you want to sync to your computer. For advanced help, see [Setting up Google Drive for Desktop](https://support.google.com/drive/answer/10838124?hl=en) ## Connect Google Drive to LocalDocs !!! note "Connect Google Drive to LocalDocs" -1. **Install GPT4All and Open LocalDocs**: - - Go to [nomic.ai/gpt4all](https://nomic.ai/gpt4all) to install GPT4All for your operating system. - - Navigate to the LocalDocs feature within GPT4All to configure it to use your synced directory. + 1. **Install GPT4All and Open LocalDocs**: + + - Go to [nomic.ai/gpt4all](https://nomic.ai/gpt4all) to install GPT4All for your operating system. + + - Navigate to the LocalDocs feature within GPT4All to configure it to use your synced directory. - - - - -
- - Screenshot 2024-07-09 at 3 15 35 PM -
+ + + + +
+ + Screenshot 2024-07-09 at 3 15 35 PM +
-2. **Add Collection**: - - Click on **+ Add Collection** to begin linking your Google Drive folders. + 2. **Add Collection**: + + - Click on **+ Add Collection** to begin linking your Google Drive folders. - - - - -
- - Screenshot 2024-07-09 at 3 17 24 PM -
- - - Name your collection + + + + +
+ + Screenshot 2024-07-09 at 3 17 24 PM +
+ + - Name Collection -3. **Create Collection**: - - Click **Create Collection** to initiate the embedding process. Progress will be displayed within the LocalDocs interface. + 3. **Create Collection**: + + - Click **Create Collection** to initiate the embedding process. Progress will be displayed within the LocalDocs interface. -4. **Access Files in Chats**: - - Load a model to chat with your files (Llama 3 Instruct performs best) - - In your chat, open 'LocalDocs' with the button in the top-right corner to provide context from your synced Google Drive files. + 4. **Access Files in Chats**: + + - Load a model to chat with your files (Llama 3 Instruct performs best) + + - In your chat, open 'LocalDocs' with the button in the top-right corner to provide context from your synced Google Drive files. - - - - -
- - Screenshot 2024-07-09 at 3 20 53 PM -
+ + + + +
+ + Screenshot 2024-07-09 at 3 20 53 PM +
-5. **Interact With Your Drive:** - - Use the model to interact with your files - - - - -
- - Screenshot 2024-07-09 at 3 36 51 PM -
- - - - -
- - Screenshot 2024-07-09 at 3 38 31 PM -
- -7. **View Referenced Files**: - - Click on **Sources** below LLM responses to see which Google Drive files were referenced. + 5. **Interact With Your Drive:** + + - Use the model to interact with your files + + + + + +
+ + Screenshot 2024-07-09 at 3 36 51 PM +
- - - - -
- - Screenshot 2024-07-09 at 3 39 43 PM -
+ + + + +
+ + Screenshot 2024-07-09 at 3 38 31 PM +
+ + 6. **View Referenced Files**: + + - Click on **Sources** below LLM responses to see which Google Drive files were referenced. + + + + + +
+ + Screenshot 2024-07-09 at 3 39 43 PM +
## How It Works