mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-24 05:55:13 +03:00
docs(roadmap): updated
This commit is contained in:
parent
35acf9e250
commit
4934f46121
@ -4,4 +4,4 @@ sidebar_position: 1
|
||||
|
||||
# Introduction
|
||||
|
||||
You have just learned the **Quivrs**
|
||||
You have just learned the **Quivr**
|
||||
|
@ -6,4 +6,43 @@ sidebar_position: 2
|
||||
|
||||
## 🚀 What's next?
|
||||
|
||||
[Roadmap here](https://getquivr.notion.site/Quivr-GenerativeAI-Second-Brain-3b22a6f50ffe4d259a6f120a17bc0543)
|
||||
<iframe width="800" height="450" src="https://whimsical.com/embed/U1XffvPhZxXtNT5Y2ucGvg"></iframe>
|
||||
|
||||
|
||||
|
||||
## The Vision
|
||||
|
||||
Quivr is a platform for building second brains and personnal assistants. It is a tool for thinking, learning and creating.
|
||||
|
||||
- [X] **v0.1** - the Webapp
|
||||
- [x] Basic CRUD operations
|
||||
- [X] Basic authentication
|
||||
- [X] One brain per user
|
||||
- [X] Multiple chats
|
||||
- [X] Use own keys
|
||||
- [ ] **v0.2** - Time to share
|
||||
- [ ] Improved Documentation
|
||||
- [ ] Add a tutorial
|
||||
- [ ] Add a FAQ
|
||||
- [X] Create a website - https://brain.quivr.app
|
||||
- [ ] Create public & private brains
|
||||
- [ ] Allow users to share/subcribe brains
|
||||
- [ ] Improved UX/UI
|
||||
- [ ] Stream response
|
||||
- [ ] Better error handling
|
||||
- [ ] Mobile friendly
|
||||
- [ ] Chat with one or more files
|
||||
- [ ] Better API Interface
|
||||
- [ ] Refactor backend & frontend for better development experience
|
||||
- [ ] **v0.3** - Make it smarter & private
|
||||
- [ ] Private Brains
|
||||
- [ ] Use PrivateGPT as LLM and Embedding
|
||||
- [ ] Better Storage
|
||||
- [ ] Use a vectorstore for storing embeddings
|
||||
- [ ] Add metadata
|
||||
- [ ] Improve metadata for files
|
||||
- [ ] Autonomous Agents - Eureka!
|
||||
- [ ] Create AGI agents tools
|
||||
- [ ] Summarization
|
||||
|
||||
Good for now ?! 😙
|
@ -76,6 +76,11 @@ const config = {
|
||||
position: 'left',
|
||||
label: 'Tutorial',
|
||||
},
|
||||
{
|
||||
href: '/docs/roadmap',
|
||||
label: 'Roadmap',
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/stangirard/Quivr',
|
||||
label: 'GitHub',
|
||||
@ -90,7 +95,7 @@ const config = {
|
||||
title: 'Docs',
|
||||
items: [
|
||||
{
|
||||
label: 'Tutorial',
|
||||
label: 'Get Started',
|
||||
to: '/docs/intro',
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user