SurfSense/surfsense_backend/app
Anish Sarkar d9e312ddaa refactor: simplify SearXNG service configuration in Docker setup
- Consolidated volume mappings for SearXNG to use a single directory.
- Removed unnecessary port mappings and legacy data volume definitions.
- Updated web search service documentation to clarify Redis usage and circuit breaker implementation, eliminating Redis dependency for circuit breaker logic.
2026-03-14 20:34:34 +05:30
..
agents feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
config feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
connectors feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
indexing_pipeline feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
prompts refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
retriever feat: implement batch unread counts for notifications to reduce API calls and improve performance 2026-03-10 01:26:37 -07:00
routes feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
schemas feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
services refactor: simplify SearXNG service configuration in Docker setup 2026-03-14 20:34:34 +05:30
tasks feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
templates feat: update report generation and export capabilities to support multiple formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text) across documentation and backend 2026-03-09 18:41:21 -07:00
utils feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
celery_app.py feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter 2026-02-17 11:34:11 +05:30
db.py feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
users.py feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30