75f714b454
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>
170 lines
4.3 KiB
JSON
170 lines
4.3 KiB
JSON
{
|
|
"source": "bayer_seeds",
|
|
"source_key": "westbred-wb9636",
|
|
"vendor": "Bayer",
|
|
"brand": "WESTBRED",
|
|
"product_name": "WB9636 BRAND",
|
|
"product_id": "WHEAT_WB9636 BRAND_WESTBRED_US",
|
|
"hybrid_prefix": "WB9636",
|
|
"hybrid_suffix": "BRAND",
|
|
"crop": "wheat",
|
|
"release_year": 2024,
|
|
"relative_maturity": "Medium-Late",
|
|
"maturity_group": null,
|
|
"wheat_class": null,
|
|
"trait_stack": [],
|
|
"trait_descriptions": [],
|
|
"positioning_statement": "WB9636 is a Hard Red Spring Wheat variety with excellent standability and Yellow (Stripe) Rust tolerance. This medium height variety has excellent yield potential and very good baking and milling quality with potential for fall planting in Northwest North Region. ",
|
|
"strengths": [
|
|
"Excellent Yield Potential with Very Good Protein Content",
|
|
"Broadly adapted for Dryland or Irrigated Acres",
|
|
"Excellent Test Weight and Milling/Baking Quality",
|
|
"Excellent Yellow (Stripe) Rust Tolerance"
|
|
],
|
|
"characteristics_groups": [
|
|
{
|
|
"label": "KEY CHARACTERISTICS",
|
|
"type": "key characteristics",
|
|
"items": [
|
|
{
|
|
"characteristic": "PROTEIN CONTENT",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"characteristic": "FUSARIUM HEAD BLIGHT (SCAB)",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"characteristic": "STANDABILITY",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"characteristic": "YELLOW (STRIPE) RUST",
|
|
"value": "2"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "MANAGEMENT",
|
|
"type": "management",
|
|
"items": [
|
|
{
|
|
"characteristic": "HERBICIDE TOLERANCE",
|
|
"value": "-"
|
|
},
|
|
{
|
|
"characteristic": "MATURITY GROUP",
|
|
"value": "Medium-Late"
|
|
},
|
|
{
|
|
"characteristic": "PLANTING RATE",
|
|
"value": "Medium-High"
|
|
},
|
|
{
|
|
"characteristic": "HEAD TYPE",
|
|
"value": "Awned"
|
|
},
|
|
{
|
|
"characteristic": "YIELD POTENTIAL",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"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": "Yes"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "PRODUCTION",
|
|
"type": "production",
|
|
"items": [
|
|
{
|
|
"characteristic": "PLANT HEIGHT",
|
|
"value": "Medium"
|
|
},
|
|
{
|
|
"characteristic": "TILLERING POTENTIAL",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"characteristic": "TEST WEIGHT",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"characteristic": "STANDABILITY",
|
|
"value": "1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "QUALITY",
|
|
"type": "quality",
|
|
"items": [
|
|
{
|
|
"characteristic": "PROTEIN CONTENT",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"characteristic": "MILLING/BAKING QUALITY",
|
|
"value": "2"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "PEST AND DISEASE RESISTANCE",
|
|
"type": "pest and disease resistance",
|
|
"items": [
|
|
{
|
|
"characteristic": "BACTERIAL LEAF STREAK",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"characteristic": "FUSARIUM HEAD BLIGHT (SCAB)",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"characteristic": "HESSIAN FLY",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"characteristic": "WHEAT STEM SAWFLY",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"characteristic": "WHEAT STREAK MOSAIC",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"characteristic": "YELLOW (STRIPE) RUST",
|
|
"value": "2"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"_scale_direction": "1-9 (9 = best)",
|
|
"regional_recommendations": [],
|
|
"image_url": "https://cs-assets.bayer.com/is/image/bayer/Westbred-wheat-field-seed-9636",
|
|
"source_urls": [
|
|
"https://www.cropscience.bayer.us/wheat/westbred/westbred-wb9636-wheat"
|
|
],
|
|
"sitemap_last_modified": "2026-05-12T14:40:53.416Z",
|
|
"fetched_at": "2026-05-25T17:07:59.090575+00:00",
|
|
"scraper_version": "0.1.0"
|
|
}
|