quivr/docs
imgbot[bot] 854cf9ef7c
[ImgBot] Optimize images (#2568)
## Beep boop. Your images are optimized!

Your image file size has been reduced by **22%** 🎉

<details>
<summary>
Details
</summary>

| File | Before | After | Percent reduction |
|:--|:--|:--|:--|
| /backend/modules/assistant/ito/utils/logo.png | 65.29kb | 23.44kb |
64.09% |
| /docs/images/brain-name-description.png | 183.55kb | 117.44kb | 36.02%
|
| /docs/images/upload-docs-urls.png | 195.53kb | 125.67kb | 35.73% |
| /docs/images/supabase-table.png | 303.63kb | 200.92kb | 33.83% |
| /docs/images/2024-04-22-21-49-27.png | 103.47kb | 69.76kb | 32.58% |
| /docs/images/vercel-source.png | 419.37kb | 303.08kb | 27.73% |
| /docs/images/create-brain-doc.png | 258.97kb | 188.74kb | 27.12% |
| /frontend/public/state-of-openai.png | 2,226.61kb | 1,631.89kb |
26.71% |
| /docs/images/supabase-user-settings-models.png | 68.30kb | 51.37kb |
24.79% |
| /docs/images/supabase-user-settings.png | 234.70kb | 182.26kb | 22.34%
|
| /logo.png | 162.43kb | 138.77kb | 14.56% |
| /frontend/public/default_brain_image.png | 5.14kb | 4.39kb | 14.47% |
| /frontend/public/discord.svg | 1.99kb | 1.84kb | 7.45% |
| /frontend/public/Web capture_22-10-2023_19416_www.quivr.app.jpeg |
108.15kb | 100.97kb | 6.64% |
| /frontend/public/Web capture_22-10-2023_19154_www.quivr.app.jpeg |
106.38kb | 99.42kb | 6.54% |
| /frontend/public/twitter.svg | 0.71kb | 0.67kb | 5.87% |
| /docs/images/undraw_docusaurus_mountain.svg | 30.75kb | 29.20kb |
5.04% |
| /docs/images/undraw_docusaurus_react.svg | 35.16kb | 33.60kb | 4.43% |
| /frontend/public/logo-white.svg | 39.07kb | 37.44kb | 4.16% |
| /frontend/public/logo-accent.svg | 39.07kb | 37.44kb | 4.15% |
| /frontend/public/logo-primary.svg | 39.07kb | 37.44kb | 4.15% |
| /docs/images/logo.png | 277.32kb | 267.54kb | 3.53% |
| /frontend/public/logo.png | 277.35kb | 267.56kb | 3.53% |
| /docs/images/undraw_docusaurus_tree.svg | 11.61kb | 11.42kb | 1.62% |
| /frontend/public/vercel.svg | 0.61kb | 0.61kb | 0.16% |
| /frontend/public/Homepage/smartphone-demo.png | 461.57kb | 461.44kb |
0.03% |
| | | | |
| **Total :** | **5,655.79kb** | **4,424.34kb** | **21.77%** |
</details>

---

[📝 docs](https://imgbot.net/docs) | [:octocat:
repo](https://github.com/imgbot/ImgBot) | [🙋🏾
issues](https://github.com/imgbot/ImgBot/issues) | [🏪
marketplace](https://github.com/marketplace/imgbot)

<i>~Imgbot - Part of [Optimole](https://optimole.com/) family</i>

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-05-09 07:16:31 -07:00
..
_snippets Update website URL in commercial.mdx 2024-05-06 10:20:24 +02:00
agents feat(docs): Add new brain files and update navigation (#2467) 2024-04-22 09:39:24 -07:00
brains docs: Update brain documentation and images (#2475) 2024-04-23 02:21:51 -07:00
configuring feat(llamaparse): Add Llama Parse integration for complex document parsing (#2517) 2024-04-29 09:31:21 -07:00
deployment Add caret-up icon to Vercel deployment documentation 2024-04-30 12:34:49 +02:00
developers feat(docs): update to new (#2465) 2024-04-22 08:34:11 -07:00
features fix(docs): update doc (#2470) 2024-04-23 00:40:29 +02:00
images [ImgBot] Optimize images (#2568) 2024-05-09 07:16:31 -07:00
video docs: ✏️ mintlify (#1917) 2023-12-24 17:49:27 +01:00
.gitignore feat(docs): added 2023-06-11 15:37:28 +02:00
contact-us.mdx feat(docs): update to new (#2465) 2024-04-22 08:34:11 -07:00
favicon.ico docs: ✏️ mintlify (#1917) 2023-12-24 17:49:27 +01:00
favicon.svg docs: ✏️ mintlify (#1917) 2023-12-24 17:49:27 +01:00
install.mdx Update install.mdx (#2552) 2024-05-07 08:41:05 +02:00
intro.mdx docs: Update brain documentation and images (#2475) 2024-04-23 02:21:51 -07:00
mint.json Add Vercel deployment documentation 2024-04-30 11:46:33 +02:00
README.md feat(docs): added 2023-06-11 15:37:28 +02:00
roadmap.mdx feat(docs): added homepage (#1919) 2023-12-25 09:02:49 +01:00
slackbot.mdx feat(docs): update to new (#2465) 2024-04-22 08:34:11 -07:00
tech-design.mdx fix(docs): update doc (#2470) 2024-04-23 00:40:29 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.