chore(deploy): ai-sdk + admin neu bauen — Legal-Zitatfelder (article_label) nach Prod-Re-Ingest aktiv
CI / detect-changes (push) Successful in 8s
CI / branch-name (push) Has been skipped
CI / guardrail-integrity (push) Has been skipped
CI / dep-audit (push) Has been skipped
CI / build-sha-integrity (push) Successful in 7s
CI / nodejs-lint (push) Has been skipped
CI / sbom-scan (push) Has been skipped
CI / secret-scan (push) Has been skipped
CI / validate-canonical-controls (push) Successful in 6s
CI / loc-budget (push) Successful in 20s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-build (push) Successful in 3m3s
CI / test-go (push) Failing after 57s
CI / iace-gt-coverage (push) Successful in 16s
CI / test-python-backend (push) Has been skipped
CI / test-python-document-crawler (push) Has been skipped
CI / test-python-dsms-gateway (push) Has been skipped

Triggert CI + detect-changes fuer ai-compliance-sdk + admin-compliance, nachdem der
vorige Deploy am last-build/main Tag-Bug haengenblieb (Builds uebersprungen). Nur
Doku-Kommentare, Logik unveraendert. Daten-Merge (Qdrant) ist bereits live.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-06-21 00:15:48 +02:00
parent 069b855b49
commit e646091ba2
2 changed files with 3 additions and 0 deletions
@@ -7,6 +7,7 @@
* — damit profitiert der Advisor vom reicheren Embedding. * — damit profitiert der Advisor vom reicheren Embedding.
* *
* Fehler je Collection werden geschluckt (graceful: Antwort ohne diesen Treffer). * Fehler je Collection werden geschluckt (graceful: Antwort ohne diesen Treffer).
* Fundstellen via article_label sind live ab dem Prod-Re-Ingest 2026-06.
*/ */
const SDK_URL = const SDK_URL =
@@ -3,6 +3,8 @@ package ucca
import "time" import "time"
// LegalSearchResult represents a single search result from the compliance corpus. // LegalSearchResult represents a single search result from the compliance corpus.
// Legal-Zitatfelder (article_label/article/paragraph/...) sind live ab dem
// Prod-Re-Ingest 2026-06 (siehe docs-src/development/rag_reingest_spec.md §2).
type LegalSearchResult struct { type LegalSearchResult struct {
Text string `json:"text"` Text string `json:"text"`
RegulationCode string `json:"regulation_code"` RegulationCode string `json:"regulation_code"`