4 Commits

Author SHA1 Message Date
4de9e59747 fix: import bricks_for_python to register bui processor 2026-07-21 18:25:37 +08:00
64468cf0ca fix: set ServerEnv before load_rbac to avoid NoneType error 2026-07-21 17:17:09 +08:00
d9440440c4 feat: add DSPY handlers and index.ui
- init.py: status, kb_list, engines, search, ingest handlers
- app/ragserver.py: load appbase + rbac + ragserver handlers
- config.json: register API startswiths routes
- wwwroot/index.ui: home page with nav buttons
2026-07-21 17:03:04 +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