6 Commits

Author SHA1 Message Date
b76d1b85e8 refactor: extract rag business module, keep ragserver as shell 2026-07-24 13:25:31 +08:00
39626a759c fix: rbac wwwroot symlink + login paths in RBAC and build.sh 2026-07-22 11:39:50 +08:00
1fedd68a52 fix: build.sh password_key sync preserves config; add tmpl processor 2026-07-21 18:32:52 +08:00
def6a06a49 fix: bricks symlink path (relative to wwwroot) 2026-07-21 17:15:28 +08:00
b7b37f13cf fix: build.sh - skip pip install for rag-pipeline, handle missing repos gracefully 2026-07-21 17:12:24 +08:00
254bf8e9b2 feat: initial ragserver - web app skeleton with data models, CRUD, and build scripts
- ahserver web app on port 9190
- DB: rag (test/test123, utf8mb4)
- 7 data models: knowledge_bases, documents, document_chunks, entities, entity_relations, subscriptions, engine_configs, usage_logs
- 4 CRUD definitions: knowledge_bases, documents, subscriptions, engine_configs
- build.sh clones all foundation modules + rag-pipeline + services
- independent venv, bricks frontend, RBAC support
2026-07-21 17:00:53 +08:00