openrag/src/services
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
..
__init__.py refactor 2025-07-30 11:18:19 -04:00
auth_service.py Merge branch 'main' into cz/fix-tool-call-tag 2025-09-05 23:57:54 -04:00
chat_service.py Update chat_service.py 2025-09-10 12:41:04 -04:00
conversation_persistence_service.py Update conversation_persistence_service.py 2025-09-10 12:41:58 -04:00
document_service.py Implement Delete Confirmation Dialog and Enhance Knowledge Dropdown 2025-09-16 16:07:49 -06:00
flows_service.py consolidate langflow clients 2025-09-10 12:03:11 -04:00
knowledge_filter_service.py ruff 2025-09-03 09:17:30 -04:00
langflow_file_service.py Merge branch 'main' into langflow-ingestion-modes 2025-09-09 02:42:52 -04:00
langflow_history_service.py Update langflow_history_service.py 2025-09-10 13:10:42 -04:00
monitor_service.py logging & format 2025-09-04 20:56:47 -04:00
search_service.py Refactor SearchService to improve data retrieval from search results 2025-09-08 20:10:48 -03:00
session_ownership_service.py Update session_ownership_service.py 2025-09-10 12:42:09 -04:00
task_service.py task timings 2025-09-09 14:33:15 -04:00