quivr/backend
Stan Girard c92ccb5543
feat(assistants): Add new input models for boolean, number, select text, and select number (#2432)
This pull request adds new input models for boolean, number, select
text, and select number. These models will allow for more flexible and
dynamic input options in the software. The changes include the addition
of the `InputBoolean`, `InputNumber`, `InputSelectText`, and
`InputSelectNumber` classes to the `Inputs` model. These classes provide
properties for key, required, description, and additional options
specific to each input type. This enhancement will improve the overall
functionality and user experience of the software.

<!--
ELLIPSIS_HIDDEN
-->


----

| <a href="https://ellipsis.dev" target="_blank"><img
src="https://avatars.githubusercontent.com/u/80834858?s=400&u=31e596315b0d8f7465b3ee670f25cea677299c96&v=4"
alt="Ellipsis" width="30px" height="30px"/></a> | 🚀 This PR
description was created by [Ellipsis](https://www.ellipsis.dev) for
commit 6fa583b6a8. |
|--------|--------|

### Summary:
This PR enhances the `Inputs` model by adding new input models for
boolean, number, select text, and select number, improving the
software's functionality and user experience.

**Key points**:
- Added `InputBoolean`, `InputNumber`, `InputSelectText`, and
`InputSelectNumber` classes to `Inputs` model in `inputs.py` and
`outputs.py`.
- Each new class provides properties for key, required, description, and
additional options specific to each input type.


----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)



<!--
ELLIPSIS_HIDDEN
-->
2024-04-16 00:29:37 -07:00
..
.vscode feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
llm tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
middlewares feat: new landing page (#2264) 2024-02-25 18:09:01 -08:00
models fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
modules feat(assistants): Add new input models for boolean, number, select text, and select number (#2432) 2024-04-16 00:29:37 -07:00
packages feat(backend): add RAG evaluation using Ragas (#2429) 2024-04-15 06:53:48 -07:00
repository feat(notion): added custom integration (#2268) 2024-02-27 21:30:25 -08:00
routes fix: Add integration brain to subscription route (#2410) 2024-04-06 19:34:46 -07:00
supabase/functions/add-new-email feat: new landing page (#2264) 2024-02-25 18:09:01 -08:00
tests tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
vectorstore feat(custom): big brain (#2198) 2024-02-16 17:14:30 -08:00
.dockerignore feat(notion): added custom integration (#2268) 2024-02-27 21:30:25 -08:00
celery_config.py fix: Update Celery config to remove SSL certificate requirement 2024-02-20 19:56:14 -08:00
celery_worker.py fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
Dockerfile Add libpq-dev and gcc to Dockerfile 2024-02-14 20:29:57 -08:00
Dockerfile.dev fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
logger.py fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
main.py feat: Add assistant module and remove ingestion module (#2420) 2024-04-10 04:28:22 -07:00
manage_services.sh feat(integration): implementation (#2191) 2024-02-14 20:07:53 -08:00
pyrightconfig.json feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
requirements.txt tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00