SurfSense/surfsense_backend/app
Anish Sarkar db6dd058dd feat: migrate Linear and Notion indexers to unified parallel pipeline
- Refactored Linear and Notion indexers to utilize the shared IndexingPipelineService for improved document deduplication, summarization, chunking, and embedding with bounded parallel indexing.
- Updated the `_build_connector_doc` function in both indexers to create ConnectorDocument instances with enhanced metadata and fallback summaries.
- Modified the `index_linear_issues` and `index_notion_pages` 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 11:19:32 +05:30
..
agents feat: enhance Google Calendar event update functionality 2026-03-25 20:35:23 +05:30
config Merge remote-tracking branch 'upstream/dev' into feat/web-search 2026-03-16 19:34:38 +05:30
connectors feat: add file streaming download functionality to Google Drive client 2026-03-27 08:54:06 +05:30
indexing_pipeline feat: enhance performance logging in indexing pipeline 2026-03-26 23:10:49 +05:30
prompts refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
retriever chore: ran linting 2026-03-22 00:43:53 +05:30
routes feat: implement batch indexing for selected Google Drive files 2026-03-27 00:17:07 +05:30
schemas feat: init video presentation agent 2026-03-21 22:13:41 -07:00
services feat: enhance Google Calendar event update functionality 2026-03-25 20:35:23 +05:30
tasks feat: migrate Linear and Notion indexers to unified parallel pipeline 2026-03-27 11:19:32 +05:30
templates feat: update report generation and export capabilities to support multiple formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text) across documentation and backend 2026-03-09 18:41:21 -07:00
utils chore: ran linting 2026-03-21 13:21:19 +05:30
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: init video presentation agent 2026-03-21 22:13:41 -07:00
celery_app.py feat: init video presentation agent 2026-03-21 22:13:41 -07:00
db.py merge upstream/dev into feat/migrate-electric-to-zero 2026-03-24 17:40:34 +02:00
users.py feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30