Commit graph

35 commits

Author SHA1 Message Date
Mike Fortman
2341bf4700 Update docling preset options 2025-09-29 16:40:29 -05: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
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
Cole Goldsmith
0b39baa5ec better cache usage, make filters blue 2025-09-23 11:04:27 -05:00
Cole Goldsmith
a343d94cb9 Merge branch 'main' into feat/move-filters 2025-09-22 15:02:31 -05:00
Cole Goldsmith
ab277bd807 use ag grid search 2025-09-22 14:54:20 -05:00
Mike Fortman
de733eee70
Merge pull request #50 from langflow-ai/feat/onboarding
Add onboarding and update settings
2025-09-22 14:14:54 -05:00
Mike Fortman
033a40600c fix provider call 2025-09-22 12:29:23 -05:00
Lucas Oliveira
43f94f9f4b added model validation and onboarding finishing 2025-09-20 12:09:27 -03:00
Cole Goldsmith
4291cf5d45 Merge branch 'main' into feat/move-filters 2025-09-19 15:21:25 -05:00
Cole Goldsmith
8f3b149034 add more mutation queries and fix backend to wait for updates 2025-09-19 15:21:18 -05:00
Mike Fortman
88c9d60986 add docling presets 2025-09-19 12:04:23 -05:00
phact
4b58f3564a lint 2025-09-19 11:49:34 -04:00
Mike Fortman
9ad1fb3f4f Merge branch 'main' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-18 21:04:37 -05:00
Cole Goldsmith
03116937ad Merge branch 'main' into feat/move-filters 2025-09-18 17:13:15 -05:00
Cole Goldsmith
e33adda6fb start creating a new filters component 2025-09-18 16:33:16 -05:00
Lucas Oliveira
d68a787017 Added models fetching 2025-09-18 18:25:00 -03:00
Mike Fortman
561e33bd6d fix settings interface 2025-09-18 15:23:26 -05:00
Lucas Oliveira
675ed84e2f Export types on get settings query 2025-09-18 15:32:57 -03:00
Lucas Oliveira
e219d07743 implement settings page and redirect to onboarding 2025-09-18 14:18:19 -03:00
Lucas Oliveira
88acbd6d54 Fetch settings on init 2025-09-18 13:37:07 -03:00
Lucas Oliveira
8e267e1528 update settings to use react query 2025-09-18 13:33:56 -03:00
Mike Fortman
e985d32d96 add settings for agent flow 2025-09-17 21:22:04 -05:00
Deon Sanchez
ef39b75da1 Implement document deletion functionality in KnowledgeActionsDropdown
- Added a delete confirmation dialog to the KnowledgeActionsDropdown component.
- Integrated useDeleteDocument mutation for handling document deletion.
- Updated the dropdown to pass the filename prop for targeted deletions.
- Enhanced user feedback with success and error messages upon deletion.
2025-09-17 17:22:19 -06:00
Deon Sanchez
f28ba54da3 Implement Delete Confirmation Dialog and Enhance Knowledge Dropdown
- Added a new `DeleteConfirmationDialog` component for confirming deletions.
- Updated `KnowledgeDropdown` to include a loading state and improved user feedback during file operations.
- Enhanced the search page to support bulk deletion of documents with confirmation dialog.
- Integrated event dispatching for knowledge updates after file operations.
- Refactored various components for better readability and maintainability.
2025-09-16 16:07:49 -06:00
Lucas Oliveira
4aba4de946
feat: adjust search behavior in Knowledge page (#36)
* added useGetSearchQuery hook

* Use new useGetSearchQuery on knowledge page

* Refetch search when a new file is added
2025-09-11 15:36:53 -03:00
Lucas Oliveira
01b10d403a Create cancelNudges, to remove the query result when sending a message 2025-09-05 17:00:52 -03:00
Lucas Oliveira
70d3434e5b Create get query client to work on next 2025-09-04 18:16:16 -03:00
Lucas Oliveira
1197f51518 create useGetNudgesQuery to get nudges easily 2025-09-04 18:16:06 -03:00
phact
c4c15bfbb2 https frontend support 2025-08-22 15:32:44 -04:00
phact
4ddac6b8f2 frontend ssl support 2025-08-22 15:25:42 -04:00
phact
346b938d98 refactor to openrag and knowledge filters 2025-08-13 16:31:35 -04:00
phact
925ecc17a1 upload bug fix 2025-08-11 16:44:58 -04:00
phact
a552406911 split frontend and backend containers 2025-08-01 10:12:39 -04:00