mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-04 12:00:10 +00:00
Update gpt4all_chat.md (#800)
Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
This commit is contained in:
parent
87cb3505d3
commit
cf07ca3951
@ -33,9 +33,11 @@ LocalDocs allows your LLM to have context about the contents of your documentati
|
|||||||
collection for context. If LocalDocs was used in your LLMs response, you will see references to the document snippets that LocalDocs used.
|
collection for context. If LocalDocs was used in your LLMs response, you will see references to the document snippets that LocalDocs used.
|
||||||
|
|
||||||
LocalDocs **can**:
|
LocalDocs **can**:
|
||||||
|
|
||||||
- Query your documents based upon your prompt / question. If your documents contain answers that may help answer your question/prompt LocalDocs will try to utilize snippets of your documents to provide context.
|
- Query your documents based upon your prompt / question. If your documents contain answers that may help answer your question/prompt LocalDocs will try to utilize snippets of your documents to provide context.
|
||||||
|
|
||||||
LocalDocs **cannot**:
|
LocalDocs **cannot**:
|
||||||
|
|
||||||
- Answer general metadata queries (e.g. `What documents do you know about?`, `Tell me about my documents`)
|
- Answer general metadata queries (e.g. `What documents do you know about?`, `Tell me about my documents`)
|
||||||
- Summarize a single document (e.g. `Summarize my magna carta PDF.`)
|
- Summarize a single document (e.g. `Summarize my magna carta PDF.`)
|
||||||
|
|
||||||
@ -66,6 +68,7 @@ LocalDocs supports the following file types:
|
|||||||
|
|
||||||
#### Troubleshooting and FAQ
|
#### Troubleshooting and FAQ
|
||||||
*My LocalDocs plugin isn't using my documents*
|
*My LocalDocs plugin isn't using my documents*
|
||||||
|
|
||||||
- Make sure LocalDocs is enabled for your chat session (the DB icon on the top-right should have a border)
|
- Make sure LocalDocs is enabled for your chat session (the DB icon on the top-right should have a border)
|
||||||
- Try to modify your prompt to be more specific and use terminology that is in your document. This will increase the likelihood that LocalDocs matches document snippets for your question.
|
- Try to modify your prompt to be more specific and use terminology that is in your document. This will increase the likelihood that LocalDocs matches document snippets for your question.
|
||||||
- If your document collection is large, wait 1-2 minutes for it to finish indexing.
|
- If your document collection is large, wait 1-2 minutes for it to finish indexing.
|
||||||
|
Loading…
Reference in New Issue
Block a user