Commit Graph

106 Commits

Author SHA1 Message Date
Stan Girard
b3e8c3d711 Add Supabase schema, migrations, and .gitignore file 2024-04-27 15:31:43 +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
5a306b15cb
docs: Update telemetry configuration in Quivr (#2490)
This pull request updates the telemetry configuration in Quivr. The
guide now includes instructions on how to deactivate or configure the
telemetry service.
2024-04-24 14:29:20 -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
Stan Girard
6a7a743b8c
docs(digital-ocean): added missing photo (#2473)
# 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-22 16:14:51 -07:00
Stan Girard
b9ea536836
feat(digital-ocean): Update deployment instructions for Digital Ocean (#2472)
This pull request updates the deployment instructions for Digital Ocean
in the Quivr repository. The instructions now include step-by-step
details on creating a Droplet, choosing the Docker image, updating the
.env file, installing Supabase, allowing the firewall, and launching the
project. The new instructions provide a more comprehensive guide for
deploying Quivr on Digital Ocean.
2024-04-22 16:13:14 -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
cvermand
21740a1b27
fix: ollama migration documentation (#2248)
# Description


38de2e7440/docs/developers/contribution/llm/ollama.mdx (L20-L25)

Due to architectural changes in the file system, the ollama
documentation is out of date.



The sql files are now nested inside a `migrations` directory instead of
at the root of the supabase directory.

Fixed by adding `migrations` to the path 

```bash
mv supabase/migrations/local_20240107152745_ollama.sql supabase/migrations/20240107152745_ollama.sql
supabase db reset
```

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented hard-to-understand areas
- [x] I have ideally added tests that prove my fix is effective or that
my feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged
2024-02-23 15:10:08 -08:00
Jiucheng(Oliver)
1099d1664f
Update ollama.mdx (#2196)
Fix extra comma in the JSON file

# 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-02-15 23:38:37 -08: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
Antoine Dewez
a540a201e3
feat(frontend): Page Header + Begin of Studio (#2151)
# 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-02-06 16:05:07 -08:00
Stan Girard
47207a8d60 Documentation edits made through Mintlify web editor 2024-02-03 19:32:09 -08:00
Nils Jacobsen
d66df5eb06
feat: Added translation status badge from inlang (#2080)
# Added translation status badge from inlang

To better see when there are missing translations or contribution
opportunities.

# What I changed
- Added a dynamic image for markdown that renders the translation status
2024-01-25 17:59:16 -08:00
Stan Girard
b2d1d10212 feat: 🎸 supabase
migrated to supabase cli
2024-01-07 16:50:38 +01:00
Stan Girard
ad47dd9eb5 docs: ✏️ use-cases
improved the homepage by adding link to old use cases
2024-01-02 17:24:17 +01:00
Stan Girard
3eda24975c docs: ✏️ stack
added stack
2023-12-29 11:52:34 +01:00
Stan Girard
126c0dbf73 docs: ✏️ functions
updated
2023-12-29 11:14:22 +01: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
0208cd97d1
feat: 🎸 posthog (#1927)
added analytics

# 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-28 11:03:05 +01:00
Stan Girard
6e8eaac914 docs: ✏️ zapier
optimized zapier images
2023-12-27 11:22:46 +01:00
Stan Girard
9edf82031a docs: ✏️ zapier
added example
2023-12-27 11:18:51 +01:00
Stan Girard
d80d1a776d docs: ✏️ images
optimized images size
2023-12-27 10:31:07 +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
287f90d1bd docs(home): updated icons 2023-12-26 14:17:05 +01:00
Stan Girard
11e8b3232d docs(home): added use case entreprisegpt 2023-12-26 14:15:39 +01:00
Stan Girard
988ee16490 docs: ✏️ features
added explanation
2023-12-26 12:24:13 +01:00
Stan Girard
96f01449cc feat: 🎸 docs
column 2
2023-12-25 20:13:33 +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
74e1cac1a8 docs: ✏️ intro
removed duplicate
2023-12-25 12:02:00 +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
Nils Jacobsen
b93dc18ede
feat[i18n]: Added i18n documenation to the contribution guidelines (#1899)
> Follow up to https://github.com/StanGirard/quivr/pull/1896

# Improved Docs 

I added this to get more translation contributions.

## What I changed
- Added a `Translation` section in the contribution guidelines
- Added a link to it in the contribution guidelines table of contents
- Added a link from Readme
2023-12-14 16:47:43 +01:00
Stan Girard
8382dde575 feat: 🎸 local
all local in 60 seconds
2023-12-02 15:43:05 +01:00
Stan Girard
b40631a0ac docs(ollama): update 2023-12-02 15:15:09 +01:00
Stan Girard
76aa1a1f12 docs(local): explained how to run it 2023-12-02 15:09:26 +01:00
Stan Girard
87138635aa
feat(install): it now takes 30 seconds to install Quivr (#1780)
# 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-02 00:26:06 +01:00