mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-29 19:01:39 +00:00
- 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
41 lines
1.0 KiB
JSON
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": []
|
|
}
|
|
]
|
|
}
|