openrag/frontend/components/ui
Lucas Oliveira 37faf94979
feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373)
* Added flows with new components

* commented model provider assignment

* Added agent component display name

* commented provider assignment, assign provider on the generic component, assign custom values

* fixed ollama not showing loading steps, fixed loading steps never being removed

* made embedding and llm model optional on onboarding call

* added isEmbedding handling on useModelSelection

* added isEmbedding on onboarding card, separating embedding from non embedding card

* Added one additional step to configure embeddings

* Added embedding provider config

* Changed settings.py to return if not embedding

* Added editing fields to onboarding

* updated onboarding and flows_service to change embedding and llm separately

* updated templates that needs to be changed with provider values

* updated flows with new components

* Changed config manager to not have default models

* Changed flows_service settings

* Complete steps if not embedding

* Add more onboarding steps

* Removed one step from llm steps

* Added Anthropic as a model for the language model on the frontend

* Added anthropic models

* Added anthropic support on Backend

* Fixed provider health and validation

* Format settings

* Change anthropic logo

* Changed button to not jump

* Changed flows service to make anthropic work

* Fixed some things

* add embedding specific global variables

* updated flows

* fixed ingestion flow

* Implemented anthropic on settings page

* add embedding provider logo

* updated backend to work with multiple provider config

* update useUpdateSettings with new settings type

* updated provider health banner to check for health with new api

* changed queries and mutations to use new api

* changed embedding model input to work with new api

* Implemented provider based config on the frontend

* update existing design

* fixed settings configured

* fixed provider health query to include health check for both the providers

* Changed model-providers to show correctly the configured providers

* Updated prompt

* updated openrag agent

* Fixed settings to allow editing providers and changing llm and embedding models

* updated settings

* changed lf ver

* bump openrag version

* added more steps

* update settings to create the global variables

* updated steps

* updated default prompt

---------

Co-authored-by: Sebastián Estévez <estevezsebastian@gmail.com>
2025-11-11 19:22:16 -03:00
..
inputs feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373) 2025-11-11 19:22:16 -03:00
accordion.tsx fix: added onboarding steps accordion, changed bg color (#313) 2025-10-27 17:27:22 -03:00
badge.tsx some ui polish 2025-07-17 15:08:16 -04:00
banner.tsx add banner for docling serve 2025-09-26 16:44:15 -05:00
button.tsx feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373) 2025-11-11 19:22:16 -03:00
card.tsx added new icons for cloud connectors 2025-10-02 11:50:53 -06:00
checkbox.tsx search improvements (facets, limit, score threshold) 2025-08-12 12:37:55 -04:00
collapsible.tsx search improvements (facets, limit, score threshold) 2025-08-12 12:37:55 -04:00
command.tsx lint 2025-08-21 02:48:17 -04:00
dialog.tsx misc ux improvements 2025-08-21 02:32:28 -04:00
dot-pattern.tsx fix: adjust onboarding copies and behaviors (#67) 2025-09-24 17:35:16 -03:00
input.tsx feat: adds anthropic provider, splits onboarding editing into two, support provider changing with generic llm and embedding components (#373) 2025-11-11 19:22:16 -03:00
label.tsx frontend 2025-07-11 00:58:29 -04:00
multi-select.tsx modify colors and improve various components to match designs 2025-10-01 15:24:53 -05:00
navigation-menu.tsx ui improvements 2025-07-11 02:31:19 -04:00
popover.tsx fix: functional changes at the filter menu (#177) 2025-10-02 18:10:44 -03:00
radio-group.tsx fix radio button border and update labels to use LabelWrapper 2025-09-24 13:52:16 -06:00
scroll-area.tsx lint 2025-08-18 22:26:15 -04:00
select.tsx updated core components with correct styles 2025-09-30 12:55:49 -06:00
separator.tsx changed ui elements, added separator 2025-09-18 17:19:19 -03:00
slider.tsx more styles 2025-10-02 10:47:35 -05:00
sonner.tsx task notificaton panel in frontend 2025-07-30 22:42:44 -04:00
switch.tsx Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-09-30 16:28:38 -03:00
tabs.tsx removed old tabs design 2025-10-22 18:06:16 -03:00
textarea.tsx remove mono placeholder 2025-10-01 15:40:12 -05:00
tooltip.tsx fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100) 2025-09-26 12:04:17 -03:00