mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-15 13:42:08 +03:00
8b68aeb64f
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
30 lines
903 B
Plaintext
30 lines
903 B
Plaintext
---
|
|
title: "Chat"
|
|
---
|
|
|
|
## Chat With your Brain
|
|
|
|
<CardGroup cols={2}>
|
|
|
|
<Card title="Chat with your Brains" icon="message">
|
|
You can chat with each of your brains, which will give you responses based on the knowledge you have provided them.
|
|
</Card>
|
|
|
|
<Card title="Threads History" icon="messages">
|
|
You can access and continue your past conversations with your brains.
|
|
</Card>
|
|
|
|
</CardGroup>
|
|
|
|
<Tip>
|
|
In the same thread, you can decide to talk to multiple brains. For example,
|
|
ask a question to a first brain of the 'Docs & URLs' type and reformulate the
|
|
response using a 'GPT4' type brain.
|
|
</Tip>
|
|
|
|
## Chat With your Brain
|
|
|
|
For each response provided by a Brain, you can access the sources by clicking on the file icon at the bottom of the response. You can also like or dislike the response, which will help Quivr improve its responses.
|
|
|
|
<Snippet file="commercial.mdx" />
|