Commit Graph

28 Commits

Author SHA1 Message Date
Stan Girard
c73c9f491c Add Vercel deployment documentation 2024-04-30 11:46:33 +02:00
Stan Girard
8b0c55de5c
feat(llamaparse): Add Llama Parse integration for complex document parsing (#2517)
This pull request adds Llama Parse integration for complex document
parsing in Quivr. Llama Parse is a tool from Llama Index that allows you
to read complex documents in Quivr. It provides an API key that needs to
be added to the `.env` file as `LLAMA_CLOUD_API_KEY`. Once configured,
you can use the Llama Parse tool to read `pdf`, `docx`, and `doc` files
in Quivr.
2024-04-29 09:31:21 -07:00
Stan Girard
67fe866dd6 Add profiler configuration and documentation 2024-04-28 16:33:12 +02:00
Stan Girard
89c0ab138c
docs: Update links in mint.json to add api (#2504)
This pull request updates the links in the mint.json file to include a
link to the API documentation. The "Blog" link has been replaced with an
"API Docs" link that points to https://api.quivr.app/docs.
2024-04-27 04:28:55 -07:00
Stan Girard
0559075cd3
docs: Add reranking configuration guide (#2489)
This pull request adds a new guide to the documentation that explains
how to configure reranking in Quivr. The guide covers the steps to
configure the reranking service using the FlashrankRerank library and
the Cohere ReRanker. It also provides information on the required
environment variables and the default behavior of the Ranker.
2024-04-24 14:26:28 -07:00
Stan Girard
d54f370ed4
docs: add new configuration items (#2483)
# 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-24 03:34:24 -07:00
Stan Girard
56e79207bb
docs: Add environment variables, increase user usage, and add new models (#2481)
This pull request adds environment variables, increases user usage, and
adds new models to the Quivr application. It includes the following
commits:

- docs: Add environment variables, increase user usage, and add new
models
2024-04-23 15:55:43 -07:00
Stan Girard
751d849b5e
docs: Update brain documentation and images (#2475)
This pull request updates the documentation and images for the default
brain in Quivr. It includes instructions on how to get started,
customize the brain, and ask questions. Additionally, it adds
documentation for the GPT-4 brain and provides steps on how to interact
with it.
2024-04-23 02:21:51 -07:00
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
Stan Girard
5ab1a6fe21
feat(docs): Add new brain files and update navigation (#2467)
This pull request adds new brain files and updates the navigation to
include the new files.
2024-04-22 09:39:24 -07:00
Stan Girard
0fd99fe5b2
feat(docs): update to new (#2465)
This pull request updates the API documentation to include new sections
on configuring Quivr and contacting the Quivr team. It also removes the
"API Brains" section from the documentation.
2024-04-22 08:34:11 -07:00
Stan Girard
d562eb5e5e Update GitHub URLs 2024-02-07 13:59:48 -08:00
Stan Girard
7395dd0b44 Update URLs and dependencies 2024-02-07 13:57:44 -08:00
Stan Girard
c87dffced1 docs: ✏️ developers
improved docs
2023-12-29 11:01:02 +01:00
Stan Girard
6796e5ffaa docs: ✏️ share
added shared brains
2023-12-29 10:27:55 +01:00
Stan Girard
c1b0c6b1b9 feat: Add sell-brains.mdx and update mint.json 2023-12-28 23:38:31 +01:00
Stan Girard
1e61cf9121 docs: ✏️ posthog
added
2023-12-28 22:53:19 +01:00
Stan Girard
9edf82031a docs: ✏️ zapier
added example
2023-12-27 11:18:51 +01:00
Stan Girard
6e953921ee docs: ✏️ examples
added image generation
2023-12-27 10:21:11 +01:00
Stan Girard
cce7c25a3e docs: ✏️ tech
small improvments
2023-12-26 20:06:02 +01:00
Stan Girard
5aa017cf64 docs: ✏️ use cases
added content gen, customer support, hr, market analysis, project
management
2023-12-26 18:19:51 +01:00
Stan Girard
11e8b3232d docs(home): added use case entreprisegpt 2023-12-26 14:15:39 +01:00
Stan Girard
736778d9d5 feat: 🎸 doc
added new page
2023-12-25 20:11:09 +01:00
Stan Girard
030b353b41 docs: ✏️ brain
added explanation
2023-12-25 16:54:56 +01:00
Stan Girard
4a7f162405 feat: 🎸 docs
added api doc
2023-12-25 16:08:28 +01:00
Stan Girard
eb892e4b0f chore: 🤖 docs
removed doc link as redundant
2023-12-25 09:11:26 +01:00
Stan Girard
15d43c492d
feat(docs): added homepage (#1919)
# 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):
2023-12-25 09:02:49 +01:00
Stan Girard
33eec50a09
docs: ✏️ mintlify (#1917)
moved to mintlify
2023-12-24 17:49:27 +01:00