Commit graph

223 commits

Author SHA1 Message Date
Mike Fortman
d62945110c Fix double OAuth callback execution using sessionStorage
Replaced useRef with sessionStorage to prevent duplicate callback
executions when component remounts (React Strict Mode). The ref
was resetting on remount, causing the auth code to be used twice
and triggering "code already used" errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 14:42:59 -05:00
Deon Sanchez
af52a00b0a
Merge branch 'main' into remove-sync-connectors 2025-10-01 12:28:43 -06:00
Deon Sanchez
dbf2d2b47b
Merge branch 'main' into remove-sync-connectors 2025-10-01 11:33:21 -06:00
Deon Sanchez
5011625b50 Merge branch 'main' of https://github.com/langflow-ai/openrag into knowledge-empty-state 2025-10-01 09:02:26 -06:00
Cole Goldsmith
657be2c324
Merge branch 'main' into feat/filters-design-sweep 2025-09-30 15:22:47 -05: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
Cole Goldsmith
f6ae18f2bd
Merge branch 'main' into feat/filters-design-sweep 2025-09-30 13:55:07 -05:00
Cole Goldsmith
60cb732ce2 make filter icon required 2025-09-30 13:29:43 -05: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
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
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
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
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
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