Commit graph

52 commits

Author SHA1 Message Date
Lucas Oliveira
583ba2ded3
Fixed failed tasks not going away, and processing tasks going away (#393) 2025-11-12 16:30:23 -03:00
phact
9d2fbafdd2 lint 2025-10-14 03:06:37 -04:00
phact
6266e5c18d persist dimensions 2025-10-10 14:16:58 -04:00
phact
77f558e690 show file processing errors in UI 2025-10-10 12:52:37 -04:00
Deon Sanchez
2a363666a0 Merge branch 'main' of https://github.com/langflow-ai/openrag into page-style-alignment 2025-10-06 14:21:14 -06:00
Cole Goldsmith
984b9c4195 import 2025-10-06 14:00:09 -05:00
Cole Goldsmith
c579bd9a1a Merge branch 'main' into feat/knowledge-page-sweep 2025-10-06 13:54:09 -05:00
Cole Goldsmith
99fd1d7215 fix merge conflicts 2025-10-06 13:49:45 -05:00
Deon Sanchez
1dc0a370f1 fixed spacing and flex 2025-10-06 12:49:39 -06:00
Edwin Jose
41e2d39dd0
feat: Show globe icon for HTML documents in knowledge page (#188)
* Show globe icon for HTML documents in knowledge page

Updated getSourceIcon to display a globe icon for documents with 'text/html' mimetype, regardless of connector type. This improves visual identification of web-based documents in the grid.

* changed page to get connector type as url

* removed wrong docs

* fix formatting

* format

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-10-06 15:36:17 -03:00
Deon Sanchez
dc5975cb3a Merge branch 'main' of https://github.com/langflow-ai/openrag into page-style-alignment 2025-10-06 10:57:09 -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
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
Mike Fortman
9c081ed06d Merge branch 'main' of github.com:langflow-ai/openrag into docling-req 2025-10-03 13:19:15 -05:00
Deon Sanchez
5b78cac7cb refactor: update component styles and improve layout
- Adjusted button height in KnowledgeDropdown for better consistency.
- Modified margin and padding in KnowledgeFilterList for improved spacing.
- Refined message handling in ChatPage for cleaner code and better readability.
- Enhanced layout structure in KnowledgeSourcesPage and LayoutWrapper for better responsiveness and alignment.
- Updated various components to use consistent arrow function syntax for state updates.
2025-10-03 10:41:36 -06: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
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
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
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
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
ba22091f31 add banner for docling serve 2025-09-26 16:44:15 -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
Cole Goldsmith
0b39baa5ec better cache usage, make filters blue 2025-09-23 11:04:27 -05:00
Cole Goldsmith
ab277bd807 use ag grid search 2025-09-22 14:54:20 -05: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
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
phact
60fa42f0a2 lint 2025-08-22 11:25:42 -04:00
phact
674fed412d misc ui improvements 2025-08-22 11:13:01 -04:00
phact
be61909bed in memory chat history and WIP conversation forking 2025-08-22 03:04:46 -04:00
phact
5de27335a3 lint 2025-08-21 02:48:17 -04:00