SurfSense/surfsense_backend/app/tasks
Anish Sarkar 0bc1c766ff feat: migrate Confluence and Jira indexers to unified parallel pipeline
- Refactored Confluence and Jira indexers to utilize the shared IndexingPipelineService for improved document processing.
- Updated the `_build_connector_doc` function in both indexers to create ConnectorDocument instances with enhanced metadata and fallback summaries.
- Modified the `index_confluence_pages` and `index_jira_issues` functions to return a tuple of (indexed_count, skipped_count, warning_or_error_message) for better error handling and reporting.
- Added unit tests for both indexers to validate the new parallel processing logic and ensure correct document creation and indexing behavior.
2026-03-27 16:02:09 +05:30
..
celery_tasks merge upstream/dev into feat/migrate-electric-to-zero 2026-03-24 17:40:34 +02:00
chat refactor: remove link_preview tool and associated components to streamline agent functionality 2026-03-24 17:15:29 +05:30
connector_indexers feat: migrate Confluence and Jira indexers to unified parallel pipeline 2026-03-27 16:02:09 +05:30
document_processors chore: ran linting 2026-03-21 13:20:13 +05:30
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
composio_indexer.py chore: ran frontend and backend linting 2026-02-01 22:54:25 +05:30
surfsense_docs_indexer.py chore: ran linting 2026-03-17 04:40:46 +05:30