10 Commits

Author SHA1 Message Date
8e2aff27ac fix: single wwwroot/rag symlink, /rag/ prefix in all refs 2026-07-24 14:34:37 +08:00
2f1eb8da6d fix: symlink path ../pkgs/rag (not ../../) 2026-07-24 13:43:42 +08:00
414e596254 fix: .gitignore module symlinks + build.sh rm-ln pattern 2026-07-24 13:41:32 +08:00
e3d9f87694 fix: rag wwwroot symlink into wwwroot + updated build.sh 2026-07-24 13:26:57 +08:00
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