SurfSense/surfsense_backend/app/services
Differ beaf8f89a6 feat: add Baidu AI Search integration
- Add BAIDU_SEARCH_API connector type to support Chinese web search
- Implement search_baidu() method in connector_service.py
- Add frontend configuration page for Baidu Search API
- Create Alembic migration for new enum values
- Add validation rules and agent integration
- Support configurable model, search source, and deep search options
- Update .gitignore to exclude .env.local and other env files

Addresses integration with Chinese search ecosystem for better local market support.
Baidu AI Search provides intelligent search with automatic summarization.
2025-10-16 19:30:42 +08:00
..
__init__.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
connector_service.py feat: add Baidu AI Search integration 2025-10-16 19:30:42 +08:00
docling_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
kokoro_tts_service.py feat: Added Local TTS (Kokoro TTS) Support 2025-08-13 17:25:34 -07:00
llm_service.py chore: removed chinese comments to pass ruff checks and updated migration nos 2025-10-13 20:07:32 -07:00
query_service.py feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
reranker_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
streaming_service.py chore: removed content trunking for better UI 2025-10-14 14:19:48 -07: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