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