Commit Graph
8 Commits
Author SHA1 Message Date
junv 049d417cc8 Remove knowledge graph feature
The knowledge graph feature (links graph) was not functioning correctly
and was slowing down the application. This commit removes it entirely:

- Delete knowledge_graph_urls.py, knowledge_graph_views.py, llm_client.py
- Delete knowledge_graph.html template
- Remove KnowledgeGraphSnapshot model and all llm_*/kg_* fields from
  SiteSettings (migration 0048)
- Remove build_knowledge_graph() and schedule_kg_build() from tasks.py
- Remove KG settings save logic and bulk delete action from views.py
- Remove knowledge_graph_urls include from links/urls.py
- Remove schedule_kg_build scheduler job from core/apps.py
- Remove KG snapshot job registry from links/apps.py
- Remove Knowledge Graph nav item from base.html
- Remove KG settings cards and llmSettingsHelper JS from settings.html
2026-04-14 12:04:44 +10:00
junv 20c7857302 Add building graph 2026-03-30 18:06:46 +11:00
junv c26c620f78 Add redis caching 2026-03-29 10:23:46 +11:00
junv f4d36e6953 Add image imports 2026-03-22 16:15:53 +11:00
junv 2e47fd1046 Update settings 2026-03-21 22:08:50 +11:00
junv b8c256424e Fix build error and page screenshot issue! 2026-03-21 16:55:22 +11:00
junv d5d6855834 Update 2025-11-04 21:42:54 +11:00
junv 41a8726fd3 Update worker to be apscheduler 2025-11-04 20:15:43 +11:00