Files
seed-mcp/corpus/bayer_seeds/westbred-wb8148.json
T
justin 75f714b454 Phase 4-5: deployable container + corpus snapshot + CI fixes
deploy/docker-compose.yml — replace <product>/<registry> placeholders
with concrete values for Drawbar's stack:
- image: git.jpaul.io/justin/seed-mcp:latest (CF tunnel for pulls; CI
  pushes via LAN 192.168.0.2:1234 to avoid 100 MB body cap)
- container_name: seed-mcp
- port 8001:8000 (8001 host-side to not collide with crop-chem-docs
  on 8000)
- PRODUCT_NAME=crop_seed, hybrid search enabled, stateless HTTP
- llama-rerank shared with crop-chem-docs (NOT redefined here —
  expected to already be in Drawbar's parent compose network)
- networks.drawbar-mcp external: true so seed-mcp joins the existing
  cross-MCP shared network

.gitignore — corpus/ is now COMMITTED, not ignored. The monthly
refresh workflow scrapes and commits corpus changes; the image-only
workflow rebuilds indexes from the committed corpus. Allowing the
corpus to flow through git means the :corpus-YYYY.MM.DD image tag
pins to a specific seed-catalog snapshot. chroma/ and bm25/ remain
ignored — those are deterministically derived from corpus.

Initial committed snapshot: 614 varieties.
- bayer_seeds: 475 (DEKALB 288 + Asgrow 102 + WestBred 85)
- golden_harvest: 139 (Syngenta corn + soy; 36 sitemap URLs
  302-redirected = discontinued)

rag/chunk.py — normalize brand and crop to uppercase/lowercase in
Chroma metadata so cross-vendor brand-filter lookups don't break on
casing inconsistency (Bayer stores "DEKALB", Golden Harvest stores
"Golden Harvest"; _build_where uppercases user-supplied brand which
matched the former but not the latter pre-fix). Sidecar JSON keeps
original casing for display.

Stub scrapers (nk, agripro, becks_pfr, becks_products) — change
return code from 2 to 0 so the monthly-refresh CI workflow doesn't
fail on deferred sources. Real implementations will return 0 on
success / 1 on failure when they ship.

Smoke-tested cross-vendor retrieval against the 614-chunk index:
- list_versions shows both vendors with correct facet counts
- broad "corn hybrid 100 RM" query returns both DEKALB and Golden
  Harvest hits in top 5
- brand='Golden Harvest' filter returns 3 GH-only varieties
- variety-code prefilter still works (E085Z5 → top hit on GH)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 13:40:05 -04:00

118 lines
2.9 KiB
JSON

{
"source": "bayer_seeds",
"source_key": "westbred-wb8148",
"vendor": "Bayer",
"brand": "WESTBRED",
"product_name": "WB8148 BRAND",
"product_id": "WHEAT_WB8148 BRAND_WESTBRED_US",
"hybrid_prefix": "WB8148",
"hybrid_suffix": "BRAND",
"crop": "wheat",
"release_year": 2024,
"relative_maturity": "Medium-Early",
"maturity_group": null,
"wheat_class": null,
"trait_stack": [],
"trait_descriptions": [],
"positioning_statement": "WB8148 is a Durum variety with excellent yield potential and test weight and very good protein, medium-short plant height and medium-early maturity, as well as excellent end-use qualities.",
"strengths": [
"Excellent yield potential and test weight",
"Very Good protein",
"Medium-short plant height and medium- early maturity",
"Excellent end use quality"
],
"characteristics_groups": [
{
"label": "MANAGEMENT",
"type": "management",
"items": [
{
"characteristic": "HERBICIDE TOLERANCE",
"value": "-"
},
{
"characteristic": "MATURITY GROUP",
"value": "Medium-Early"
},
{
"characteristic": "PLANTING RATE",
"value": "Medium-High"
},
{
"characteristic": "HEAD TYPE",
"value": "Awned"
},
{
"characteristic": "YIELD POTENTIAL",
"value": "1"
},
{
"characteristic": "PLANT VARIETY PROTECTION",
"value": "Pending"
},
{
"characteristic": "LIMITED USE LICENSE AGREEMENT REQUIRED",
"value": "Yes"
},
{
"characteristic": "CROP SYSTEM",
"value": "IR,DR"
},
{
"characteristic": "PATENT PROTECTION",
"value": "Pending"
},
{
"characteristic": "NEW PRODUCT",
"value": "No"
}
]
},
{
"label": "PRODUCTION",
"type": "production",
"items": [
{
"characteristic": "PLANT HEIGHT",
"value": "Medium-Short"
},
{
"characteristic": "TILLERING POTENTIAL",
"value": "3"
},
{
"characteristic": "TEST WEIGHT",
"value": "2"
},
{
"characteristic": "STANDABILITY",
"value": "2"
}
]
},
{
"label": "QUALITY",
"type": "quality",
"items": [
{
"characteristic": "PROTEIN CONTENT",
"value": "3"
},
{
"characteristic": "MILLING/BAKING QUALITY",
"value": "1"
}
]
}
],
"_scale_direction": "1-9 (9 = best)",
"regional_recommendations": [],
"image_url": null,
"source_urls": [
"https://www.cropscience.bayer.us/wheat/westbred/westbred-wb8148-wheat"
],
"sitemap_last_modified": "2026-05-12T14:43:02.178Z",
"fetched_at": "2026-05-25T17:07:48.092797+00:00",
"scraper_version": "0.1.0"
}