From 62d423c5547ff46be3c900d72cce9328129d064a Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 9 Jul 2024 22:54:43 -0400 Subject: [PATCH] typo (#2629) Signed-off-by: Andriy Mulyar --- .../use-local-ai-models-to-privately-chat-with-google-drive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c8fa92a9..137423e0 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 @@ -102,4 +102,4 @@ For advanced help, see [Setting up Google Drive for Desktop](https://support.goo ## How It Works -Google Drive for Desktop syncs your Google Drive files to your computer, while LocalDocs maintains a database of these synced for use by your local LLM. As your Google Drive updates, LocalDocs will automatically detect file changes and get up to date. LocalDocs is powered by [Nomic Embedding](https://docs.nomic.ai/atlas/capabilities/embeddings) models which find semantically similar snippets from your files to enhance the context of your interactions. +Google Drive for Desktop syncs your Google Drive files to your computer, while LocalDocs maintains a database of these synced files for use by your local LLM. As your Google Drive updates, LocalDocs will automatically detect file changes and get up to date. LocalDocs is powered by [Nomic Embedding](https://docs.nomic.ai/atlas/capabilities/embeddings) models which find semantically similar snippets from your files to enhance the context of your interactions.