lakehouse/data/_catalog/manifests/f0b6f408-71a5-4365-bd1d-98c1e176096a.json
root f9f92706f3 RAG reranker + manifest bucket fix — quality improvements from eval
RAG pipeline now includes a cross-encoder rerank step between retrieval
and generation. The LLM re-sorts top-K results by relevance before
they become context. Falls back to original order if model output is
unparseable (~5% with 7B models). Also improved the generation prompt
to be domain-aware ("staffing database") and request specific citations.

Fixed 4 catalog manifests with bucket="data" (pre-federation leftover)
that poisoned the entire DataFusion query context on startup. The
"users", "lab_trials", "meta_runs", and "new_candidates" datasets
now correctly reference bucket="primary". This bug was surfaced by
the quality evaluation pipeline — wouldn't have been found by
structural tests alone.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 22:19:11 -05:00

79 lines
1.7 KiB
JSON

{
"id": "f0b6f408-71a5-4365-bd1d-98c1e176096a",
"name": "new_candidates",
"schema_fingerprint": "0fcee1ac176b9bc45ab392bbd4401042803eb80d0de48b1fa6a5e20ffb27fa8d",
"objects": [
{
"bucket": "primary",
"key": "datasets/new_candidates.parquet",
"size_bytes": 2731,
"created_at": "2026-03-28T01:04:22.787759218Z"
}
],
"created_at": "2026-03-28T01:04:22.787759835Z",
"updated_at": "2026-03-28T01:04:22.788113964Z",
"description": "",
"owner": "",
"sensitivity": "pii",
"columns": [
{
"name": "name",
"data_type": "Utf8",
"sensitivity": "pii",
"description": "",
"is_pii": true
},
{
"name": "phone",
"data_type": "Utf8",
"sensitivity": "pii",
"description": "",
"is_pii": true
},
{
"name": "email",
"data_type": "Utf8",
"sensitivity": "pii",
"description": "",
"is_pii": true
},
{
"name": "city",
"data_type": "Utf8",
"sensitivity": null,
"description": "",
"is_pii": false
},
{
"name": "state",
"data_type": "Utf8",
"sensitivity": null,
"description": "",
"is_pii": false
},
{
"name": "skills",
"data_type": "Utf8",
"sensitivity": null,
"description": "",
"is_pii": false
},
{
"name": "years",
"data_type": "Int64",
"sensitivity": null,
"description": "",
"is_pii": false
}
],
"lineage": {
"source_system": "csv",
"source_file": "new_candidates.csv",
"ingest_job": "ingest-1774659862787",
"ingest_timestamp": "2026-03-28T01:04:22.787759218Z",
"parent_datasets": []
},
"freshness": null,
"tags": [],
"row_count": 3
}