Commit graph

495 commits

Author SHA1 Message Date
Deon Sanchez
9863eed98b Update header and user navigation styles for improved layout consistency. Adjusted header height and button sizes for better alignment and usability. 2025-09-30 14:03:46 -06:00
Deon Sanchez
d1b6ff7429 Refactor user navigation and theme button styles for improved layout and consistency. Adjusted padding and margins in user dropdown, updated button sizes in theme selection. 2025-09-30 13:56:04 -06:00
Edwin Jose
14b0f30107
Merge branch 'main' into lfx-openrag-update-flows 2025-09-30 15:52:18 -04:00
Deon Sanchez
e94e6bb5a8 logo fix 2025-09-30 13:39:33 -06:00
Mike Fortman
d015ed1b0c
add container utils (#151)
* add container utils

* added localhost url to settings

* added localhost_url as a constant

* added localhost_url to get settings query

* make ollama onboarding have localhost url by default

* make endpoint be changed in models service and in onboarding backend instead of onboarding screen

* fixed embedding dimensions to get stripped model

* make config come as localhost but global variable be set as the transformed endpoint

* remove setting ollama url since it comes from the global variable

* use localhost again on ollama

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-09-30 16:34:55 -03:00
Deon Sanchez
a2c9f271b6 Merge branch 'main' of https://github.com/langflow-ai/openrag into app-shell 2025-09-30 13:33:06 -06:00
Lucas Oliveira
7d53242eaa Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-09-30 16:28:38 -03:00
Deon Sanchez
baaf624eae added button themes and fixed alignment 2025-09-30 13:26:24 -06:00
Brent O'Neill
9f28514f3f updated core components with correct styles 2025-09-30 12:55:49 -06:00
Brent O'Neill
08594672c8 Settings screen design match spec 2025-09-30 12:55:32 -06:00
Cole Goldsmith
f6ae18f2bd
Merge branch 'main' into feat/filters-design-sweep 2025-09-30 13:55:07 -05:00
Eric Hare
07a2cabbcf
feat: Add Google Drive Folder Selection 2025-09-30 11:39:47 -07:00
Cole Goldsmith
60cb732ce2 make filter icon required 2025-09-30 13:29:43 -05:00
boneill-ds
c8a1c51c05
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-30 11:52:57 -06:00
Brent O'Neill
58ca7de282 design sweep for chunks page 2025-09-30 11:51:49 -06:00
Mike Fortman
a3fe879eba design feedback 2025-09-30 12:20:09 -05:00
Cole Goldsmith
ef98a5a826 change color of filter in chat 2025-09-30 12:02:00 -05:00
Deon Sanchez
0a0dbe15ef Enhance settings page with new routing and UI updates; update connector descriptions for clarity 2025-09-30 10:56:43 -06:00
Cole Goldsmith
70a75ee63d fix accent color variables 2025-09-30 11:22:37 -05:00
Deon Sanchez
bc055319af fixed empty state 2025-09-30 09:45:39 -06:00
Mike Fortman
2341bf4700 Update docling preset options 2025-09-29 16:40:29 -05:00
Lucas Oliveira
9f83811ab4 changed settings and helpers to use watsonx instead of ibm for model provider 2025-09-29 17:40:12 -03:00
Lucas Oliveira
f51960476e fix layout not showing on chat 2025-09-29 14:52:21 -03:00
Brent O'Neill
677a01d634 fix typo 2025-09-29 11:17:41 -06:00
Brent O'Neill
340bef2175 fix: issues with chunk copy 2025-09-29 11:16:55 -06:00
Cole Goldsmith
c0b1e79d7a Merge branch 'main' into feat/filters-design-sweep 2025-09-29 10:28:44 -05:00
Cole Goldsmith
0257017d9b update accent colors, add first pass at color and icon selector for filters 2025-09-29 10:28:32 -05:00
Mike Fortman
54d50a6fa7
Merge branch 'main' into docling-req 2025-09-26 16:47:12 -05:00
Mike Fortman
ba22091f31 add banner for docling serve 2025-09-26 16:44:15 -05:00
Lucas Oliveira
e0015f35db
fix: update onboarding design, make opensearch index be initialized after onboarding, make flow reset change the models to the provider chosen (#100)
* changed tooltip stype

* added start on label wrapper

* changed switch to checkbox on openai onboarding and changed copies

* made border be red when api key is invalid

* Added embedding configuration after onboarding

* changed openrag ingest docling to have same embedding model component as other flows

* changed flows service to get flow by id, not by path

* modify reset_langflow to also put right embedding model

* added endpoint and project id to provider config

* added replacing the model with the provider model when resetting

* Moved consts to settings.py

* raise when flow_id is not found
2025-09-26 12:04:17 -03:00
Eric Hare
5e14c7f100
Merge branch 'main' into feat-sharepoint-auth 2025-09-25 10:22:59 -07:00
phact
abc19f4a26 explicit type 2025-09-24 22:06:01 -04:00
phact
65f5e81230 explicit type 2025-09-24 22:04:39 -04:00
boneill-ds
e1982256df
Merge branch 'main' into feature/PRTL-3997 2025-09-24 14:44:26 -06:00
Lucas Oliveira
28e566a1f4
feat: add session delete functionality (#70)
* implement delete user conversation on agent

* format

* implement delete session endpoint

* implement delete session on persistence services

* added deletion of sessions and added fetch sessions with query instead of with useEffect

* removed unused texts

* implemented dropdown menu on conversations
2025-09-24 17:41:53 -03:00
Lucas Oliveira
a8f4d734a3
fix: adjust onboarding copies and behaviors (#67)
* fixed logos

* pre-populate ollama endpoint

* show/hide api keys with button

* Added dropdown selector for ibm endpoint

* Added programatic dot pattern instead of background image

* Updated copies

* wait for 500ms before show connecting

* Changed copy

* removed unused log

* Added padding when password button is present

* made toggle be on mouse up

* show placeholder as loading models when they're loading

* removed description from model selector

* implemented getting key from env

* fixed complete button not updating
2025-09-24 17:35:16 -03:00
boneill-ds
b26f80b4e2
Merge branch 'main' into feature/PRTL-3997 2025-09-24 14:34:22 -06:00
Brent O'Neill
1b5c75190d fix duplicate prop 2025-09-24 14:34:07 -06:00
Brent O'Neill
cca68d645c remove merge marker 2025-09-24 14:32:27 -06:00
Mike Fortman
107d90b6ab update reset behavior 2025-09-24 15:31:52 -05:00
boneill-ds
6a495b3011
Update frontend/src/app/settings/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-24 14:31:52 -06:00
Brent O'Neill
5f522bf6a9 merged in main 2025-09-24 14:30:48 -06:00
Brent O'Neill
722a7cc4cf updated disabled select styles 2025-09-24 14:27:57 -06:00
Brent O'Neill
c6bfa414f4 added copy for tooltips 2025-09-24 14:13:37 -06:00
Mike Fortman
56541abb4d
Merge pull request #71 from langflow-ai/setting-updates
settings updates for true flow updates
2025-09-24 14:53:00 -05:00
Brent O'Neill
22917d62a8 fix radio button border and update labels to use LabelWrapper 2025-09-24 13:52:16 -06:00
Mike Fortman
03f9f25a51 pr feedback 2025-09-24 14:20:29 -05:00
Brent O'Neill
04df8b6290 added required to label 2025-09-24 13:00:14 -06:00
Brent O'Neill
5d115af2bd copy updates 2025-09-24 12:50:07 -06:00
Brent O'Neill
6f513df9f3 finish updating dialog design sweep items 2025-09-24 12:43:08 -06:00