mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-19 23:19:10 +08:00
Updated screenshots for Starting an AI chat (#3139)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
1d0a5606b2
commit
35a451c024
@ -3,7 +3,7 @@ sidebar_position: 2
|
|||||||
slug: /start_chat
|
slug: /start_chat
|
||||||
---
|
---
|
||||||
|
|
||||||
# Start an AI chat
|
# Start an AI-powered chat
|
||||||
|
|
||||||
Knowledge base, hallucination-free chat, and file management are the three pillars of RAGFlow. Chats in RAGFlow are based on a particular knowledge base or multiple knowledge bases. Once you have created your knowledge base and finished file parsing, you can go ahead and start an AI conversation.
|
Knowledge base, hallucination-free chat, and file management are the three pillars of RAGFlow. Chats in RAGFlow are based on a particular knowledge base or multiple knowledge bases. Once you have created your knowledge base and finished file parsing, you can go ahead and start an AI conversation.
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ You start an AI conversation by creating an assistant.
|
|||||||
- If you wish to *confine* RAGFlow's answers to your knowledge bases, leave a response here. Then when it doesn't retrieve an answer, it *uniformly* responds with what you set here.
|
- If you wish to *confine* RAGFlow's answers to your knowledge bases, leave a response here. Then when it doesn't retrieve an answer, it *uniformly* responds with what you set here.
|
||||||
- If you wish RAGFlow to *improvise* when it doesn't retrieve an answer from your knowledge bases, leave it blank, which may give rise to hallucinations.
|
- If you wish RAGFlow to *improvise* when it doesn't retrieve an answer from your knowledge bases, leave it blank, which may give rise to hallucinations.
|
||||||
- **Show Quote**: This is a key feature of RAGFlow and enabled by default. RAGFlow does not work like a black box. instead, it clearly shows the sources of information that its responses are based on.
|
- **Show Quote**: This is a key feature of RAGFlow and enabled by default. RAGFlow does not work like a black box. instead, it clearly shows the sources of information that its responses are based on.
|
||||||
- Select the corresponding knowledge bases. You can select one or multiple knowledge bases, but ensure that they use the same embedding model, otherwise an error would occur.
|
- Select the corresponding knowledge bases. You can select one or multiple knowledge bases, but ensure that they use the same embedding model, otherwise an error would occur.
|
||||||
|
|
||||||
3. Update **Prompt Engine**:
|
3. Update **Prompt Engine**:
|
||||||
|
|
||||||
@ -46,11 +46,13 @@ You start an AI conversation by creating an assistant.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Update settings of an existing dialogue
|
## Update settings of an existing chat assistant
|
||||||
|
|
||||||
Hover over an intended dialogue **>** **Edit** to show the chat configuration dialogue:
|
Hover over an intended chat assistant **>** **Edit** to show the chat configuration dialogue:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Integrate chat capabilities into your application
|
## Integrate chat capabilities into your application
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user