SurfSense/surfsense_backend/app
CREDO23 acf47e3b0c refactor(connectors): remove verbose docstrings and obvious comments
- Simplify module docstrings (remove meta-commentary about 'small focused modules')
- Remove redundant inline comments (e.g., 'Log task start', 'Get connector from database')
- Trim verbose function docstrings to essential information only
- Remove over-explanatory comments that restate what code does
- Keep necessary documentation, remove noise for better readability
2025-12-28 18:53:13 +02:00
..
agents refactor: replace DocumentsDataTable with DocumentMentionPicker for improved document selection 2025-12-26 00:41:14 +05:30
config feat(config): add GOOGLE_DRIVE_REDIRECT_URI environment variable 2025-12-28 15:53:51 +02:00
connectors refactor(connectors): remove verbose docstrings and obvious comments 2025-12-28 18:53:13 +02: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 feat(routes): support multiple Google Drive folder indexing 2025-12-28 16:49:20 +02:00
schemas Merge remote-tracking branch 'upstream/dev' into pr-611 2025-12-23 15:45:28 +05:30
services feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
tasks refactor(connectors): remove verbose docstrings and obvious comments 2025-12-28 18:53:13 +02:00
utils Merge remote-tracking branch 'upstream/main' into feat/bookstack-connector 2025-12-06 09:15:02 +08:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py feat: implement new chat feature with message persistence and UI integration 2025-12-21 16:16:50 -08:00
celery_app.py feat: Implement document saving with reindexing 2025-11-30 04:08:12 +05:30
db.py feat(db): add GOOGLE_DRIVE_CONNECTOR to DocumentType and SearchSourceConnectorType enums 2025-12-28 15:53:35 +02:00
users.py fix: docker backend entrpoint issues 2025-10-28 23:35:53 -07:00