From 1f911bb1c5069568329ce60ca80d337d820dfe61 Mon Sep 17 00:00:00 2001 From: Max Cembalest Date: Wed, 17 Jul 2024 16:31:00 -0400 Subject: [PATCH] fixed link to embeddings docs on localdocs page Signed-off-by: Max Cembalest --- gpt4all-bindings/python/docs/gpt4all_desktop/localdocs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_desktop/localdocs.md b/gpt4all-bindings/python/docs/gpt4all_desktop/localdocs.md index bb6e8152..c3290a92 100644 --- a/gpt4all-bindings/python/docs/gpt4all_desktop/localdocs.md +++ b/gpt4all-bindings/python/docs/gpt4all_desktop/localdocs.md @@ -45,4 +45,4 @@ LocalDocs brings the information you have from files on-device into your LLM cha A LocalDocs collection uses Nomic AI's free and fast on-device embedding models to index your folder into text snippets that each get an **embedding vector**. These vectors allow us to find snippets from your files that are semantically similar to the questions and prompts you enter in your chats. We then include those semantically similar snippets in the prompt to the LLM. -To try the embedding models yourself, we recommend using the [Nomic Python SDK](https://docs.nomic.ai/atlas/guides/embeddings) +To try the embedding models yourself, we recommend using the [Nomic Python SDK](https://docs.nomic.ai/atlas/capabilities/embeddings)