Commit graph

247 commits

Author SHA1 Message Date
phact
534c3021dd harden filters 2026-01-05 11:03:15 -05:00
Lucas Oliveira
fb554445ce use new hook to get all knowledges 2025-12-12 15:13:56 -03:00
Mike Fortman
a8d2e16bf4 knip cleanup for ui 2025-12-10 13:43:11 -06:00
Eric Hare
55e1c498ed
fix: Setup option inaccessible by available 2025-12-08 08:52:30 -08:00
Lucas Oliveira
1eda6c8559 fixed chat filter being cleared after onboarding 2025-12-05 16:33:11 -03:00
Lucas Oliveira
1f528c2935 Show specific watsonX error on banner 2025-12-05 14:37:07 -03:00
Lucas Oliveira
f9e09dbb8e enable provider health and history only after onboarding 2025-12-05 13:09:44 -03:00
Lucas Oliveira
2ca741ed32 Added error when ingest fails too 2025-12-03 17:30:30 -03:00
Lucas Oliveira
cc5711bb5e make health check enable completion check if chat is failed 2025-12-03 17:12:06 -03:00
phact
0fc0be855c onboarding filter creation + sticky filters 2025-12-02 02:31:59 -05:00
phact
c5e27b636f fix delete filter clickability 2025-12-01 23:16:01 -05:00
phact
8a14c69e54 pointer events auto, delete filter 2025-12-01 22:00:10 -05:00
phact
c106438d75 wip 2025-12-01 16:36:35 -05:00
phact
459c676c02 fix auth redirect bug for auth mode enabled 2025-12-01 11:30:09 -05:00
Mike Fortman
c6e6c80bf6 Adds loading state and placeholder for new conversations 2025-11-26 10:59:58 -06:00
Lucas Oliveira
363191edba
fix: show files only if chat context files exist (#491)
* Show files only when existent

* Fixed formatting
2025-11-24 17:37:42 -03: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
phact
9cee47071e validate and filter in one place + fix copy 2025-11-24 09:59:29 -05:00
phact
b13380448a folder upload file extensions 2025-11-23 19:43:00 -05: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
c76e1d1b91 animate chat dog on new chat and focus input 2025-11-20 12:31:04 -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
Eric Hare
195e3d1417
feat: Add native folder picker for Add Folder 2025-11-19 13:03:50 -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
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
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
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
Cole Goldsmith
7e343ed1f2
Fix provider health banner showing during onboarding (#372)
* disable provider health query until edited is true, set initial provider health cache to true when onboarding mutation succeeds

* fix scroll issue with model selector in dialog
2025-11-07 11:49:57 -06:00
phact
114b1a91a8 dont show banner when down 2025-11-06 14:26:00 -05:00
Cole Goldsmith
b88c8b20df
Feat/provider validation banner (#353)
* models query combined

* make endpoint to handle provider health

* provider health banner

* update-pdf-to-include-provider-selection (#344)

* polishing the error fixing experience

* fix agent instructions and up char limit

* fix provider

* disable tracing in langflow

* improve docling serve banner remove false positives

* Changed pyproject.toml docling versions

* Added another uv lock revision

* version bump

* unused things and fix bad conflicts

* add isFetching to the hook

* put back settings for models queries to never cache results

* update banner refetching indicator

* validate provider settings when saving

* fix settings page layout issue

* Added retry as false on the get models, to not take a long time

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
Co-authored-by: phact <estevezsebastian@gmail.com>
Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-11-06 13:03:50 -06:00
phact
1c51dae741 improve docling serve banner remove false positives 2025-11-04 12:10:11 -05:00
Lucas Oliveira
d63fcb3843
fix: fix loading states, flickering and positioning on onboarding (#323)
* Removed background from dog

* Changed loading providers to be on tab

* Fixed case on add a document button

* fixed dog icon flickering

* Changed size of animated processing icon on tab trigger

* fixed max height on onboarding

* Fixed animated steps size

* Changed skip overview design

* disable autocomplete
2025-10-28 18:06:29 -03:00
Mike Fortman
81019330f5 new logo round 2 2025-10-27 17:25:09 -05:00
Lucas Oliveira
a7af519d01
fix: added empty message on file upload handling, fixed time calculation on onboarding (#316)
* fixed miscalculation of provider steps

* Handled empty message with file

* fixed same key
2025-10-27 18:08:27 -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
Mike Fortman
6934990ec1 properly show new conversations in side nav 2025-10-27 13:25:41 -05:00
Lucas Oliveira
a102242772 Merge remote-tracking branch 'origin/main' into fix/file_history 2025-10-27 11:29:52 -03:00
Lucas Oliveira
1e83705d97 Added new file added to the navigation 2025-10-27 11:29:41 -03:00
Mike Fortman
5a00d1f295 linting 2025-10-27 09:20:38 -05:00
Mike Fortman
f4a9a304fc Update branding 2025-10-24 16:27:39 -05:00
phact
75e39b620f logo clip rule / fill rule typo 2025-10-24 09:55:10 -04:00