Commit graph

80 commits

Author SHA1 Message Date
phact
534c3021dd harden filters 2026-01-05 11:03:15 -05:00
Mike Fortman
a8d2e16bf4 knip cleanup for ui 2025-12-10 13:43:11 -06:00
Cole Goldsmith
8c5efb73a7 Merge branch 'main' into feat/chat-filter-context 2025-11-19 17:27:23 -06:00
Lucas Oliveira
580ffc044c Fixed sonner styling 2025-11-19 15:15:41 -03:00
Cole Goldsmith
d47038e097
Reorganize folders within frontend (#407)
* reorganize folder structure

* move folders from merge

* fix import issue

* run format

* update configs
2025-11-17 08:23:23 -06:00
Cole Goldsmith
173df0be99
add biome & format code (#403) 2025-11-14 13:45:32 -06:00
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
Lucas Oliveira
49ea058cfe
fix: added onboarding steps accordion, changed bg color (#313)
* fixed accordion chevron side

* Added steps history to animated provider steps

* always reserve space for thinking, and pass required things for children

* update onboarding card to reflect changes

* added showCompleted

* passed required props

* Added background to other pages

* Made tasks just appear when not on onboarding

* changed task context to not have error

* changed default to closed

* fixed onboarding card

* changed line to show up centered
2025-10-27 17:27:22 -03:00
Lucas Oliveira
c829a6bc15 removed old tabs design 2025-10-22 18:06:16 -03:00
Lucas Oliveira
9c4a978c89 changed tabs design 2025-10-22 17:46:07 -03:00
Lucas Oliveira
7182125819 changed border of accordion 2025-10-22 17:44:23 -03:00
Mike Fortman
ea5ed8540d add button scale and fix agent flow name 2025-10-15 14:47:21 -05:00
phact
bd7341af88 enable switching embedding models in the UI 2025-10-11 00:04:27 -04:00
Brent O'Neill
b3a11fed39 fix number input border colors 2025-10-06 14:36:21 -06:00
boneill-ds
19cbaa5534
Merge branch 'main' into 109-design-sweep-polish-adding-from-cloud-connector-screen 2025-10-06 12:18:09 -06:00
Brent O'Neill
9f16f9f25a Added inner shadow and capped height 2025-10-06 11:38:33 -06:00
Brent O'Neill
a0a2b2cc3b updated inputs in Ingest Settings for cloud-picker component 2025-10-06 10:40:57 -06:00
Lucas Oliveira
b59dded52f Merge remote-tracking branch 'origin/main' into fix/tasks_ingest 2025-10-06 12:01:15 -03:00
Lucas Oliveira
1fdb251a47 UI minor tweaks 2025-10-03 16:15:32 -03:00
Mike Fortman
9c081ed06d Merge branch 'main' of github.com:langflow-ai/openrag into docling-req 2025-10-03 13:19:15 -05:00
Edwin Jose
1628f84ef5
Merge pull request #55 from langflow-ai/lfx-openrag-update-flows 2025-10-02 18:23:36 -04:00
Lucas Oliveira
d258841ce9
fix: functional changes at the filter menu (#177)
* changed div to popover

* made filter popover appear at @ place

* make at position not reset

* removed unused handler

* refactor handlers

* updated blue circle to check

* update empty message

* changed filter behavior and design

* make button focus

* fixed textarea scrolling
2025-10-02 18:10:44 -03:00
Lucas Oliveira
11464f031e Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-10-02 17:40:19 -03:00
Brent O'Neill
ded23f12c4 added new icons for cloud connectors 2025-10-02 11:50:53 -06:00
boneill-ds
0aae4c882d
Merge branch 'main' into 120-design-sweep-polish-setting-screen-needs-to-match-design-spec 2025-10-02 11:30:35 -06:00
Cole Goldsmith
2e6b177f41 more styles 2025-10-02 10:47:35 -05:00
Brent O'Neill
2a1f2ae21c fix bad merge 2025-10-02 08:57:38 -06:00
Brent O'Neill
94527b700c merged in main 2025-10-02 08:56:15 -06:00
Cole Goldsmith
333ab1abea remove mono placeholder 2025-10-01 15:40:12 -05:00
Cole Goldsmith
a04454cbe2 Merge branch 'main' into feat/filters-sweep 2025-10-01 15:25:03 -05:00
Cole Goldsmith
e6a48ff7c8 modify colors and improve various components to match designs 2025-10-01 15:24:53 -05:00
Lucas Oliveira
28dbca4ba0
fix: make onboarding match designs (#163)
* implement custom value when custom is active on model selector

* changed ibm logo to watsonx

* set endpoint selector as custom

* changed IBM to IBM watsonx.ai

* upload copies on ibm onboarding

* disable select on disabled button

* changed use env open ai api key style

* Changed width to match designs

* disable default tag

* made selector full width and made default disappear

* removed !

* removed onboarding toast

* fix card border radius
2025-10-01 16:49:33 -03:00
Brent O'Neill
538f84cc26 fix border radius on card 2025-10-01 09:45:50 -06:00
Edwin Jose
eaf1d5d61f Merge branch 'main' into lfx-openrag-update-flows 2025-10-01 11:08:14 -04:00
Lucas Oliveira
7d53242eaa Merge remote-tracking branch 'origin/main' into lfx-openrag-update-flows 2025-09-30 16:28:38 -03:00
Brent O'Neill
9f28514f3f updated core components with correct styles 2025-09-30 12:55:49 -06:00
Cole Goldsmith
f6ae18f2bd
Merge branch 'main' into feat/filters-design-sweep 2025-09-30 13:55:07 -05:00
Mike Fortman
a3fe879eba design feedback 2025-09-30 12:20:09 -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
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
boneill-ds
e1982256df
Merge branch 'main' into feature/PRTL-3997 2025-09-24 14:44:26 -06: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
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
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
22917d62a8 fix radio button border and update labels to use LabelWrapper 2025-09-24 13:52:16 -06:00