diff --git a/docs/RAG_METRICS_PLAN.md b/docs/RAG_METRICS_PLAN.md index 08bf5412..10b093c4 100644 --- a/docs/RAG_METRICS_PLAN.md +++ b/docs/RAG_METRICS_PLAN.md @@ -204,22 +204,21 @@ grafana: ## 6. Корисні запити для аналізу **Hit Rate (кількість успішних запитів з результатами):** -``` +```promql (rag_query_total - rag_query_empty_results_total) / rag_query_total ``` **Average Documents per Query:** -``` +```promql avg(rag_query_documents_retrieved) ``` **DAO Distribution:** -``` +```promql sum by (dao_id) (rag_query_dao_filter_applied) ``` **Token Usage:** -``` +```promql avg(router_rag_query_prompt_tokens_estimated) ``` - diff --git a/docs/consolidation/INTEGRATIONS_STATUS_LATEST.md b/docs/consolidation/INTEGRATIONS_STATUS_LATEST.md index feff16ab..c1749d8e 100644 --- a/docs/consolidation/INTEGRATIONS_STATUS_LATEST.md +++ b/docs/consolidation/INTEGRATIONS_STATUS_LATEST.md @@ -4,16 +4,15 @@ Generated: 2026-02-16 10:25:49 UTC Repo: /Users/apple/github-projects/microdao-daarion - ## Gitea -- **gitea_http**: OK - http_code=200 (http://127.0.0.1:3000) -- **gitea_git_remote**: OK - gitea http://localhost:3000/daarion-admin/microdao-daarion.git; +- **gitea_http**: OK - http_code=200 () +- **gitea_git_remote**: OK - gitea ; ## GitHub - **gh_auth**: OK - IvanTytar (keyring) -- **github_git_remote**: OK - origin git@github.com:IvanTytar/microdao-daarion.git; +- **github_git_remote**: OK - origin `git@github.com:IvanTytar/microdao-daarion.git`; ## Jupyter diff --git a/docs/standards/lint_scope.txt b/docs/standards/lint_scope.txt index 4af2bc43..21978b0c 100644 --- a/docs/standards/lint_scope.txt +++ b/docs/standards/lint_scope.txt @@ -55,6 +55,8 @@ docs/agents/README.md docs/agents/parser.md docs/consolidation/jupyter/JUPYTER_SYNC_LATEST.md docs/consolidation/pieces/PIECES_SYNC_LATEST.md +docs/consolidation/INTEGRATIONS_STATUS_LATEST.md +docs/RAG_METRICS_PLAN.md docs/consolidation/README.md docs/consolidation/SOURCES.md docs/runbooks/DOCS_SERVICES_AUTOMATION_RUNBOOK.md