Commit Graph

1731 Commits

Author SHA1 Message Date
Stan Girard
bbcca2a8fe
docs: Update GPT4 documentation with available tools and use cases (#2580)
Updates the GPT-4 documentation and the `GPT4Brain` class to include
detailed information about the tools available for GPT4Brain and their
use cases.

- **Documentation (`docs/brains/gpt4.mdx`):**
- Adds a new section titled "Tools Available for GPT4Brain" that
describes specific tools: WebSearchTool, ImageGeneratorTool,
URLReaderTool, and EmailSenderTool.
- Provides use cases for each tool, demonstrating how they can be
utilized within GPT4Brain for various scenarios, such as generating
images, reading content from URLs, and sending emails.

- **Code (`backend/modules/brain/integrations/GPT4/Brain.py`):**
- Updates the class documentation to include information about the tools
available for GPT4Brain and outlines use cases for WebSearchTool,
ImageGeneratorTool, URLReaderTool, and EmailSenderTool.
- Maintains the existing functionality of the `GPT4Brain` class,
ensuring compatibility with the newly documented tools and use cases.


---

For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/QuivrHQ/quivr?shareId=2c2c1666-e5fb-4a06-bb08-ca967f4fe276).
2024-05-10 09:33:21 -07:00
Stan Girard
28efaf5658
chore(main): release 0.0.251 (#2578)
🤖 I have created a release *beep* *boop*
---


## 0.0.251 (2024-05-10)

## What's Changed
* feat(tool): Add URLReaderTool by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2577
* feat(email): Add email sender tool and update image generator tool by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2579


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.250...v0.0.251

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-10 08:44:02 -07:00
Stan Girard
01c6e7b3bb
feat(email): Add email sender tool and update image generator tool (#2579)
This pull request adds a new email sender tool and updates the image
generator tool.
2024-05-10 07:56:51 -07:00
Stan Girard
105a2b8ecc
feat(tool): Add URLReaderTool (#2577)
This pull request adds the URLReaderTool to the list of tools in the
GPT4Brain class. The URLReaderTool allows for reading the content of a
URL.
2024-05-10 05:03:21 -07:00
Stan Girard
62f9b5bed2
chore(main): release 0.0.250 (#2567)
🤖 I have created a release *beep* *boop*
---


## 0.0.250 (2024-05-10)

## What's Changed
* feat(gpt4): Add search functionality by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2566
* [ImgBot] Optimize images by @imgbot in
https://github.com/QuivrHQ/quivr/pull/2568
* feat(gpt4): image generation by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2569
* fix(front): Add NEXT_PUBLIC_AUTH_MODES to .env.example by @StanGirard
in https://github.com/QuivrHQ/quivr/pull/2570
* fix: NEXT_PUBLIC_AUTH_MODES in docker-compose.yml by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2572
* docs: Add Supabase configuration documentation by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2574
* docs(gpt4): Update GPT-4 Documentation by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2573
* chore: tools by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2575
* feat(brave-search): Update GPT4Brain tools and add WebSearchTool by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2576

## New Contributors
* @imgbot made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2568

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.249...v0.0.250

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-10 04:43:14 -07:00
Stan Girard
ef25ebcbe6 Update Brave Search URL in documentation 2024-05-10 12:28:06 +02:00
Stan Girard
a4e2104cad
feat(brave-search): Update GPT4Brain tools and add WebSearchTool (#2576)
# 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-05-10 03:22:15 -07:00
Stan Girard
03ebbe70fe
chore: tools (#2575)
# 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-05-10 02:42:49 -07:00
Stan Girard
fb46bb9341
docs(gpt4): Update GPT-4 Documentation (#2573)
Updates the `docs/brains/gpt4.mdx` documentation to include detailed
instructions on adding a GPT-4 Brain to Quivr and configuring it within
the Supabase integration table.
- Adds a new section titled "Adding GPT-4 Brain to Quivr" that outlines
the steps required to integrate a GPT-4 Brain into Quivr, including
accessing the Supabase dashboard and navigating to the integration
table.
- Provides step-by-step instructions for adding a custom brain named
gpt4 in the Supabase integration table and configuring the necessary
settings for the GPT-4 Brain, such as API keys and preferences.


---

For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/QuivrHQ/quivr?shareId=81c5fd43-eb46-407c-a40f-c0b0b3a41925).
2024-05-10 01:49:45 -07:00
Stan Girard
3b494c807f
docs: Add Supabase configuration documentation (#2574)
This pull request introduces comprehensive documentation for configuring
Supabase in Quivr, including details on CLI usage, running migrations,
resetting the database, and deploying to a hosted version of Supabase.

- **Documentation Addition**: Adds a new document
`docs/configuring/supabase-setup.mdx` that provides a step-by-step guide
on setting up Supabase for Quivr. This includes initializing Supabase,
configuring environment variables, using the Supabase CLI for migrations
and database resets, and deploying to a hosted Supabase environment.
- **Documentation Navigation Update**: Updates `docs/mint.json` to
include a reference to the newly added `supabase-setup.mdx` in the
configuring section, ensuring users can easily find this resource.


---

For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/QuivrHQ/quivr?shareId=cadcc1b3-ff9d-4650-b92a-28cadcc3ebdf).
2024-05-10 01:44:55 -07:00
Stan Girard
9b4142d0ba
fix: NEXT_PUBLIC_AUTH_MODES in docker-compose.yml (#2572)
This pull request fixes the value of NEXT_PUBLIC_AUTH_MODES in the
docker-compose.yml file. The previous value was incorrect and has been
updated to the correct value.
2024-05-10 01:25:29 -07:00
Stan Girard
466eee09e9
fix(front): Add NEXT_PUBLIC_AUTH_MODES to .env.example (#2570)
This pull request adds the `NEXT_PUBLIC_AUTH_MODES` variable to the
`.env.example` file. This variable allows the application to specify the
authentication modes that are supported.
2024-05-10 00:17:19 -07:00
Stan Girard
4e5b0c0373
feat(gpt4): image generation (#2569)
This pull request adds a new feature to generate images using the OpenAI
DALL-E model. The `ImageGeneratorTool` class is implemented to handle
the image generation functionality.
2024-05-09 10:00:51 -07:00
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
Stan Girard
f5cfa2f6fa
feat(gpt4): Add search functionality (#2566)
This pull request adds search functionality to the application The
search functionality allows users to search the internet for
information.
2024-05-09 07:01:33 -07:00
Stan Girard
112569902d
chore(main): release 0.0.249 (#2563)
🤖 I have created a release *beep* *boop*
---


## 0.0.249 (2024-05-08)

## What's Changed
* feat(crawler): Add Playwright for web crawling by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2562
* ci(ecr): added build to public ecr by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2564


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.248...v0.0.249

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-09 06:52:23 -07:00
Stan Girard
a544f6a147 Remove backend path from push trigger and update Docker image tags 2024-05-08 17:15:30 +02:00
Stan Girard
c1c39f1f5c
ci(ecr): added build to public ecr (#2564)
This pull request adds a GitHub Actions workflow for building and
pushing Docker images to Amazon ECR. The workflow is triggered on every
push to the main branch and includes steps for configuring AWS
credentials, logging in to Amazon ECR, GitHub Container Registry, and
Docker Hub, setting up Docker Buildx, creating a Docker cache storage
backend, and building, tagging, and pushing the Docker image to Amazon
ECR.
2024-05-08 07:42:31 -07:00
Stan Girard
e33d497598
feat(crawler): Add Playwright for web crawling (#2562)
This pull request adds the Playwright library for web crawling. It
includes the necessary dependencies and updates the code to use
Playwright for crawling websites.
2024-05-08 07:20:35 -07:00
Stan Girard
cb0ec25190
chore(main): release 0.0.248 (#2556)
🤖 I have created a release *beep* *boop*
---


## 0.0.248 (2024-05-07)

## What's Changed
* fix: utf8 encoding by @chloedia in
https://github.com/QuivrHQ/quivr/pull/2555
* feat(celery): moved assistant summary to celery by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2557
* Revert "feat(celery): moved assistant summary to celery" by
@StanGirard in https://github.com/QuivrHQ/quivr/pull/2558

## New Contributors
* @chloedia made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2555

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.247...v0.0.248

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-07 09:47:44 -07:00
Stan Girard
cd73412e8f
Revert "feat(celery): moved assistant summary to celery" (#2558)
Reverts QuivrHQ/quivr#2557
2024-05-07 09:20:42 -07:00
Stan Girard
55834365b2
feat(celery): moved assistant summary to celery (#2557)
This pull request moves the assistant summary functionality to the
celery module for better organization and separation of concerns.
2024-05-07 09:12:31 -07:00
Chloé Daems
748733df2d
fix: utf8 encoding (#2555)
# Description

Delete the replacement of non ASCII characters into spaces

## 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
- [ ] I have commented hard-to-understand areas
- [ ] 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

## Screenshots (if appropriate):
2024-05-07 06:28:40 -07:00
Stan Girard
cde758055b
chore(main): release 0.0.247 (#2550)
🤖 I have created a release *beep* *boop*
---


## 0.0.247 (2024-05-07)

## What's Changed
* feat(frontend): add notifications for document uploads by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2549
* Update install.mdx by @dazeb in
https://github.com/QuivrHQ/quivr/pull/2552
* fix(frontend): fix notifications issues by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2551
* chore(ci): Update PR title linting workflow by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2553

## New Contributors
* @dazeb made their first contribution in
https://github.com/QuivrHQ/quivr/pull/2552

**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.246...v0.0.247

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-07 00:58:21 -07:00
Stan Girard
f53b3a0f1c
chore(ci): Update PR title linting workflow (#2553)
This pull request updates the PR title linting workflow to use the
action-semantic-pull-request@v5 action instead of the
conventional-pr-title-action. This change improves the accuracy of the
PR title validation process.
2024-05-07 00:27:14 -07:00
Antoine Dewez
691658d5a0
fix(frontend): fix notifications issues (#2551) 2024-05-07 08:44:44 +02:00
Darren Bennett
7e49e6c8b2
Update install.mdx (#2552) 2024-05-07 08:41:05 +02:00
Antoine Dewez
da3880a685
feat(frontend): add notifications for document uploads (#2549)
# 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-05-06 08:57:02 -07:00
Stan Girard
8cba448e80 Update website URL in commercial.mdx 2024-05-06 10:20:24 +02:00
Stan Girard
c8503aadc0
chore(main): release 0.0.246 (#2543)
🤖 I have created a release *beep* *boop*
---


## 0.0.246 (2024-05-04)

## What's Changed
* Enable Porter Application theodo-backend by @porter-deployment-app in
https://github.com/QuivrHQ/quivr/pull/2537
* Enable Porter Application theodo-frontend by @porter-deployment-app in
https://github.com/QuivrHQ/quivr/pull/2538
* Add config parameter to conversational_qa_chain by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2540
* feat(notion): update doc by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2542


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.245...v0.0.246

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-04 11:17:09 -07:00
Stan Girard
6b229a8fc3
feat(notion): update doc (#2542)
# 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-05-04 11:16:24 -07:00
Stan Girard
0dd1d12e6a
Add config parameter to conversational_qa_chain (#2540)
This pull request adds a new config parameter to the
`conversational_qa_chain` function. The config parameter allows for
passing metadata, specifically the conversation ID, to the function.
This change ensures that the conversation ID is included in the metadata
when invoking the `conversational_qa_chain` function.
2024-05-04 11:05:29 -07:00
Stan Girard
3efc8ca565 Refactor useAuthModes to log environment variable and auth modes 2024-05-04 15:34:15 +02:00
Stan Girard
64086b108b Add NEXT_PUBLIC_AUTH_MODES environment variable to Dockerfile and update useAuthModes hook 2024-05-04 15:21:52 +02:00
Stan Girard
ae20c5af61 Add NEXT_PUBLIC_AUTH_MODES environment variable 2024-05-03 16:43:32 +02:00
porter-deployment-app[bot]
239d9b26d7
Enable Porter Application theodo-frontend (#2538)
Hello 👋 from Porter! Please merge this PR to finish setting up your
application.

Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
2024-05-03 07:22:54 -07:00
porter-deployment-app[bot]
33ef470595
Enable Porter Application theodo-backend (#2537)
Hello 👋 from Porter! Please merge this PR to finish setting up your
application.

Co-authored-by: porter-deployment-app[bot] <87230664+porter-deployment-app[bot]@users.noreply.github.com>
2024-05-03 07:14:54 -07:00
Stan Girard
957063ad0e
chore(main): release 0.0.245 (#2533)
🤖 I have created a release *beep* *boop*
---


## 0.0.245 (2024-05-03)

## What's Changed
* feat(user): Delete User Data from frontend by @Zewed in
https://github.com/QuivrHQ/quivr/pull/2476
* feat(backend): Add a pre_pring on Connection polling to handle
disconnection by @dmourot in https://github.com/QuivrHQ/quivr/pull/2534
* feat(llama-parse): improve prompt by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2535
* feat(brain): Add ProxyBrain integration by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2536


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.244...v0.0.245

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-03 06:55:21 -07:00
Stan Girard
21e239c208
feat(brain): Add ProxyBrain integration (#2536)
This pull request adds the ProxyBrain integration to the project. The
ProxyBrain class is responsible for handling conversational QA and
generating answers based on the provided chat history and question.
2024-05-03 06:53:51 -07:00
Stan Girard
05cb0f71d0
feat(llama-parse): improve prompt (#2535)
# 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-05-03 06:28:07 -07:00
Damien Mourot
6bf78d67bb
feat(backend): Add a pre_pring on Connection polling to handle disconnection (#2534)
# 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-05-03 01:42:17 -07:00
Stan Girard
a9aa3cf767 chore: Remove AWS deployment workflow 2024-05-02 14:14:10 +02:00
Antoine Dewez
8d54187713
feat(user): Delete User Data from frontend (#2476)
# 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):

---------

Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2024-05-02 02:31:58 -07:00
Stan Girard
699097f6ac
chore(main): release 0.0.244 (#2532)
🤖 I have created a release *beep* *boop*
---


## 0.0.244 (2024-05-02)

## What's Changed
* fix: Update parsing instruction in common.py by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2531


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.243...v0.0.244

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-02 01:13:03 -07:00
Stan Girard
76f21bc2f5
fix: Update parsing instruction in common.py (#2531)
This pull request fixes the parsing instruction in the common.py file.
The result_type has been corrected to "markdown" and the
parsing_instruction has been updated to handle checkboxes, tables, and
other elements that are hard to parse in a meaningful way.
2024-05-02 01:12:24 -07:00
Stan Girard
efe51659a3
chore(main): release 0.0.243 (#2529)
🤖 I have created a release *beep* *boop*
---


## 0.0.243 (2024-05-01)

## What's Changed
* fix: Refactor chat_service.py and remove unused code by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2530


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.242...v0.0.243

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-01 15:27:13 -07:00
Stan Girard
62bfc3c8d9
fix: Refactor chat_service.py and remove unused code (#2530)
# 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-05-01 15:26:14 -07:00
Stan Girard
41baaceff8 chore(porter): Update GitHub Actions workflow triggers 2024-05-02 00:10:26 +02:00
Stan Girard
3e6b8a465e
chore(main): release 0.0.242 (#2526)
🤖 I have created a release *beep* *boop*
---


## 0.0.242 (2024-05-01)

## What's Changed
* feat(notifications): implemented notifications with RLS and realtime
by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2525
* chore: packages by @StanGirard in
https://github.com/QuivrHQ/quivr/pull/2527
* Enable Porter Application production by @porter-deployment-app in
https://github.com/QuivrHQ/quivr/pull/2528


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.241...v0.0.242

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2024-05-01 15:06:15 -07:00
Stan Girard
94d100eb11 Update supabase token setting in ci-migration.sh 2024-05-02 00:04:01 +02:00