docs: expand lint scope batch16 (2 files)
This commit is contained in:
@@ -204,22 +204,21 @@ grafana:
|
|||||||
## 6. Корисні запити для аналізу
|
## 6. Корисні запити для аналізу
|
||||||
|
|
||||||
**Hit Rate (кількість успішних запитів з результатами):**
|
**Hit Rate (кількість успішних запитів з результатами):**
|
||||||
```
|
```promql
|
||||||
(rag_query_total - rag_query_empty_results_total) / rag_query_total
|
(rag_query_total - rag_query_empty_results_total) / rag_query_total
|
||||||
```
|
```
|
||||||
|
|
||||||
**Average Documents per Query:**
|
**Average Documents per Query:**
|
||||||
```
|
```promql
|
||||||
avg(rag_query_documents_retrieved)
|
avg(rag_query_documents_retrieved)
|
||||||
```
|
```
|
||||||
|
|
||||||
**DAO Distribution:**
|
**DAO Distribution:**
|
||||||
```
|
```promql
|
||||||
sum by (dao_id) (rag_query_dao_filter_applied)
|
sum by (dao_id) (rag_query_dao_filter_applied)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Token Usage:**
|
**Token Usage:**
|
||||||
```
|
```promql
|
||||||
avg(router_rag_query_prompt_tokens_estimated)
|
avg(router_rag_query_prompt_tokens_estimated)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -4,16 +4,15 @@ Generated: 2026-02-16 10:25:49 UTC
|
|||||||
|
|
||||||
Repo: /Users/apple/github-projects/microdao-daarion
|
Repo: /Users/apple/github-projects/microdao-daarion
|
||||||
|
|
||||||
|
|
||||||
## Gitea
|
## Gitea
|
||||||
|
|
||||||
- **gitea_http**: OK - http_code=200 (http://127.0.0.1:3000)
|
- **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_git_remote**: OK - gitea <http://localhost:3000/daarion-admin/microdao-daarion.git>;
|
||||||
|
|
||||||
## GitHub
|
## GitHub
|
||||||
|
|
||||||
- **gh_auth**: OK - IvanTytar (keyring)
|
- **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
|
## Jupyter
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,8 @@ docs/agents/README.md
|
|||||||
docs/agents/parser.md
|
docs/agents/parser.md
|
||||||
docs/consolidation/jupyter/JUPYTER_SYNC_LATEST.md
|
docs/consolidation/jupyter/JUPYTER_SYNC_LATEST.md
|
||||||
docs/consolidation/pieces/PIECES_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/README.md
|
||||||
docs/consolidation/SOURCES.md
|
docs/consolidation/SOURCES.md
|
||||||
docs/runbooks/DOCS_SERVICES_AUTOMATION_RUNBOOK.md
|
docs/runbooks/DOCS_SERVICES_AUTOMATION_RUNBOOK.md
|
||||||
|
|||||||
Reference in New Issue
Block a user