quivr/docs/features/brain-creation.mdx
Antoine Dewez 8b68aeb64f
fix(docs): update doc (#2470)
# 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):
2024-04-23 00:40:29 +02:00

25 lines
782 B
Plaintext

---
title: "Brain Creation"
---
## Create Brains connected to Specific Data Sources
<Steps>
<Step title="Choose a type of Brain">
Choose the type of Brain you want to use, based on the data source you wish
to interact with.
</Step>
<Step title="Define your Brain identity">
Name your Brain and provide a detailed description. The better the
description, the more effective it will be because when you search for
information in Quivr without specifying the Brain you want to interact with,
Quivr will automatically select the best Brain to answer your question based
on its description.
</Step>
<Step title="Feed your Brain">
If necessary, feed your brain with data that it can store.
</Step>
</Steps>
<Snippet file="commercial.mdx" />