SurfSense/surfsense_backend/app/services
CREDO23 9b838ec015 fix(linear): use .astext for JSONB text extraction in _resolve_issue
cast(document_metadata["key"], String) generates CAST(col->'key' AS TEXT)
which preserves JSON string quotes (e.g. '"Fix login bug"'), causing
case-insensitive comparisons to never match.

Replace with .astext which generates the ->> operator (unquoted text
extraction), making issue lookups by title and identifier work correctly.
2026-02-19 15:47:40 +02:00
..
linear fix(linear): use .astext for JSONB text extraction in _resolve_issue 2026-02-19 15:47:40 +02:00
notion Disable streaming for KB sync summary LLM to prevent token leaking into chat; remove workspace_icon from update-notion-page 2026-02-18 15:10:51 +02:00
__init__.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
chat_comments_service.py fix: prevent duplicate notifications and fix inbox count 2026-02-04 16:37:44 +02:00
chat_session_state_service.py Add chat session state service 2026-01-20 16:31:40 +02:00
composio_service.py feat: streamline Composio connector logic by removing redundant checks and enhancing email retrieval for user accounts 2026-02-04 03:03:40 +05:30
connector_service.py chore: ran linting 2026-02-06 05:35:15 +05:30
docling_service.py chore: cleanup 2026-01-07 19:07:06 -08:00
image_gen_router_service.py refactor: update image generation configuration to remove TPM references and clarify RPM usage in comments 2026-02-05 18:07:27 -08:00
kokoro_tts_service.py feat: Added Local TTS (Kokoro TTS) Support 2025-08-13 17:25:34 -07:00
llm_router_service.py Fix GitHub Models provider: use github prefix, fix migration, add Zod enum 2026-02-09 19:14:16 +02:00
llm_service.py Disable streaming for KB sync summary LLM to prevent token leaking into chat; remove workspace_icon from update-notion-page 2026-02-18 15:10:51 +02:00
new_streaming_service.py chore: linting 2026-02-15 23:38:15 -08:00
notification_service.py Add CommentReplyNotificationHandler for comment thread notifications 2026-02-04 15:25:50 +02:00
page_limit_service.py feat: enhance Azure OpenAI embeddings and add voice support for Azure provider 2025-10-30 22:33:47 -07:00
public_chat_service.py chore: ran linting 2026-02-13 02:43:26 +05:30
reranker_service.py roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
stt_service.py chore: updated docs & refactored sst_service.py 2025-10-15 14:31:38 -07:00
task_logging_service.py chore: removed chinese comments to pass ruff checks and updated migration nos 2025-10-13 20:07:32 -07:00