mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
- 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. |
||
|---|---|---|
| .. | ||
| agents | ||
| config | ||
| connectors | ||
| prompts | ||
| retriver | ||
| routes | ||
| schemas | ||
| services | ||
| tasks | ||
| utils | ||
| __init__.py | ||
| app.py | ||
| db.py | ||
| users.py | ||