mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-22 11:33:57 +03:00
854cf9ef7c
## 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> |
||
---|---|---|
.. | ||
_snippets | ||
agents | ||
brains | ||
configuring | ||
deployment | ||
developers | ||
features | ||
images | ||
video | ||
.gitignore | ||
contact-us.mdx | ||
favicon.ico | ||
favicon.svg | ||
install.mdx | ||
intro.mdx | ||
mint.json | ||
README.md | ||
roadmap.mdx | ||
slackbot.mdx | ||
tech-design.mdx |
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.