mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-01 08:59:39 +02:00
docs: align KTX terminology
This commit is contained in:
parent
ad9c9eda0d
commit
27afd6a3b0
25 changed files with 117 additions and 116 deletions
|
|
@ -96,7 +96,7 @@ const sourceData: SourceNodeData[] = [
|
|||
|
||||
const stageData: Omit<StageNodeData, "index">[] = [
|
||||
{
|
||||
title: "Source adapters",
|
||||
title: "Source connectors",
|
||||
body: "Read each configured system in its native shape.",
|
||||
},
|
||||
{
|
||||
|
|
@ -105,7 +105,7 @@ const stageData: Omit<StageNodeData, "index">[] = [
|
|||
},
|
||||
{
|
||||
title: "Reconciliation",
|
||||
body: "Merge new evidence with the context that already exists.",
|
||||
body: "Reconcile new evidence with the context that already exists.",
|
||||
},
|
||||
{
|
||||
title: "Validation",
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ const slQuery: SlQueryNode = {
|
|||
data: {
|
||||
variant: "slQuery",
|
||||
badge: "With KTX",
|
||||
title: "Agent sends a Semantic Query",
|
||||
title: "Agent sends a semantic query",
|
||||
caption:
|
||||
"Names the measures, dimensions, segments, and filters it wants. No SQL, no joins.",
|
||||
code: `{
|
||||
|
|
@ -429,7 +429,7 @@ const edges = [
|
|||
source: "agent",
|
||||
target: "sl-query",
|
||||
type: "default" as const,
|
||||
label: "sends Semantic Query",
|
||||
label: "sends semantic query",
|
||||
labelBgPadding: [6, 3] as [number, number],
|
||||
labelBgBorderRadius: 4,
|
||||
labelStyle: {
|
||||
|
|
@ -997,7 +997,7 @@ export function SemanticLayerFlow() {
|
|||
>
|
||||
<article
|
||||
className="max-w-full min-w-0 overflow-hidden rounded-lg border border-fd-border bg-fd-card shadow-sm"
|
||||
aria-label="From Semantic Query to executed SQL: contrast between agent-authored SQL and KTX-compiled SQL"
|
||||
aria-label="From semantic query to executed SQL: contrast between agent-authored SQL and KTX-compiled SQL"
|
||||
>
|
||||
<div className="border-b border-fd-border bg-fd-muted/35 px-5 py-4">
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue