SurfSense/surfsense_backend/app/routes
API Test Bot b5d0413459 fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping
- Added DEXSCREENER_CONNECTOR to _CONNECTOR_TYPE_TO_SEARCHABLE in chat_deepagent.py
- This fixes LLM's inability to search DexScreener data despite it being indexed
- Root cause: connector was enabled in DB but missing from mapping, causing it to be filtered out
- Verified: LLM now successfully retrieves WETH price (~$2,442) with DexScreener citations

Related files:
- chat_deepagent.py: Added connector mapping
- knowledge_base.py: Added debug logging for DexScreener search
- connector_service.py: Fixed metadata field names (base_symbol, quote_symbol, dex)
- 85_add_dexscreener_connector.py: Migration for connector type
2026-02-01 14:20:34 +07:00
..
__init__.py feat(backend): Implement DexScreener connector (Story 1.1) 2026-01-31 17:25:48 +07:00
airtable_add_connector_route.py refactor(backend): Extract Airtable token refresh to shared utility 2026-01-31 17:27:14 +07:00
chat_comments_routes.py refactor: remove read tracking from mentions (prep for notification center) 2026-01-16 19:15:10 +02:00
circleback_webhook_route.py feat: added circleback connector 2025-12-30 09:00:59 -08:00
clickup_add_connector_route.py feat: implement ClickUp OAuth integration and connector support 2026-01-07 15:15:25 +05:30
composio_routes.py chore: ran linting 2026-01-24 04:36:34 +05:30
confluence_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
dexscreener_add_connector_route.py feat(backend): Implement DexScreener connector (Story 1.1) 2026-01-31 17:25:48 +07:00
discord_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
documents_routes.py feat: implement fuzzy search in mention document 2026-01-17 20:46:47 +05:30
editor_routes.py feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
google_calendar_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
google_drive_add_connector_route.py feat: enhance Composio and Google Drive connector functionality 2026-01-23 14:12:57 +05:30
google_gmail_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
incentive_tasks_routes.py feat: added incentive credits system 2026-01-26 23:32:30 -08:00
jira_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
linear_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
logs_routes.py feat: Enhance connector management UI with improved loading states, add document count display for connectors, and implement indexing progress indicators for better user feedback. 2025-12-31 17:21:26 +05:30
luma_add_connector_route.py feat: Moved searchconnectors association from user to searchspace 2025-10-08 21:13:01 -07:00
new_chat_routes.py style(backend): run ruff format on 10 files 2026-01-28 22:20:02 +02:00
new_llm_config_routes.py hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
notes_routes.py feat: fixed issues of note management 2025-12-17 00:09:43 -08:00
notifications_routes.py feat(notifications): enhance inbox functionality with type filtering and independent pagination for mentions and status notifications 2026-01-28 02:14:36 +05:30
notion_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
podcasts_routes.py fix: podcast status enum serialization and frontend polling 2026-01-27 19:07:46 +02:00
public_chat_routes.py style(backend): run ruff format on 10 files 2026-01-28 22:20:02 +02:00
rbac_routes.py chore: ran backend linting 2026-01-28 09:10:37 +05:30
search_source_connectors_routes.py fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
search_spaces_routes.py hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
slack_add_connector_route.py style: format backend with ruff 2026-01-07 15:27:54 +02:00
surfsense_docs_routes.py Add SurfSense docs to documents table 2026-01-13 01:15:33 +02:00
teams_add_connector_route.py lint 2026-01-09 13:53:09 -08:00