openrag/frontend/src/app/api/queries
Cole Goldsmith 2d31c4b9b0
Feat/278 Edit current model provider settings (#307)
* update settings update api to allow changing model provider config

* use react hook form

* make settings page small width

* re-use the onboarding forms instead of rolling a custom one

* issue

* remove test

* make custom forms with react-hook-form

* replace the updateFlow mutation with updateSettings

* show all the model providers

* revert changes to onboarding forms

* disabled state styles for providers

* break model selectors into their own file

* use existing selector component, use settings endpoint instead of onboarding, clean up form styles

* revert changes to openai onboarding

* small form changes
2025-10-31 13:22:51 -05:00
..
useDeleteSessionMutation.ts feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
useDoclingHealthQuery.ts docling backend check 2025-10-06 15:54:21 -04:00
useGetConversationsQuery.ts feat: add session delete functionality (#70) 2025-09-24 17:41:53 -03:00
useGetFiltersSearchQuery.ts add more mutation queries and fix backend to wait for updates 2025-09-19 15:21:18 -05:00
useGetModelsQuery.ts Feat/278 Edit current model provider settings (#307) 2025-10-31 13:22:51 -05:00
useGetNudgesQuery.ts linter 2025-10-06 21:26:59 -04:00
useGetSearchAggregations.ts use ag grid search 2025-09-22 14:54:20 -05:00
useGetSearchQuery.ts persist dimensions 2025-10-10 14:16:58 -04:00
useGetSettingsQuery.ts Feat/278 Edit current model provider settings (#307) 2025-10-31 13:22:51 -05:00
useGetTasksQuery.ts persist dimensions 2025-10-10 14:16:58 -04:00