Files
gbrain/evals/embedding-provider-eval.json
T
garrytan-agentsandGarry Tan c250a4d014 feat: Voyage 4 embedding support + doctor eval
- Add voyage-4-large/4/4-lite/4-nano + domain models to Voyage recipe
- Fix AI SDK compatibility: strip encoding_format (Voyage rejects 'float'),
  patch response to add prompt_tokens from total_tokens
- Add embedding_provider doctor check: live smoke test verifying model,
  API key, dimensions, and DB column alignment
- Add embedding provider eval qrels for post-migration quality testing

Closes: Voyage AI integration for gbrain embedding pipeline
2026-05-06 17:58:03 -07:00

41 lines
1.0 KiB
JSON

{
"version": 1,
"description": "Embedding provider smoke test — verifies semantic search returns expected results for known brain content. Run after any embedding model change or migration.",
"queries": [
{
"id": "yc-labs-strategy",
"query": "YC Labs strategy and product team",
"relevant": [
"originals/yc-labs-internal-team",
"originals/harj-yc-labs-strategy-2026-05"
]
},
{
"id": "garry-tan-person",
"query": "Who is Garry Tan",
"relevant": [
"people/garry-tan"
]
},
{
"id": "gstack-project",
"query": "GStack open source AI coding framework",
"relevant": [
"projects/gstack/gstackbrain"
]
},
{
"id": "yc-carry-compensation",
"query": "GP carry and compensation structure at YC",
"relevant": [
"originals/harj-yc-labs-strategy-2026-05"
]
},
{
"id": "meeting-search",
"query": "recent office hours meeting notes",
"relevant": []
}
]
}