Skip to content

Commit

Permalink
fixed link to embeddings docs on localdocs page (nomic-ai#2687)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Cembalest <[email protected]>
  • Loading branch information
mcembalest authored Jul 17, 2024
1 parent a840acf commit 62abeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-bindings/python/docs/gpt4all_desktop/localdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 62abeca

Please sign in to comment.