docker: production image + Gitea Actions for monthly refresh
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Dockerfile: self-contained image with corpus + Chroma + BM25 baked in. Drawbar's compose pulls + runs without volume mounts. Built from sources.json (labels schema), PRODUCT_NAME=crop_chem by default, HYBRID_SEARCH=true (always-on for production quality). RERANK_URL + OLLAMA_URL get set at compose time. .gitea/workflows/refresh.yml: monthly cron (1st @ 06:00 UTC) does full scrape → reindex → image push. Scrapes Bayer (~30 min) + EPA PPLS row-crop filtered (~7h). Skips reindex+push if no corpus diff. Tags pushed: :latest, :<sha12>, :corpus-<YYYY.MM.DD>. .gitea/workflows/image-only.yml: on-demand or auto on code-only pushes to main (paths: docs_mcp/, rag/, scrape/, requirements.txt, Dockerfile, sources.json). Reindexes from committed corpus, builds image, pushes. ~10 min vs ~9h full refresh. .gitignore: corpus/ now COMMITTED (4,159 labels, 265 MB of .md + sidecars). Lets image-only.yml rebuild indexes without re-scraping. chroma/ + bm25/ still gitignored (regenerable binary indexes). .dockerignore: drops venv, eval results, PLAN/README/CLAUDE.md, deploy/, .git/ — keeps the image lean. corpus + chroma + bm25 explicitly NOT in dockerignore (those go INTO the image). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,149 @@
|
||||
# PEE GEE BIG 9 EMULSIFIABLE CONCENTRATE INSECTICIDE
|
||||
|
||||
- EPA Reg No: **1812-154**
|
||||
- Registrant: GRIFFIN L.L.C.
|
||||
- Signal word: Danger
|
||||
- Active ingredients: Methyl parathion (29.29%); Parathion (57.94%)
|
||||
- Label accepted: 1979-01-17
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/001812-00154-19790117.pdf
|
||||
|
||||
---
|
||||
.1
|
||||
I
|
||||
•
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUMANS
|
||||
& DOMESTIC ANIMALS
|
||||
DANGER
|
||||
Do nOI breathe V3por o~ !-pI<Jy m \1 V .. 'ell a muk 01 Ic~p'rIlIC' {If
|
||||
• rype N!.sed by ,,.,., U 5 BlIf('.,}U (",f M n~ lor parathlO" prOl('C
|
||||
lion 0,;, not awtv o. allow dIll! to .'cas OC(lJP'L-d to, un
|
||||
P:Ofecftd hum3ns 01 benef"",1 an'm.l:~ 00 no~ oel ,11 c)t. ....... n
|
||||
u.on 01 on clOII"' .. "\) .. ..,631 nUufa1 It;l>h(!t gll) ... t'~ prOlIX1,C
|
||||
c.Iolhll'>g and QogoJ:es WJSh hands. err,a and I':fe bt!f~,/(' I"..ll,ny
|
||||
Ot smoking W3$h all (onliJ!T'.naled (!oth,r.g ..... ,th roo;. and
|
||||
.... ater befOI' r. uM
|
||||
FiRST AID: u:1 a phvs>c~n at once It\ 3:1 c.l!.es of S-iJSpe( led
|
||||
p,tl.thion potIOr.lng II symptorn, or 5>gns of pol!.C .... 'lg ,,,<'ud@
|
||||
L'uned \'4fO(I .• bd.>rn.n~ (la.l1p5o ol:.d l".Jhln1~S ,r' .1.,-<,1 do mot
|
||||
..... "., fOf e dO<tO' but g'\~ ho\to "to,llll! 1»blta I ('.lell 1 100'.1'''''''
|
||||
", ~,6 5 m::!:gtamSI 81 on<.e On" IJb!"llo ,h':d'for. ,,"dc' "..-" ,I' ,t~
|
||||
P.' .... ago A@fTlO\'O p.,!lof.-flt "om illSd ..... t-~fC pJra:tl on ,$ l)t\,.~f I
|
||||
• ":'fmovecontal'!'l,nat~ tlot .... flg a"d WiJ!h Ih~ ~ll1n ..... -," p;enty 01
|
||||
... \
|
||||
$O,lp lrod ..... ·.,ef If , ..... !IO" ... ~. LndU(8 VUfTlJl "l(] H.J'''!' ~"'! rn I.e
|
||||
do· ... 1"1 and l~ (lu·t'l
|
||||
NOnCE TC PHYSICIAN: UHQt! dn91 ot a~lop'r-e art' 'e~.J.·M
|
||||
ror 3d!,;'ts 9rvt' 20 my loJ 4 0 ~'g (.JI Oller no P'ekt,)t;:, by·.,
|
||||
Irawoous trI)'Ktoon If'{I('31 ~ .. el'" lU ~() ~ 1""".t'ull'S .... ',',1 [,,: 's
|
||||
"tale 2 p,,~ t! .'s,o an'(jot..,l a .. (1 n'..J, b(' air- "'st~f'd .r, lCI'1
|
||||
f\JI"IUIQn 10'0'111 .tro .. "~
|
||||
ENVIRONMENTAL HAZARDS
|
||||
Th's prOduct IS tOil C 10 f.~h .:;.t'-1 \', '" fp H HIs f,'('.1"'g
|
||||
un {lea.Cod arCJs 1T'3V be~, cd K('('" I .. ,,! 'It ,I'" t,,)l1 t Ilf
|
||||
v.atc~ 00 nol app!, .... hen ... e.11hc· (OT~C:~t'c~,<; f.I'.(" '~I "
|
||||
hurn a'cas treO!!f'd Do f'ol <..II'P:~ \ .. t.j·!1' fur,(.jf ', .• ,.:,
|
||||
to Occur Do nol U't1!.1""·',11i' ,..""trr I)., "":'!I'I\:j , ,
|
||||
equ.prrf·'" U' d sp:"'SJI (1t "'.3,>11,,,,, it' ~ r"o1 .. {! ,,> I, j''',
|
||||
\e IO.'~ to b('.-. f'lCC'!>td It! <i ""_' I', 1'" ,·f ~ c· ,~ .• ~ ..... rl1
|
||||
!.'OP~ P'OIC'.:t;\l' ,'1",·I1.J~'(,I! " I, I I' ,:.!~.r "Ij !",'"
|
||||
yOut Ct'Ope'.lI,\(> A\l" 'J'h.',l' f .h" '" ~. '. I'
|
||||
PHYSICAL OR CHEMICAL HAZARDS
|
||||
.. • • .
|
||||
DI~'IEl::rrO~~ FOR· USE
|
||||
11 ," <I .". .i t " " . • '(' '1-' "' ,,'. '., ,. -, • ~ ,- ,
|
||||
'. ,:,.1h-d .!'t .1' ....... \." l t, 1,1 " •••. '.' 1
|
||||
.1r.,1 '0'(1'.1"" 'I'c. ~ jf·· ,. I." ~ ',', ,'"
|
||||
"'.,,'" ... ..
|
||||
-RESTRICTED USE PESTICIDE
|
||||
FOR RETAIL SALE TO AND USE ONLY BY CERTlFIEO AP
|
||||
PLiCATORS OR PERSONS UNDER THEIR DIRECT SUPER
|
||||
VISION AND ONLY FOR THOSE USES COVERED BY THE
|
||||
CERTIFIED APPLICA TOR'S CERTIFICATION.
|
||||
BIG 9
|
||||
E!\tlIl.SIH'\IU.E C()!IIn:NTR,\TE INSE("flCIJ)E
|
||||
HIR (·O'lRIIII."I, n.R("'\I' 1'~En~ ,,\ ut:l.n.
|
||||
\t:(,E'/ AlII.t:" HIRAla: nUll'S
|
||||
ACTIVE INGREDIENTS:
|
||||
Plra'''ion. 57.94%
|
||||
(O·O·dlethyl O·p·nltrophenyl Phosphorothloate)
|
||||
O. O-dlmethyl O·p·nltrophenyl Phosphorothioate 29.29 %
|
||||
INERT INGREDIENTS: 12.77%
|
||||
".
|
||||
TOTAL 100.00%
|
||||
, . . . ~ ....
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
DANGER POISON
|
||||
g
|
||||
III
|
||||
Sl A TEM[N J Of PRACTICAL T REA TMEN T
|
||||
If ',',' ,,.,,,- :., .' ,'" ,. • (,,' , .• ,! d.':'.'
|
||||
;f· ',I, t ,',' •• ·t,
|
||||
I' "
|
||||
,,, .' . : ' " ", , •••. ! {." '" I
|
||||
If," ..• ' , .. ,' .... , 'j- .. <.1:'
|
||||
• ,', '!.
|
||||
GRIFFIN CORPORATION
|
||||
... ,Il·".':, (J~!JH' ,', ~"" 1
|
||||
NlT CONTENTS 5 GALLONS
|
||||
-' .j",--
|
||||
1]. • ,"-.r ,.
|
||||
I
|
||||
c,
|
||||
,~U·':O ,"ii
|
||||
. ,..J-!-
|
||||
'''--,
|
||||
CATEGORY OF APPLICATOR
|
||||
STORAGE AND DISPOSAL
|
||||
Do no1 conlamm.te water. food Of feed by 110t&goa or disposal.
|
||||
Open dump,ng IS proh,b!ted PH1ICrdo\o, scrav mlrture or rinNI.
|
||||
Ihal can 001 be used or themiu'Jy l~oceue4 should be
|
||||
dlSPOsM of '" a I.,)ndMI .ppIO..ed for pestlCidn or buried In a
|
||||
safe place away from watel 5uPplrfl O'IPOH of ;£1 an 1f'I •
|
||||
(.,flet'ator 01 l,fndM fPpl'o ... ed fOI ~11C>d6 container •. or bury In
|
||||
a ,..,fc pl.ee Consul! Feder.l, Stale or loc.I Olspos,al
|
||||
Author,tu~s fOl apptO\'cd altcrn·)lrvc proce<:ur~. loch .s limited
|
||||
Op4!'fl t>urrt:1'19
|
||||
F,'1 5o~'.l·1 lar>1!. ha~t full Wlth W3t~, then j.'!Out 11" ~pteitied .-nount of BIG
|
||||
9 K!'l'll ag'lalQf nJl'lr, ng ..... h::o 1,lI.ng tank .mtl during s.pIa.y applICation
|
||||
Th,S produ(1 ,5 .ntcr:doo for both IitO'.lnd Ot ~ial apph~hon', When
|
||||
"o;e<l fu' a" app-'·U'·')ns, tlSfl 3 10 10 giltons pet' acre of mlltute
|
||||
COnON For conlrol of (l..ouoni<:!at...-orfnS, floNhopP41's. t-,'\11...", bug, red
|
||||
S:' ,j(,,1 0, 11K. tht,pS 3'1d g .... len webworms. uK! 2'3 to 1 1/3 Pln!s pet
|
||||
;Jr',' 31 ~ 10 ~ day In!er"-,, until COrLltol" obtaIned Do not appty witltin 5
|
||||
l~.t'.r.. "I h .. nd p,{"~ '['9 WOtt:ef$ en!e"n" f~ WIth," 24 hours tft:et .a
|
||||
p' c..!1 ',n!or- J-.J',l ... co.')' Pfo:~t'\'e elothlf\g
|
||||
CORF\! fo' (011/'01 of too:'WOt'm itdu!f$. aphId ..... m~I'nI, faa Mmy
|
||||
....;'OT .... r, ... ~ ... '{1· ....... 'l. ~od4!t' ml!et. cutwolff\S MId El,lr~ (()fO ~r$,
|
||||
1j'S.,. " !l' " p.rl ~ &cr-c 1o\'1h SPlays at 5 10 J dilY Interva!,
|
||||
SOYBEANS FI,' (.ol\:rol of t .... o ,poned m.t~, stll'lk bugs. boI~NOfm,.
|
||||
'it' a',., ..... ;)· .. · .... yt~:n {·(I\-ervoO",l- .... ~«-'el t..e.\.'\ cal@otpo.lats ~d ..... 'cb-
|
||||
... t,· .. , ... " " tn 1 r,nl r.cr ,Ktf!! 20 ddp t.m:t:lhon pnOt 10 h~f'o~1
|
||||
TOMA.TOES f (of (()n!rt)./ of apf'l.-ds <)Hr. ........ 'C.mS cabbage loopers
|
||||
i;<.l~ ~~' ,;,1"\ ('oJ' t·· ""'50 $t:' Of'{ fT' t~ IOfT1oltO fUS$et m'I~. v.-f\'!o:'f!:e5.
|
||||
I ~ .• f ; ... ,,,d I'''~'' . H \,V) 'j I. I"! pc. ':lLtO 10 dd','S l;~.~atlOn pt;OI to
|
||||
, , ....... .
|
||||
rURN~ps ~ " "f"'j {,' a; ","!$ fat.t~ I')nper~ (:..,Jbwgo ..... etr ... ,o'm ..
|
||||
,,- 1 .' 'il ~.,~," ... e'. $ ... !e • tl' '. P "t fW" aut' tOddY'S l;rn,t.JtoOn O. 21
|
||||
~ 1.\ • t ;" ,,'t,·· ", ..... '" !,.' ',-,:,("1
|
||||
CABBAGE AND COLE CROPS (lAOCCOl!, BRUSSELS SPROUTS,
|
||||
CAUlIFlO·NER. KOHlRABI) h~ (0(1'101 (}I a~A,1s, cot,.b.age tooPf;1$
|
||||
J·.1 ""ll':,jl .. () "'l'~ ... \ , ..... 0 '. '0 'J r;:r! Del ollie Fot r.o.c..petS, ar'T1',
|
||||
... 'rl'" 1 1'''.1 L .... ·.!·." ,,"t' ,rnlp!tpcla~re 10daf5,I""td!ronal'}
|
||||
•.• 1 ,~.l j" ;,'! ,1J,.,. ..- !,. v' aI' [p"" d • .J ..... gll
|
||||
PEACUES J. .. ,., • ., {I' .)."":$ I~a' n!lf'(O 1)<,', '! r;~"" cuc(: .... 'oo al'"
|
||||
'._ • , • _ .,' .. 5 "..... ". r, [..r., tOOqa 'r,r. .. 0' ' .... a!e' Fot pe.Jr,fl I'ee
|
||||
~. "~~ ,:,,', 4' .... I ••• ,~..,. .... !I· .... f,,)tO'lJf'~.f"" 1<) !.faHOfojloorr·t.s to.rn.e;.l
|
||||
,~'h t 1'1· L, "Yl " .. '.'.n I,~t,'-' 1>'13n Ca·.folnt,) Do "i"ll ;!;:;r;,
|
||||
',' ''' .... 'J"~' 1, a,l ,.1 r·" at· .. tJo(" ',0:3' 14 f'lJYs '-n fa!>o'" p'ot)' I')
|
||||
" .....
|
||||
.... ,
|
||||
" .~'
|
||||
WARRANTY STATEMENT
|
||||
• '., "'<I"""I'~ t"V1f-,'l"" {..I ''''',p' ell c.of\(~:n ''9 t"~ uS .. c.f
|
||||
~. t !"; 111.1:, r.~ u,'f'<1 ""1 , ...... 'Jh .. ·! HIJ'It!1 aS$lj~ 3'1 ,,\10. (J.
|
||||
• 'i !. I I It ... "' ... )'("_Jo' .... ,f!" \~l1'l ,-,yo .,,,tj Of hal'!·j:_ng ...
|
||||
...4G~
|
||||
PEE
|
||||
~E~
|
||||
..
|
||||
Reference in New Issue
Block a user