Commit graph

56 commits

Author SHA1 Message Date
Lucas Oliveira
946d3edc89 refresh tasks on entering page, make failed files persist 2025-10-03 16:54:40 -03:00
Lucas Oliveira
1fdb251a47 UI minor tweaks 2025-10-03 16:15:32 -03:00
Lucas Oliveira
9336aa287e fixed lint 2025-10-03 16:12:09 -03:00
Lucas Oliveira
b28831ec25 fixed issues with already ingested files, fixed state issues 2025-10-03 10:11:39 -03:00
Lucas Oliveira
db715c122b made failed and processing files not accessible and deletable 2025-10-02 18:00:09 -03:00
Cole Goldsmith
331f737c00
Merge pull request #171 from langflow-ai/feat/filters-sweep
Feat/filters sweep
2025-10-02 10:52:31 -05:00
Cole Goldsmith
0a75d6437c search icon spacing 2025-10-02 10:52:04 -05:00
Cole Goldsmith
2e6b177f41 more styles 2025-10-02 10:47:35 -05:00
Cole Goldsmith
5f2fede000 styles 2025-10-02 10:28:00 -05:00
boneill-ds
15a1508b10
Merge branch 'main' into 98-bug-copy-chunk-gives-a-messy-paste 2025-10-01 13:16:54 -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
60cb732ce2 make filter icon required 2025-09-30 13:29:43 -05:00
boneill-ds
c8a1c51c05
Update frontend/src/app/knowledge/chunks/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-30 11:52:57 -06:00
Brent O'Neill
58ca7de282 design sweep for chunks page 2025-09-30 11:51:49 -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
Brent O'Neill
677a01d634 fix typo 2025-09-29 11:17:41 -06:00
Brent O'Neill
340bef2175 fix: issues with chunk copy 2025-09-29 11:16:55 -06: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
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
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
Cole Goldsmith
0b39baa5ec better cache usage, make filters blue 2025-09-23 11:04:27 -05:00
Brent O'Neill
8a17cccf3d remove console.logs 2025-09-22 14:29:37 -06:00
Brent O'Neill
13f7541190 finish stubbing data 2025-09-22 14:23:50 -06:00
Brent O'Neill
fc5f67e244 Added technical details section 2025-09-22 14:23:03 -06:00
Cole Goldsmith
ab277bd807 use ag grid search 2025-09-22 14:54:20 -05:00
Brent O'Neill
9fdec36e9c make the search filter work 2025-09-22 13:06:19 -06:00
Cole Goldsmith
a5816046f3 more table column styles 2025-09-19 15:49:09 -05:00
Cole Goldsmith
8f3b149034 add more mutation queries and fix backend to wait for updates 2025-09-19 15:21:18 -05:00
Brent O'Neill
99bf3772b5 updated header for chunks page 2025-09-19 12:16:20 -06:00
Cole Goldsmith
a97c6af0de fix grid truncation 2025-09-18 16:56:10 -05:00
Deon Sanchez
f65ecf0e68 Implement Chunks Page and Update SearchPage Component
- Introduced a new ChunksPage component to display chunks of a selected file, enhancing the knowledge management functionality.
- Updated the SearchPage component to navigate to the ChunksPage when a file is selected, improving user flow.
- Removed the previous file selection logic and integrated a more streamlined approach for chunk display.
- Enhanced UI elements for better user experience and accessibility.
2025-09-18 09:47:52 -06:00
Deon Sanchez
9928cba521 Refactor Knowledge Actions Dropdown and SearchPage Component
- Added TODO comments for implementing rename and sync functionalities in the KnowledgeActionsDropdown.
- Adjusted column definitions in the SearchPage component to improve layout with flex and minWidth properties.
- Commented out the sync button in the SearchPage for future implementation, enhancing code clarity.
2025-09-18 09:20:29 -06:00
Deon Sanchez
d813733f0c Refactor SearchPage Component for Improved File Selection
- Updated the file selection UI to allow clicking on file names for selection, enhancing user interaction.
- Changed AgGrid configuration to enable row selection with clicks, improving usability.
- Removed unnecessary row click event handling to streamline the selection process.
2025-09-17 18:22:42 -06:00
Deon Sanchez
733e24bf00 Refactor SearchPage Component and Update Bulk Actions
- Removed the clear selection functionality and associated UI elements from the SearchPage component.
- Simplified the bulk actions bar by integrating a delete button and a sync button with alert functionality.
- Adjusted button styles for consistency and improved user experience.
- Enhanced the search input area for better accessibility and usability.
2025-09-17 18:15:01 -06:00
Deon Sanchez
3d74edfe3c Enhance Knowledge Page with Bulk Document Deletion
- Implemented bulk selection and deletion functionality in the Knowledge page.
- Added a confirmation dialog for bulk deletions, providing user feedback on success or failure.
- Updated AgGrid configuration to support multiple row selection and checkbox functionality.
- Styled checkboxes for better visibility and user experience.
- Refactored related components to accommodate new bulk actions.
2025-09-17 17:31:51 -06: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
81f7e0e583 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-17 17:09:16 -06:00
Cole Goldsmith
fa63e7b457 add actions menu 2025-09-17 16:11:45 -05:00
Cole Goldsmith
c7b213b365 replace knowledge table with ag grid 2025-09-17 14:33:59 -05: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
phact
168ebc7ae5 refresh on upload 2025-08-29 17:04:12 -04:00