Commit graph

219 commits

Author SHA1 Message Date
Deon Sanchez
a99c5f647d revert 2025-09-17 17:38:30 -06:00
Deon Sanchez
ed0306bde3 revert settings 2025-09-17 17:34:35 -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
33cb18e723 Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-16 16:12:32 -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
phact
9ae40dda50 misc improvements 2025-09-16 11:43:13 -04:00
phact
2c8cbc95a5 remove debug 2025-09-16 10:27:32 -04:00
phact
ad9e329bff split tables 2025-09-16 10:17:24 -04:00
phact
25383d99eb subprocess 2025-09-16 09:45:20 -04:00
phact
b806fbc921 serve logs v0 2025-09-15 15:47:10 -04:00
phact
5524019408 manager 2025-09-12 15:45:03 -04:00
phact
4adf3b7249 tui docling serve button 2025-09-12 13:36:50 -04:00
Edwin Jose
4ac41d3f03
Update src/connectors/google_drive/connector.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-11 11:12:13 -05:00
Edwin Jose
f1f02b6460
Merge branch 'main' into fix-logger 2025-09-11 12:09:28 -04:00
Edwin Jose
4d2976bc7c remove the self.log and log function 2025-09-11 12:09:07 -04:00
phact
3b86249c18 tui env vars 2025-09-11 10:14:58 -04:00
Edwin Jose
6dbcf5dbf5 Update langflow_history_service.py 2025-09-10 13:10:42 -04:00
Edwin Jose
6f76044395 Merge branch 'main' into fix-logger 2025-09-10 13:10:08 -04:00
Edwin Jose
4212c1025c Update session_ownership_service.py 2025-09-10 12:42:09 -04:00
Edwin Jose
8390653861 Update langflow_history_service.py 2025-09-10 12:42:05 -04:00
Edwin Jose
8672c89743 Update conversation_persistence_service.py 2025-09-10 12:41:58 -04:00
Edwin Jose
fe88378d05 Update chat_service.py 2025-09-10 12:41:04 -04:00
Edwin Jose
67063441f5 Update connector.py 2025-09-10 12:40:58 -04:00
Edwin Jose
3f198c4993 Update settings.py 2025-09-10 12:40:52 -04:00
Edwin Jose
9358408285 Update agent.py 2025-09-10 12:40:44 -04:00
phact
e6f3dabcf9 consolidate langflow clients 2025-09-10 12:03:11 -04:00
Sebastián Estévez
5e1e8cc99b
Merge branch 'main' into cz/remove-chat-default 2025-09-09 15:36:13 -04:00
Mike Fortman
ab10e01286
Merge pull request #26 from langflow-ai/ingest-settings
Add ingest settings
2025-09-09 14:03:10 -05:00
phact
6cfdb827c7 task timings 2025-09-09 14:33:15 -04:00
Gabriel Luiz Freitas Almeida
3141adf10a Remove commented-out API endpoint section in main.py for cleaner code. 2025-09-09 15:09:42 -03:00
Gabriel Luiz Freitas Almeida
8259dfed34 Refactor imports and improve logging in main.py; streamline API endpoint definitions and enhance document ingestion process with better error handling and structured logging. 2025-09-09 15:08:46 -03:00
phact
696cbea407 merge better 2025-09-09 13:54:03 -04:00
Sebastián Estévez
e2caae94f1
Merge branch 'main' into ingest-settings 2025-09-09 13:29:27 -04:00
cristhianzl
9fb24ab369 🔧 (chat_service.py): remove redundant code block that adds local metadata to conversations array
♻️ (chat_service.py): refactor code to remove unnecessary loop for adding local metadata to conversations array
2025-09-09 14:22:47 -03:00
phact
d34a3c81f2 connections duplicate bug 2025-09-09 13:16:14 -04:00
phact
97a17c77d7 filename fix 2025-09-09 12:57:28 -04:00
Mike Fortman
643539b548 support for ingest 2025-09-09 11:12:48 -05:00
Mike Fortman
05cd115162 Merge branch 'main' of github.com:langflow-ai/openrag into ingest-settings 2025-09-09 10:00:19 -05:00
Edwin Jose
cf27dfddeb Update processors.py 2025-09-09 03:32:17 -04:00
Edwin Jose
8dff280930 add langflow routers with langflow file processor 2025-09-09 03:20:21 -04:00
Edwin Jose
faac0c912e Merge branch 'main' into langflow-ingestion-modes 2025-09-09 02:42:52 -04:00
phact
4a562301cd duplicate file fix 2025-09-09 00:18:51 -04:00
phact
132194d1f8 filenames 2025-09-09 00:13:16 -04:00
phact
2fbc852eb3 drive convert to pdf and include file extension 2025-09-08 23:58:26 -04:00
Gabriel Luiz Freitas Almeida
0539f7751a Enhance ingestion flow by adding user metadata and improving context handling
This commit updates the ingestion flow to include user metadata such as owner ID, name, and email, enhancing the context for downstream services. It also refines the handling of tweaks in the LangflowFileService to incorporate this metadata, ensuring better tracking and clarity in the ingestion process. These changes align with best practices for robust async development and improve the overall functionality of the ingestion flow.
2025-09-08 23:49:46 -03:00
Edwin Jose
445ad708f8
Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 21:22:59 -04:00
Gabriel Luiz Freitas Almeida
86709db984 Update file path key in tweaks dictionary for LangflowFileService to enhance clarity
This commit modifies the key for file paths in the tweaks dictionary from "file_path" to "path" within the LangflowFileService class. This change improves code clarity and consistency, aligning with best practices for robust async development while maintaining existing functionality.
2025-09-08 22:02:58 -03:00
phact
acdfd3c8ca os diag 2025-09-08 20:52:52 -04:00
Edwin Jose
1c5e61abdb
Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 19:32:41 -04:00
Edwin Jose
e0117f5cd1 update to routers 2025-09-08 19:31:42 -04:00