feat: ingest cf-harvest knowledge base for recipe techniques, pairings, and preservation methods #152
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#152
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Kiwi will consume structured knowledge extracted by the cf-harvest pipeline (Circuit-Forge/circuitforge-orch#82). cf-harvest processes specialist cooking and gardening video content using Marlin-2B video captioning + Whisper STT + LLM classification to produce structured, labeled segments. The cooking domain taxonomy routes relevant classes to Kiwi.
What Kiwi receives from cf-harvest
recipe_techniquepairingsubstitutionstorage_preservationinstructionDesign notes
config/domains/cooking.yaml. Kiwi does not need to know about the pipeline internals.visual_cuefield should be surfaced in the Kiwi UI.Scope for this issue
Related