Commit graph

684 commits

Author SHA1 Message Date
Lucas Oliveira
5456ae396f Added accordion 2025-09-18 17:19:19 -03:00
phact
bdb477088c fix: asChild 2025-09-18 16:12:07 -04:00
Deon Sanchez
9b5a7be8b0 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-18 14:09:51 -06:00
phact
5c7196437b fix: oops 2025-09-18 16:09:25 -04:00
phact
0468740f3e toask on 400 2025-09-18 16:03:37 -04:00
Eric Hare
4536111650
Merge branch 'main' into feat-sharepoint-auth 2025-09-18 12:54:02 -07:00
Mike Fortman
facbb76171 Merge branch 'feat/onboarding' of github.com:langflow-ai/openrag into feat/onboarding 2025-09-18 14:50:02 -05:00
Mike Fortman
890e216c5a system prompt changes 2025-09-18 14:47:45 -05:00
Lucas Oliveira
1b8b4c139f added model on ollama onboarding 2025-09-18 16:43:23 -03:00
Lucas Oliveira
9370368d13 changed fill of ollama logo 2025-09-18 16:43:15 -03:00
Lucas Oliveira
aa5067865f implemented label wrapper 2025-09-18 16:43:10 -03:00
Lucas Oliveira
0170572f3f implemented model selector 2025-09-18 16:43:01 -03:00
Mike Fortman
0c75eab6b5 style updates for system prompt 2025-09-18 14:32:33 -05:00
Lucas Oliveira
327279630f Added onboarding for each provider 2025-09-18 15:33:07 -03:00
Lucas Oliveira
675ed84e2f Export types on get settings query 2025-09-18 15:32:57 -03:00
Lucas Oliveira
224a14292c Add tooltip provider 2025-09-18 15:32:49 -03:00
Lucas Oliveira
7aec67744e Fixed ollama logo 2025-09-18 15:32:42 -03:00
Lucas Oliveira
d66fe5ee27 Changed layout of primary input 2025-09-18 15:32:31 -03:00
Lucas Oliveira
74d746b0c2 changed layout of some UI components 2025-09-18 15:32:21 -03:00
Lucas Oliveira
91b9d0d2c9 Added tooltip from shadcn 2025-09-18 15:32:13 -03:00
Lucas Oliveira
d77c3d2ea2 Added new label input component 2025-09-18 15:32:00 -03:00
cristhianzl
c2fd140cac (knowledge-actions-dropdown.tsx): Add text-destructive class to improve styling of delete button in dropdown menu
📝 (markdown-renderer.tsx): Update MarkdownRenderer to open links in new tab and add support for code blocks with language specified
⬆️ (package.json): Upgrade react-markdown, rehype-mathjax, rehype-raw, and remark-gfm dependencies to latest versions. Add @types/react-syntax-highlighter dependency.
2025-09-18 15:10:55 -03:00
Deon Sanchez
9a8818a81b Implement unified cloud picker with support for Google Drive and OneDrive, replacing individual pickers. Add new components for file listing, ingest settings, and file item display. Update package dependencies to include @radix-ui/react-separator. 2025-09-18 12:04:07 -06:00
Lucas Oliveira
1d44fc4658 added logos and onboarding page 2025-09-18 15:02:57 -03:00
Lucas Oliveira
1696dea10b refactored login page 2025-09-18 15:02:43 -03:00
Lucas Oliveira
c05ddc3700 added new tabs component 2025-09-18 15:02:23 -03:00
Lucas Oliveira
5c5307c7ac added new colors 2025-09-18 15:02:16 -03:00
Lucas Oliveira
ecf3cf1402 Merge remote-tracking branch 'origin/main' into feat/onboarding 2025-09-18 14:19:05 -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
c401d2bb22 update settings 2025-09-18 11:00:55 -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
Mike Fortman
e985d32d96 add settings for agent flow 2025-09-17 21:22:04 -05: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
Eric Hare
994b71b40f
Delete sharepoint-picker.tsx 2025-09-17 15:22:52 -07:00
Eric Hare
ac6f52af3a
Update onedrive-picker.tsx 2025-09-17 15:07:36 -07:00
Eric Hare
384afe856c
Client id for microsoft call 2025-09-17 14:36:35 -07: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
Eric Hare
a1327d7d5d
Add a first version of onedrive picker 2025-09-17 12:28:31 -07: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
Sebastián Estévez
a608f4e65c
Merge branch 'main' into integration-tests 2025-09-11 16:17:43 -04:00
phact
c6ba47d118 ingsest refactor 2025-09-11 16:05:46 -04:00
Lucas Oliveira
ba09e58fde Implemented markdown renderer on chat page 2025-09-11 16:44:41 -03:00