Commit graph

270 commits

Author SHA1 Message Date
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
Deon Sanchez
e94e6bb5a8 logo fix 2025-09-30 13:39:33 -06: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
Deon Sanchez
baaf624eae added button themes and fixed alignment 2025-09-30 13:26:24 -06:00
Mike Fortman
a3fe879eba design feedback 2025-09-30 12:20:09 -05:00
Mike Fortman
2341bf4700 Update docling preset options 2025-09-29 16:40:29 -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
Brent O'Neill
f7882fe31d Settings page design sweep 2025-09-24 12:01:08 -06:00
Brent O'Neill
6ccdb22a08 Revert "Settings page design sweep"
This reverts commit 2ac257480c.
2025-09-24 11:58:45 -06:00
Brent O'Neill
2ac257480c Settings page design sweep 2025-09-24 11:54:25 -06:00
Deon Sanchez
be8e13a173
feat: add knowledge status (#53)
* feat: add status handling and visual indicators for file statuses

* refactor: comment out status field and related rendering logic in SearchPage

* format

* add timeout on mutation delete document

* make file fields be optional

* fetch task files and display them on knowledge page

* add tasks to files inside task context

* added failed to status badge

* added files on get all tasks on backend

* Changed models to get parameters by settings if not existent

* changed settings page to get models when is no ajth mode

* fixed openai allowing validation even when value is not present

* removed unused console log

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
2025-09-24 10:27:59 -03:00
Mike Fortman
5fe45b3b66
Merge pull request #59 from langflow-ai/docling-presets
Add Docling ingest flow and presets controls
2025-09-23 16:13:08 -05:00
Mike Fortman
917b078c20 old tweaks cleanup 2025-09-23 16:01:02 -05:00
boneill-ds
6839c74466
Merge pull request #57 from langflow-ai/features/PRTL-3960
design sweep for chunks page
2025-09-23 14:25:27 -06:00
Brent O'Neill
1808ccc149 fix selection 2025-09-23 13:59:35 -06:00
boneill-ds
5a473541ad
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 13:25:40 -06:00
boneill-ds
9caebae22e
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 13:24:57 -06:00
boneill-ds
c33b5bcd4e
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 13:24:49 -06:00
boneill-ds
3cb33526db
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 13:24:41 -06:00
boneill-ds
a425ba62fb
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-23 13:24:25 -06:00
Brent O'Neill
70da229e40 commit and make select work 2025-09-23 11:53:58 -06:00
Eric Hare
67c35a3619
Merge branch 'main' into feat-sharepoint-auth 2025-09-23 10:05:49 -07:00
Cole Goldsmith
0b39baa5ec better cache usage, make filters blue 2025-09-23 11:04:27 -05:00
Cole Goldsmith
744a799c11 Merge branch 'main' into feat/move-filters 2025-09-23 09:27:01 -05:00
Lucas Oliveira
c6794adca9
fix: make different providers have their edges connected, redirect to main page from onboarding (#58)
* Changed flows and components to support different models

* Changed onboarding to redirect automatically

* Added new components and ids to settings

* Changed flows service to change llm text components as well

* changed models service to not remove : on ollama

* fix edge not connecting on nudges flow
2025-09-22 18:02:56 -03:00
Brent O'Neill
8a17cccf3d remove console.logs 2025-09-22 14:29:37 -06:00
boneill-ds
aaec9c9c95
Merge branch 'main' into features/PRTL-3960 2025-09-22 14:27:47 -06:00
Brent O'Neill
13f7541190 finish stubbing data 2025-09-22 14:23:50 -06:00
Brent O'Neill
fc5f67e244 Added technical details section 2025-09-22 14:23:03 -06:00
Cole Goldsmith
502c1f00dc fix layout wrapper 2025-09-22 15:17:41 -05:00