SurfSense/surfsense_backend/app
Aditya Vaish 2facfd7a8d CRITICAL FIX: Add missing SQLAlchemy relationships to SearchSpace class
- Added search_source_connectors relationship (back_populates from SearchSourceConnector)
- Added llm_configs relationship (back_populates from LLMConfig)
- Added user_preferences relationship (back_populates from UserSearchSpacePreference)
- Prevents SQLAlchemy InvalidRequestError on application startup
- Fixes broken ORM mappings that would crash the entire application

This resolves the critical issue where SQLAlchemy could not find the required
relationships, preventing the application from starting.
2025-10-16 10:21:28 +05:30
..
agents chore: removed content trunking for better UI 2025-10-14 14:19:48 -07:00
config refactor: integrate local STT with existing upload flow 2025-10-12 10:50:55 +05:00
connectors Merge remote changes and fix date range filtering in connectors 2025-10-16 10:12:56 +05:30
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 Merge remote changes and fix date range filtering in connectors 2025-10-16 10:12:56 +05:30
schemas issues resolved 2025-10-15 14:54:15 +05:30
services Merge remote changes and fix date range filtering in connectors 2025-10-16 10:12:56 +05:30
tasks feat: add unique identifier hash for documents to prevent duplicates across various connectors 2025-10-14 21:11:19 -07:00
utils Merge remote changes and fix date range filtering in connectors 2025-10-16 10:12:56 +05:30
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py bugs and issues fixed 2025-10-15 14:26:43 +05:30
db.py CRITICAL FIX: Add missing SQLAlchemy relationships to SearchSpace class 2025-10-16 10:21:28 +05:30
users.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00