Commit graph

650 commits

Author SHA1 Message Date
Lucas Oliveira
643f717bba Show uploading status 2025-11-24 17:29:55 -03:00
Mike Fortman
1ee0d4cdbf import fix 2025-11-24 11:21:33 -06:00
Mike Fortman
778b793fec Fixes confirmation dialog to have a max number of files listed so it doesn't grow too much 2025-11-24 11:21:11 -06:00
Sebastián Estévez
acd45f3952
Merge branch 'main' into folder-upload-types 2025-11-24 10:00:13 -05:00
phact
9cee47071e validate and filter in one place + fix copy 2025-11-24 09:59:29 -05:00
Sebastián Estévez
5a297665a1
Merge pull request #485 from langflow-ai/onboarding-completion-trigger
Update step count fixing the end of onboarding animation
2025-11-23 19:45:53 -05:00
phact
b13380448a folder upload file extensions 2025-11-23 19:43:00 -05:00
Mike Fortman
4b3d22a64f Update step count 2025-11-21 16:28:24 -06:00
Mike Fortman
c21270e1ac Fix copy for 1 vs multiple doc deletion 2025-11-21 15:24:03 -06:00
pushkala-datastax
ebebf1c892
Merge pull request #444 from langflow-ai/feat/configured-providers-in-models
Feat/configured providers in models
2025-11-20 13:37:26 -08:00
Cole Goldsmith
239ada4e7c formatting 2025-11-20 14:27:37 -06:00
Cole Goldsmith
abf09fc070 don't filter out configured providers that have no available models 2025-11-20 14:27:26 -06:00
Cole Goldsmith
a3ce3d5c08 make sure processing files stay in table 2025-11-20 14:08:16 -06:00
Eric Hare
5a2e1b9f6f
Merge branch 'main' into feat-folder-picker 2025-11-20 11:07:11 -08:00
Cole Goldsmith
1168b66e4e better animation 2025-11-20 12:49:07 -06:00
Cole Goldsmith
c76e1d1b91 animate chat dog on new chat and focus input 2025-11-20 12:31:04 -06:00
Cole Goldsmith
f7007b625d move filter logic to chat-input and use query instead of manual fetch 2025-11-20 11:39:41 -06:00
Cole Goldsmith
0e60b7b6c9 put waiting too long message back in chat 2025-11-20 10:51:38 -06:00
Cole Goldsmith
8c5efb73a7 Merge branch 'main' into feat/chat-filter-context 2025-11-19 17:27:23 -06:00
Eric Hare
ba8c034eb2
fix: Avoid File import issue with icon 2025-11-19 15:16:45 -08:00
Eric Hare
a674dfcf95
Create new file object + debug logging 2025-11-19 15:15:17 -08:00
Eric Hare
1a188161f6
Merge branch 'main' into feat-folder-picker 2025-11-19 14:58:42 -08:00
Eric Hare
83c7328470
fix: Use the basename for folder file uploads 2025-11-19 14:57:09 -08:00
Cole Goldsmith
15701f8b16 update chat page to use a new filter for every conversation 2025-11-19 16:23:32 -06:00
pushkala-datastax
ddb74b9253
Merge pull request #419 from langflow-ai/feat/chat-dropzone
Chat file dropzone
2025-11-19 14:23:07 -08:00
pushkala-datastax
c7a8e89132
Merge pull request #421 from langflow-ai/fix-gdrive-connector
fix: Improve the Google Drive / Sharepoint / OneDrive connector's validation and sync
2025-11-19 14:22:32 -08:00
pushkala-datastax
b322404814
Merge pull request #435 from langflow-ai/fix-nudges-errors
fix: Error handling for chats that are slow to respond
2025-11-19 14:22:04 -08:00
Cole Goldsmith
f6e6aa43a2
Feat/provider improvements (#422)
* remove connection dot indicators on settings page, better toast message for provider setup dialogs, fix typo in default agent prompt

* format

* open llm model select when toast button to settings is clicked
2025-11-19 15:20:27 -06:00
Eric Hare
195e3d1417
feat: Add native folder picker for Add Folder 2025-11-19 13:03:50 -08:00
Eric Hare
02b88859b1
fix: Error handling for chats that are slow to respond 2025-11-19 12:50:10 -08:00
Eric Hare
0394df2052
Fix sharepoint and onedrive connectors 2025-11-19 12:39:39 -08:00
Eric Hare
1cfa72d20e
Clean up the errors in connectors 2025-11-19 12:25:40 -08:00
Lucas Oliveira
580ffc044c Fixed sonner styling 2025-11-19 15:15:41 -03:00
Lucas Oliveira
dce97c97e4
fix: make nudges and new conversations appear after onboarding, fix behavior on conversations (#418)
* fixed docker to old way

* added refetch when nudges are not fetched

* show skip overview just when finishing embedding

* just show children when show layout

* increased total onboarding steps

* made assistant message be saved on local storage to save progress on onboarding

* clean all items from local storage on finish onboarding

* only show navigation when onboarding is complete

* fixed navigation style to not placeholder for new conversation, not show loading state, and to show correct files

* fixed chat losing past message when navigating out of the chat

* fixed conversation be selected even though its a new conversation

* set the messages as just the user message when messages.length is 1

* fixed conversation be selected when exiting onboarding
2025-11-19 14:23:34 -03:00
Cole Goldsmith
c1a6713bd8 use toast for error instead 2025-11-18 14:59:32 -06:00
Cole Goldsmith
08428bc12d format 2025-11-18 14:34:46 -06:00
Cole Goldsmith
6df076379c format chat page 2025-11-18 14:26:32 -06:00
Cole Goldsmith
3ad90f7293 use react dropzone on chat input 2025-11-18 14:21:09 -06:00
Cole Goldsmith
98cb6c5198 Merge branch 'main' into feat/chat-dropzone 2025-11-17 12:39:42 -06: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
Lucas Oliveira
c295431484
fix: refactor models validation to fix bugs related to ollama, watsonx and openai (#406)
* Fixed models service to try api key with first available model

* fixed ibm onboarding to not disable query when no data is available

* make ibm query disabled when not configured

* enable ollama query only when configured or endpoint present

* enable get openai models query when already configured

* just enable get from env when not configured

* Simplify ollama models validation

* fix max_tokens error on gpt 4o
2025-11-14 18:09:47 -03:00
Lucas Oliveira
4b9d7599fc
fix: add Thinking state to agent response, fix ollama and watsonx overwriting values on the onboarding (#405)
* Added thinking message to assistant message

* fixed ibm and ollama overwriting values
2025-11-14 17:42:47 -03:00
Lucas Oliveira
3a6a05d043
Fix: reduce docling and provider banner refresh interval, implemented Starting on docling TUI (#404)
* Fixed refetch interval to be 3 seconds when Docling is unhealthy, fixed query to refetch on window focus

* Changed time to refetch provider health

* Added starting state to Docling on the TUI
2025-11-14 17:25:22 -03:00
Cole Goldsmith
173df0be99
add biome & format code (#403) 2025-11-14 13:45:32 -06:00
Cole Goldsmith
5aad7c50dd
Design sweep - improved light mode onboarding (#401)
* tweaking colors

* minimal diff for layout wrapper

* scrolling fix
2025-11-13 16:21:25 -06:00
Lucas Oliveira
583ba2ded3
Fixed failed tasks not going away, and processing tasks going away (#393) 2025-11-12 16:30:23 -03:00
Cole Goldsmith
e6512f07b6
Settings page design sweep (#382)
* settings page design sweep

* Updated step list on onboarding upload

* fixed aria label

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-11-12 14:08:35 -03:00
Cole Goldsmith
1385fd5d5c
better settings form validation, grouped model selection (#383)
* better form validation, grouped model selection

* bump version

* fix fe build issue

* fix test

* change linting error

* Fixed integration tests

* fixed tests

* sample commit

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-11-11 22:39:59 -03:00
pushkala-datastax
a553fb7d9b
Fix currentProvider assignment to use providers 2025-11-11 15:59:18 -08: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