{% extends "base.html" %} {% block title %}{{ model.name }}{% endblock %} {% block content %}
{{ model.description or '' }}
Materialization: {{ model.materialization }} ·
code_version: {{ model.code_version }}
{% if model.tags %} · {% for t in model.tags %}{{ t }}{% endfor %}{% endif %}
{{ d }}{{ model.source }}
Backend: {{ model.extraction.backend }}
{{ model.extraction.options | tojson(indent=2) }}
{% endif %}
{% endif %}
{% if model.transform %}
Module: {{ model.transform.module }}
Provider: {{ model.embedding.provider }} ·
Model: {{ model.embedding.model }} ·
Dimensions: {{ model.embedding.dimensions }}
{{ model.embed | tojson(indent=2) }}
{% endif %}
{% if model.llm %}
Provider: {{ model.llm_identity.provider }} ·
Model: {{ model.llm_identity.model }} ·
Cardinality: {{ model.llm.output_cardinality }}
{{ model.llm | tojson(indent=2) }}
{% endif %}
{% if model.resource_type == 'search_index' %}
Store: {{ model.output.serving_resource.store_type }} ·
Collection: {{ model.output.serving_resource.physical_collection }} ·
Access: {{ model.access }}
Upstream: {{ model.output.serving_resource.upstream }}
config_fingerprint: {{ model.output.serving_resource.config_fingerprint }}
Contract: {{ model.agent_context.contract }} ·
Grain: {{ model.agent_context.grain }} ·
Relation: {{ model.agent_context.relation.fully_qualified }}
Primary key:
{% for key in model.agent_context.primary_key %}{{ key }}{% if not loop.last %}, {% endif %}{% endfor %}
| Field | References |
|---|---|
{{ field }} | {{ target }} |
| Field | Type | Nullable | Description |
|---|---|---|---|
{{ field.name }} |
{{ field.data_type }} |
{{ 'yes' if field.nullable else 'no' }} | {{ field.description }} |
| Name | Description |
|---|---|
{{ f.name }} | {{ f.description or '' }} |
{{ t }}| processed | {{ last_run.documents_processed }} |
|---|---|
| skipped | {{ last_run.documents_skipped }} |
| rows written | {{ last_run.rows_written }} |
| duration (s) | {{ last_run.duration_seconds }} |
| artifact version | {{ last_run.artifact_version }} |
| artifact path | {{ last_run.artifact_path }} |
| metrics | |
| artifact metadata | |
| errors | |