forked from QuivrHQ/quivr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): reworked the website (QuivrHQ#1523)
Docs time !
- Loading branch information
1 parent
9be4a57
commit 6323931
Showing
30 changed files
with
121 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "🧑💻 Developer Docs", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "How to use Quivr as a Dev ?" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
docs/docs/backend/_category_.json → docs/docs/Developers/backend/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Quivr's Brain", | ||
"position": 3, | ||
"label": "API", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "How does the backend works?" | ||
} | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/docs/frontend/_category_.json → .../docs/Developers/frontend/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"label": "Quivr's Face", | ||
"position": 4, | ||
"label": "Frontend", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/docs/backend/llm/_category_.json → docs/docs/Developers/llm/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: Hugging Face Integration 🤗 | ||
--- | ||
|
||
# Private Language Models with Quivr | ||
|
||
Quivr introduces the groundbreaking feature of integrating private Large Language Models (LLMs) powered by HuggingFace. This enhancement ensures your data's confidentiality, as all processing is performed locally on your server. | ||
|
||
## Running Mistral with Huggingface Inference Endpoint | ||
|
||
### 1. Deploy the Model | ||
- Navigate to the [Mistral AI model page](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on Huggingface. | ||
- Select the option for 'Inference Endpoints'. | ||
- Please note that we recommend the Mistral 7B Instruct model, especially tailored for chat applications. | ||
|
||
### 2. Create the Endpoint | ||
- Feel free to assign a custom name to your endpoint. | ||
- Select a location and adhere to the recommended instance size. | ||
- Click to confirm and create your endpoint. | ||
|
||
### 3. Obtain Credentials | ||
- Allow some time for your instance to initialize. | ||
- Securely copy both the API URL and your Bearer Token for future use. | ||
|
||
### 4. Install Quivr | ||
- To set up Quivr, kindly follow the concise 3-step installation guide provided in our [readme.md](https://github.com/Quivr/README.md). | ||
- Important: Configure environmental variables in your backend/.env file, including the Huggingface API key for seamless integration. | ||
|
||
### 5. Configure Your Supabase Instance | ||
- Within your Supabase instance, locate the user_settings table. | ||
- Here, input the following path: "huggingface/mistralai/Mistral-7B-Instruct-v0.1". | ||
|
||
As a result, you'll have Quivr running locally with Mistral, now hosted via Huggingface. For those interested in a hassle-free experience, visit [Quivr.app](https://quivr.app) to leverage Mistral at no cost, all thanks to Huggingface. The source code for this setup is [available here](https://github.com/Quivr/SourceCode). | ||
|
||
Experience the enhanced privacy and control with Quivr's Private LLM feature today! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"position": 4 | ||
"position": 4, | ||
"label": "📚 Reference" | ||
} |
6 changes: 3 additions & 3 deletions
6
docs/docs/get_started/_category_.json → docs/docs/User_Guide/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Getting Started", | ||
"position": 1, | ||
"label": "🕺 User Guide", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "How to start using Quivr" | ||
} | ||
} | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: 🚀 Welcome to Quivr | ||
--- | ||
|
||
# Intro | ||
|
||
Quivr, your second brain, utilizes the power of GenerativeAI to store and retrieve unstructured information. Think of it as Obsidian, but turbocharged with AI capabilities. | ||
|
||
## Key Features 🎯 | ||
|
||
- **Universal Data Acceptance**: Quivr can handle almost any type of data you throw at it. Text, images, code snippets, we've got you covered. | ||
- **Generative AI**: Quivr employs advanced AI to assist you in generating and retrieving information. | ||
- **Fast and Efficient**: Designed with speed and efficiency at its core. Quivr ensures rapid access to your data. | ||
- **Secure**: Your data, your control. Always. | ||
- **File Compatibility**: | ||
- Text | ||
- Markdown | ||
- Powerpoint | ||
- Excel | ||
- Word | ||
- Audio | ||
- Video | ||
- **Open Source**: Freedom is beautiful, so is Quivr. Open source and free to use. | ||
|
||
## Demo Highlights 🎥 | ||
|
||
### **Demo**: | ||
|
||
<video width="640" height="480" controls> | ||
<source src="https://github.com/StanGirard/quivr/assets/19614572/a6463b73-76c7-4bc0-978d-70562dca71f5" type="video/mp4"/> | ||
Your browser does not support the video tag. | ||
</video> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
sidebar_position: 6 | ||
title: Privacy Policy | ||
title: 👀 Privacy Policy | ||
--- | ||
|
||
## Privacy Policy for Quivr | ||
|
Oops, something went wrong.