From 05d156fb972d9a448c5da365992375f9581b9460 Mon Sep 17 00:00:00 2001 From: Andriy Mulyar Date: Tue, 30 May 2023 16:19:48 -0400 Subject: [PATCH] Fixed formatting of localdocs docs (#770) --- gpt4all-bindings/python/docs/gpt4all_chat.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gpt4all-bindings/python/docs/gpt4all_chat.md b/gpt4all-bindings/python/docs/gpt4all_chat.md index c95f520f..ac9489fb 100644 --- a/gpt4all-bindings/python/docs/gpt4all_chat.md +++ b/gpt4all-bindings/python/docs/gpt4all_chat.md @@ -49,8 +49,11 @@ LocalDocs supports the following file types: ``` #### LocalDocs Limitations -LocalDocs allows your LLM to have context about the contents of your documentation collection. LocalDocs currently cannot: -- Answer metadata queries about your documents (e.g. `What documents do you know about?`) +LocalDocs allows your LLM to have context about the contents of your documentation collection. + +LocalDocs currently cannot: + +- Answer general metadata queries (e.g. `What documents do you know about?`, `Tell me about my documents`) - Summarize *all* of your documents. It can however write a summary informed by the contents of your documents. #### LocalDocs Roadmap