SurfSense/surfsense_backend/app
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
..
agents fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
config hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
connectors fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
prompts feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
schemas hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
services fix(rag): Add DEXSCREENER_CONNECTOR to searchable mapping 2026-02-01 14:20:34 +07:00
tasks fix(backend): Add DexScreener to periodic indexing schedule checker 2026-01-31 17:27:38 +07:00
utils refactor(backend): Extract Airtable token refresh to shared utility 2026-01-31 17:27:14 +07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
celery_app.py hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
db.py feat(backend): Implement DexScreener connector (Story 1.1) 2026-01-31 17:25:48 +07:00
users.py feat: enable public access for podcasts in shared chats 2026-01-26 15:56:49 +02:00