quivr/frontend/lib/components/ui
AmineDiro ca93cb9062
refacto(backend): poetry package manager and chat route refactoring (#2684)
# Description
- Added package manager
- Added precommit checks
- Rewrote dependency injection of Services and Repositories
- Integrate async SQL alchemy engine
- Migrate Chat  repository to SQLModel 
- Migrated ChatHistory repository to SQLModel
- User SQLModel
- Unit test methodology with db rollback
- Unit tests ChatRepository
- Test ChatService get_history
- Brain entity SQL Model
- Promp SQLModel
- Rewrite chat/{chat_id}/question route
- updated docker files and docker compose in dev and production

Added `quivr_core` subpackages:
- Refactored KnowledgebrainQa
- Added Rag service to interface with non-rag dependencies

---------

Co-authored-by: aminediro <aminediro@github.com>
2024-06-26 00:58:55 -07:00
..
BrainCard feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
Checkbox feat(frontend): new ui ux for knowledge (#2732) 2024-06-25 16:02:53 +02:00
ConnectionIcon refacto(backend): poetry package manager and chat route refactoring (#2684) 2024-06-26 00:58:55 -07:00
CountrySelector feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
FieldHeader feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
FileInput feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
FoldableSection feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
Icon refacto(backend): poetry package manager and chat route refactoring (#2684) 2024-06-26 00:58:55 -07:00
InfoDisplayer feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
LoaderIcon feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
MessageInfoBox feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
Modal feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
OptionsModal feat(frontend): brain studio interface (#2712) 2024-06-24 16:38:58 +02:00
QuivrButton feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
SearchBar feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
SingleSelector feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
SwitchButton refacto(backend): poetry package manager and chat route refactoring (#2684) 2024-06-26 00:58:55 -07:00
Tabs feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
Tag feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
TextAreaInput feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
TextButton feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
TextInput feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
Toast feat(frontend): brain studio interface (#2712) 2024-06-24 16:38:58 +02:00
Tooltip feat(turbopack): Implement turbo pack compiler (#2685) 2024-06-18 18:00:19 +02:00
Button.tsx feat(frontend): handle mentions in search bar (#2049) 2024-01-21 18:13:20 -08:00
Card.tsx feat: enhance user page UI (#1319) 2023-10-05 17:50:02 +02:00
CopyButton.tsx fix(frontend): bigger icon on message row (#2345) 2024-03-15 08:51:44 -07:00
Divider.tsx feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00
Field.tsx feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00
PageHeading.tsx fix(i18n): update tests for french and spanish (#878) 2023-08-07 14:13:41 +02:00
Popover.tsx fix(frontend): fix z index popover on add knwoledge modal (#2118) 2024-01-30 14:10:08 -08:00
Radio.tsx fix: allow user to set a brain as public after creation (#1646) 2023-11-16 18:57:12 +01:00
Select.tsx feat: add new actions modal (#1870) 2023-12-13 08:54:35 +01:00
Spinner.tsx feat: improve ux (#1522) 2023-10-30 14:52:47 +01:00
TextArea.tsx feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00
ThoughtsButton.tsx fix(frontend): rephrase thoughts button title (#2689) 2024-06-18 18:23:04 +02:00