SurfSense/surfsense_backend/app
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
..
agents feat: add Baidu AI Search integration 2025-10-16 19:30:42 +08:00
config refactor: integrate local STT with existing upload flow 2025-10-12 10:50:55 +05:00
connectors chore: removed content trunking for better UI 2025-10-14 14:19:48 -07:00
prompts Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
retriver recurse fix 2025-08-20 10:21:59 -07:00
routes chore: updated docs & refactored sst_service.py 2025-10-15 14:31:38 -07:00
schemas feat: add language support across configurations and prompts 2025-10-12 13:13:42 +05:30
services feat: add Baidu AI Search integration 2025-10-16 19:30:42 +08:00
tasks feat: add unique identifier hash for documents to prevent duplicates across various connectors 2025-10-14 21:11:19 -07:00
utils feat: add Baidu AI Search integration 2025-10-16 19:30:42 +08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py update the gmail connector add route 2025-08-15 09:12:40 +02:00
db.py feat: add Baidu AI Search integration 2025-10-16 19:30:42 +08:00
users.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00