Giter Club home page Giter Club logo

Comments (4)

dosubot avatar dosubot commented on May 27, 2024 3

🤖

Hey @mimartin12, nice to see you here again! Hope you're ready to dive back into the world of brains and chats with us 🧠✨

Based on the error logs you've provided, it seems like there are two main issues you're encountering:

  1. Different Vector Dimensions: The error 'different vector dimensions 1536 and 4096' suggests that there's a mismatch between the vector dimensions expected by the model and the vector dimensions stored in the database. This issue has been encountered before in the quivr repository, and you can find more details and a potential solution in this issue.

  2. CORS Error: The CORS error you're seeing is likely due to the fact that your frontend and backend are running on different ports or domains. To resolve this, you need to configure your backend to accept requests from your frontend's origin. This is typically done by setting the 'Access-Control-Allow-Origin' header in the backend's response to the frontend's origin or ''. However, this should be done carefully as allowing all origins ('') can expose your backend to potential security risks.

As for the process of creating a new brain in the quivr codebase, it involves authenticating the user, opening the brain management interface, initiating the process of adding a new brain, naming the new brain, and finally creating the new brain. You can find more details about this process in the createBrain.ts file.

I hope this helps! If you have any further questions or if the issue persists, please provide more details so I can assist you better.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

from quivr.

bidoubiwa avatar bidoubiwa commented on May 27, 2024 3

I've made a fix, it was made before the new seeds that were added 3 days ago though.

1. update xxx_init.sql

Add this at the bottom of your file

CREATE OR REPLACE FUNCTION public.default_brain_embedding()
RETURNS vector(1536) AS $$
BEGIN
    RETURN '[-0.0033153512,0.023352485,-0.004903887,-0.007629018,0.014502554,0.010779108,-0.022475585,0.0006897145,-0.019777436,-0.018279964,-0.0068533,0.021639159,-0.006927499,0.011865113,-0.016607111,0.013065789,0.01624286,0.004387866,0.0034418271,0.007271513,0.0045565,-0.0032613883,0.01587861,0.019008463,-0.0040067523,-0.006634075,0.011156849,-0.009996644,0.010401366,0.0009772361,0.030947777,0.017753825,0.007096133,-0.01984489,0.034266498,0.009018565,-0.00405397,0.0032934288,0.025956199,-0.0029123153,0.018725159,0.008978093,0.008863421,-0.006306925,-0.0061652716,-0.018603742,-0.008978093,-0.015824648,-0.010711654,0.0048094518,0.008795967,0.028843218,-0.012445215,0.022084353,-0.009193945,-0.0020168668,-0.010347404,0.0138819795,0.040526208,-0.008168648,0.005558188,-0.021706613,-0.024040513,-0.011156849,-0.006310297,-0.014664443,0.0022647593,0.017807787,-0.008883658,-0.008930875,0.0265363,-0.014799351,0.0054468894,-0.0047453707,0.018077603,0.0013760562,-0.013247915,0.011521099,-0.0009797656,0.003608775,0.01697136,-0.016256351,-0.03159533,0.020964622,0.012397997,-0.004711644,-0.00812143,0.012418234,-0.014151795,-0.012775738,-0.0074806195,-0.0041686413,0.00473188,0.011278265,-0.009126491,0.025160246,-0.0031180491,0.01911639,0.013106261,-0.031811185,0.026037144,-0.0094570145,-0.016350787,-0.02091066,-0.017564954,-0.009166963,0.0028684703,0.008640824,0.01092076,-0.007426657,-0.0010817894,0.005645878,-0.013767309,-0.029544737,0.005794276,0.0005050599,0.019629039,-0.0014822959,-0.0006020246,-0.016364276,0.02506581,0.021760575,0.011379446,-0.023028707,-0.0049814587,0.023919096,-0.010293441,-0.013052299,-0.0032984877,0.0031062446,0.019790927,-0.0024586888,0.010664436,0.00086425105,-0.016337296,0.02270493,-0.023959568,0.016580129,-0.028060755,0.011325483,0.005885339,0.030597016,-0.014516044,0.0025986554,-0.0014713347,0.023096161,-0.0083710095,0.014003396,0.015338981,-0.010118061,0.00032335636,0.008822949,0.033133276,-0.007959541,-0.003038791,0.0031146763,0.008478935,0.03825976,-0.0055716787,-0.0075008557,0.002450257,-0.00013174559,-0.006634075,-0.029706627,0.05029351,0.038880337,0.008964602,-0.018091094,0.018333927,-0.03623615,0.0034704949,0.025902236,-0.041767355,0.017713351,-0.013490748,0.02002027,0.03205402,-0.018644214,-0.013774053,-0.018333927,-0.034941036,-0.019736964,-0.009659375,0.0025750466,0.0028364297,-0.0250793,0.013072534,-0.037935983,0.013814526,0.011109631,0.014232739,0.020654336,-0.0023946078,0.0058010216,-0.67777514,-0.02271842,-0.01515011,-0.014570008,0.006994953,0.02830359,-0.0031753848,-0.006775728,0.009072528,0.008161902,-0.007925814,-0.0013903902,-0.0061618993,0.004590227,-0.013659382,-0.026617246,0.002655991,0.014151795,-0.0064688134,0.012559886,-0.008930875,0.023177104,-0.012202381,-0.0067082746,-0.019494131,0.018279964,0.012148418,-0.016188897,-0.0038954534,0.014016887,-0.040876966,0.00405397,0.008526153,-0.014596989,0.041956227,0.010239477,-0.02147727,0.014192266,0.0003697308,0.0023575083,-0.025497513,-0.0027824668,0.0017807788,-0.026482338,-0.027898867,0.017443538,0.009396306,0.009733574,-0.009989899,-0.02270493,0.022853326,0.007736944,0.002617205,0.0046070903,0.007615527,-0.0012799347,0.039662797,-0.008094449,0.0076020365,-0.0048836507,-0.0057706675,0.037018612,-0.015028693,-0.005075894,-0.004603718,0.013436785,-0.009038801,-0.00427994,-0.0018617233,-0.043224357,0.020317066,0.007993268,0.017200703,0.0022597003,0.025511004,-0.00051138364,0.022070864,-0.000117938645,-0.00048861804,0.023177104,-0.0015244546,0.000328837,-0.0038516086,-0.036290113,0.011757187,-0.014543026,-0.006873536,-0.007811143,0.004502537,0.0016197329,-0.00053541403,-0.005264764,-0.010023626,-0.0041113053,-0.001354977,0.00096290215,0.0015573382,0.0032934288,0.02596969,0.011757187,0.00015050615,-0.0060168738,-0.007885342,0.027790941,0.0064182235,0.009854991,-0.027683014,0.03933902,0.046030432,-0.006323788,-0.0045834817,0.0044620647,-0.008924129,0.0073524574,0.00055565016,-0.032782517,0.018779121,-0.02181454,0.026941024,0.0049308683,0.035426702,0.015379452,0.011244538,0.0016855003,0.047001764,-0.0009763929,-0.0117909135,-0.0065328944,-0.029247941,0.004317039,0.019534603,-0.0118718585,0.0059055747,-0.01622937,0.0053187273,0.028978126,0.017537972,0.0019426676,0.0062259804,-0.0011087708,-0.008978093,-0.0030556545,0.020128196,-0.008600351,-0.033834796,-0.020694807,-0.019224316,0.012242854,-0.010799344,-0.0011323796,-0.0058246306,-0.024094475,-0.01602701,0.011797659,0.024593633,-0.019979797,0.0058381213,-0.011844876,-0.005419908,-0.006833064,0.017295139,0.03013833,6.234201e-05,-0.011001705,-0.025659403,0.020775752,-0.016256351,0.01568974,-0.010893779,-0.044087764,-0.012053983,0.008364264,-0.013693109,-0.024499198,-0.0035514394,0.014543026,-0.011190576,-0.02868133,0.013908961,-0.0048769056,0.0045733633,0.030650979,-0.0008233572,0.002145029,0.027709996,0.0069544804,0.04004054,0.007285004,-0.0033507645,-0.010064098,0.0016484008,0.029086052,-0.0123103075,0.01361891,-0.017605426,-0.00047892155,-0.012094456,-0.006967971,-0.016458713,0.01515011,0.026603755,0.010927506,0.031487405,0.008478935,0.028249627,-0.03664087,0.034590278,-0.006475559,-0.0032900563,-0.0067858463,0.011291756,-0.015419925,0.012984845,0.00645195,0.007716708,0.001203206,0.012141673,-0.007595291,-0.021409817,-0.0027504263,0.0029645918,-0.005615524,0.005602033,0.0039089443,-0.0083845,0.03774711,0.0113052465,0.022070864,0.00803374,-0.03340309,0.019790927,0.0072445315,0.02544355,-0.0007811986,0.0024080984,0.015487378,0.00848568,-0.0073119854,0.022219261,0.008593607,0.029436812,0.03013833,0.013484002,-0.013612164,0.012640831,0.0053591994,0.017902222,0.013227678,-0.01748401,-0.00645195,-0.015824648,-0.013551456,-0.021207456,0.011757187,-0.007871851,0.006249589,-0.017065795,0.01189884,0.0035042218,0.022880308,0.01711976,0.015055675,0.017740333,0.009720084,0.024944393,-0.017969675,-0.0022293462,0.0122293625,0.018320436,-0.036209166,-0.02092415,0.012526159,-0.0072242953,-0.030030405,0.001693932,0.01711976,-0.009801028,0.00090640964,0.010462075,0.010084334,-0.028411515,-0.011939312,0.00424284,0.03229685,-0.00063575146,-0.00175717,0.002925806,0.009032056,-0.011392937,0.023338994,0.0019561586,0.013423294,-0.003956162,0.002994946,-0.006755492,0.0076762354,0.0013086025,-0.005065776,-0.012694794,-0.019278279,0.0015337294,0.008458699,0.010043861,-0.012094456,0.0058887117,0.018455343,-0.013328859,0.006141663,-0.0032040526,0.01045533,0.022583513,-0.004222604,0.008175394,-0.021261418,0.025187226,0.016337296,0.018738648,0.020451974,0.005298491,0.029625682,0.005524461,-0.029841535,-0.028789256,0.0121754,0.02131538,0.013517729,-0.014084341,0.01497473,-0.00043676296,-0.013841507,-0.04689384,0.0052546463,0.020465465,-0.023028707,-0.016661074,0.007446893,0.0066408208,0.027709996,0.020209141,-0.011865113,-0.0045261458,0.011069159,-0.01262734,-0.008263083,-0.003716701,-0.0043710023,-0.013072534,0.010630709,0.0096189035,-0.01697136,-0.002026985,0.0073659485,-0.0013136616,-0.01045533,0.015028693,0.021787558,0.017470518,-0.007379439,-0.008505916,0.020263104,-0.011966294,0.018846575,-0.016283333,0.01697136,0.0066981562,0.024296837,0.010394622,-0.017457027,0.032917425,-0.009146727,-0.0057032136,-0.019561585,-0.007554819,-0.024377782,0.010327168,0.0014637462,-0.021450289,-0.018967992,0.025092792,0.00909951,0.00062226073,0.021908974,-0.014367647,-0.026590263,-0.028465478,-0.020667825,-0.004478928,0.0091332365,-0.010495801,-0.021760575,0.0017453656,0.004124796,-0.016337296,0.00092580257,-0.021787558,0.008195629,-0.011453645,0.002301859,-0.005817885,-0.009254653,0.010023626,-0.026077615,-0.0071703326,0.0034047274,-0.005807767,-0.0212884,0.0006715863,-0.011325483,0.018994972,-0.006431714,0.016499184,-0.002930865,0.009450269,0.010853306,0.010549765,0.028411515,0.030893812,0.009632394,0.013423294,0.013679618,0.023433428,0.0013524474,-0.0046812897,-0.02579431,-0.0059730285,-0.02868133,-0.008829694,0.0025312016,0.015973045,-0.008742005,0.014313684,0.018131565,0.00029911517,0.0013170342,0.0044957916,-0.010333912,0.009875228,-0.007359203,0.016283333,0.0032175435,0.024742031,-0.001085162,0.007285004,-0.009180454,0.021247927,-0.031865146,-0.004091069,0.038178816,-0.0011947744,0.008721769,0.007885342,-0.033996686,-0.016161917,-0.0016998342,0.009875228,-0.013828017,0.0017706606,-0.032188926,-0.0026357549,-0.020087723,-0.01622937,0.014165285,-0.0029342377,-0.002586851,-0.034914054,0.03173024,-0.028276607,-0.012188891,-0.014570008,-0.028060755,-0.0044991644,-0.005173702,-0.0038111364,0.03715352,-0.017510992,0.016688054,-0.0014662757,0.013484002,0.011332228,-0.00039481517,-0.016188897,-0.01191233,0.032539684,0.03245874,0.02310965,0.022583513,0.005821258,0.011669497,0.007615527,-0.004188877,-0.00016325913,-0.040418282,-0.016728528,0.006215862,0.009645885,0.0067082746,0.024971375,0.016742019,0.0033811186,0.0035177125,0.014704915,0.0114671355,-0.017389573,-0.027790941,-0.00040345767,0.0070624067,-0.0051163663,0.0021197337,-0.03445537,-0.010522784,0.020870186,0.0042597037,0.015325489,0.013274896,-0.001438451,-0.03159533,0.010698163,0.034158573,0.015595305,-0.023285031,-0.012290072,-0.009821264,-0.004860042,0.009126491,0.012843192,0.02290729,-0.0015337294,-0.018860066,-0.0065160315,-0.01911639,-0.01425972,0.007615527,-0.027075931,0.0018971364,-0.016903907,-0.02057339,-0.027925849,-0.022232752,0.021544725,-0.0044856737,0.0013718405,0.041416597,-0.020870186,-0.027345747,0.01838789,-0.0069544804,0.05301864,0.015703231,0.03985167,0.018428361,0.00085244665,0.0018701549,0.009113,-0.016134934,-0.00013785857,0.036694836,0.016283333,0.0016576756,-0.01948064,0.008782477,0.022313697,-0.004249586,-0.024580143,-0.009160218,0.003397982,0.0053052367,-0.015905593,-0.009450269,-0.011413173,0.0047588614,-0.001241992,-0.02633394,-0.023352485,-0.006441832,-0.02072179,-0.002494102,0.015352471,0.027602071,0.017214194,0.01361891,-0.012263089,0.013908961,-0.02344692,0.0064047324,0.029086052,0.007750435,0.0028701567,0.010367639,0.016094463,0.0022799363,-0.0018229373,0.003956162,0.009996644,0.03156835,-0.016580129,-0.011116376,-0.0142057575,-0.023352485,0.0138010355,-0.0054097897,-0.0050522853,-0.013524475,-0.01127152,-0.0043710023,0.0111433575,-0.0009704907,-0.03048909,-0.021045567,-0.008202375,-0.0069207535,-0.0250793,-0.006499168,-0.0036897196,-0.03461726,-0.0016669505,-0.015177092,0.024027022,0.009470505,0.016310314,-0.00546038,0.027467163,0.041740373,-0.008067467,0.0040033795,-0.02381117,-0.0034704949,-0.04362908,0.0059291837,-0.0034738677,-0.025092792,0.028249627,-0.035264816,-0.0080472315,-0.012499178,0.0053693177,0.02038452,0.0002894187,-0.012269835,0.00074156956,0.004934241,0.022650966,0.014219249,-0.028411515,0.007723453,0.00035054865,-0.0077099623,0.005709959,0.0049511045,-0.011197321,0.0014392942,0.022988234,0.024566652,-0.030974757,-0.021059057,-0.010596982,0.029005108,0.0043339026,0.0016163603,0.0009696475,-0.029706627,-0.022205772,0.017011832,0.0034047274,-0.021059057,-0.014596989,0.0037436825,-0.015406434,0.003416532,-0.011757187,-0.010462075,-0.022610493,-0.025686383,-0.06400011,-0.002337272,-0.02761556,0.023312012,0.035993315,-0.007561564,-0.0064890496,-0.027156876,-0.027602071,0.008505916,-0.010576746,0.017605426,0.021247927,-0.0045632455,0.017173722,0.013652637,0.0016964616,0.012431724,-0.002322095,0.019507622,-0.0050050677,-0.014354155,-0.015662758,-0.0028516068,-0.0012639144,-0.005625642,0.027143385,-0.009881973,-0.020586882,-0.002391235,-0.014097831,-0.00273019,-0.012290072,0.013308623,-0.0064148507,0.015959555,0.012532905,-0.018266473,-0.003352451,-0.010232733,0.005386181,0.01711976,0.017767316,0.010664436,-0.007190569,0.004576736,-0.025524495,0.014489063,0.0024418253,-0.0021956193,0.012404743,-0.021342363,0.0013473885,-0.0013870175,0.016418241,0.0002767711,-0.0029274924,0.015662758,-0.009767301,-0.007750435,-0.004178759,-0.027467163,-0.003534576,0.0002835165,0.0029224332,-0.03861052,-0.017254667,-0.025430059,-0.0016880298,-0.026064126,0.0019527858,0.015015203,-0.042981524,-0.025457041,-0.004428338,-0.02273191,-0.0001880273,-0.019386204,0.0017209136,-0.016822962,-0.0074806195,0.00920069,-0.0098954635,-0.01984489,0.015635777,0.0093760695,0.0074603837,0.016607111,0.20009477,-0.0066846656,-0.002784153,0.03197307,0.0057167043,0.022448605,0.0002742416,-0.0075143464,0.00902531,0.019912343,0.008580116,-0.031271555,-0.023136633,0.010718399,0.0033946096,-0.0034873583,-0.025753837,-0.022205772,-0.02582129,-0.05072521,0.013666128,-0.009537959,-0.021220947,-0.024256365,0.011716714,-0.010570001,-0.0046475627,0.00022175416,0.020802733,0.013065789,-0.003632384,0.00024662772,0.014745387,-0.012080965,-0.03807089,-0.007541328,-0.00182631,-0.0010354149,0.005568306,0.014502554,0.004354139,-0.00039544754,0.017052306,0.02038452,-0.0013288386,0.03011135,0.02165265,-0.0058785933,0.012829701,0.00039502597,-0.01353122,0.0045935996,0.029113034,0.025430059,-0.0060640913,0.0018499189,0.022313697,0.00351434,0.009774047,0.0041113053,-0.02957172,0.038718447,-0.011878603,0.037450317,-0.010421603,0.017214194,-0.013389567,-0.016715037,0.036532946,-0.0065025403,0.0022984862,-0.022961253,-0.010158533,-0.0056492505,-0.02037103,-0.0066947835,0.016188897,0.0040573427,0.019237807,0.030597016,-0.032539684,-0.018172037,-0.017457027,-0.012944372,-0.011507608,-0.01622937,0.011116376,-0.0010168651,-0.004873533,-0.011399682,-0.010111315,-0.004050597,0.005524461,-0.014475573,0.013666128,0.027763959,-0.008856676,0.021301892,-0.035750482,0.004836433,-0.035750482,0.0548264,0.032782517,0.025524495,-0.01090727,-0.0004742841,0.005881966,0.018900538,-0.0067386287,0.0060303644,-0.0138010355,-0.0043642567,-0.009423288,-0.008013505,0.0026054007,0.016755508,-0.024107967,-0.005919066,-0.0032765653,-0.012964609,0.0016433417,-0.017173722,-0.02091066,0.009861737,-0.01840138,-0.017281648,-0.01191233,-0.00250422,0.0042023677,-0.0281417,0.015392943,0.013005081,-0.012114692,-0.007925814,-0.023123141,0.0071096243,0.016647583,0.005871848,-0.018833084,0.016769,-0.01172346,-0.0055312067,0.013173715,-0.015352471,-0.0051163663,-0.028600385,-0.008600351,0.024499198,-0.011770678,-0.0016306941,-0.023716735,-0.01802364,-0.0044688103,-0.007777416,0.0113727,0.008431718,-0.01461048,-0.034482352,-0.014772369,-0.0061989985,-0.00901182,-0.0005358356,0.013382822,-0.0074064205,-0.014084341,0.0026273231,-0.17473216,-0.008040486,0.030785887,-0.022664456,0.012492432,-0.019709982,-0.012148418,0.0030758905,-0.0019359223,0.01046882,0.0063170427,-0.00011814944,-0.0009974722,-0.015433416,-0.00029173744,-0.01678249,-0.021207456,0.00089460524,0.010556511,-0.0047150166,0.0009645885,-0.0032478976,0.0084519535,0.009969663,-0.013510984,0.0023136633,0.007979778,0.04818895,0.019588565,-0.010475566,-0.00785836,-0.023433428,0.028276607,0.007649254,0.023204086,-0.005386181,0.0043912386,0.0018111329,-0.024836468,0.007231041,0.0034772402,0.028060755,0.008526153,-0.0035817935,0.024404762,0.016755508,0.018603742,-0.029706627,0.009193945,-0.010259714,0.008499172,-0.029895497,-0.018118074,-0.0003309449,0.025335625,0.015231054,0.008775732,-0.0031973072,0.0037301918,0.0021534606,-0.021436797,-0.027736977,-0.012067474,-0.0085666245,-0.0020792615,-0.0024283347,-0.013180461,0.028654348,0.008640824,0.009281634,-0.0069207535,-0.016134934,0.014556517,-0.009173709,0.015460397,0.0026054007,-0.013430039,0.02725131,0.008957856,0.004900514,-0.002699836,0.03030022,-0.01605399,-0.010185515,-0.014543026,-0.00591232,-0.0073119854,0.008782477,0.0242024,-0.015743703,0.0044553196,-0.034347445,-0.014219249,-0.016903907,0.008344027,0.025106281,-0.0042057405,0.00050674623,0.01100845,0.007973032,-0.0055312067,0.012121437,-0.017564954,0.026172051,0.0073119854,-0.018698176,-0.0043608844,0.011892094,0.006799337,0.00073229463,0.005537952,0.0027166994,0.014745387,0.038880337,-0.030947777,-0.006647566,-0.03334913,-0.014097831,0.0121956365,0.0053726905,0.039042223,-0.005487362,-0.009699848,0.008607097,0.0008473876,0.007264768,-0.075656116,-0.045598727,0.015946064,0.015554832,-0.0025143381,0.005659369,-0.016634092,0.0103811305,-0.017996658,0.005925811,-0.019925835,-0.0055008526,-0.026279977,-0.01911639,0.01602701,-0.020101214,0.008350773,0.026050635,-0.007588546,0.024984865,-0.0065025403,-0.011291756,-0.0030843222,-0.03226987,0.0068364367,0.008883658,-0.024566652,0.023892114,0.027156876,-0.01000339,-0.011338973,-0.041605465,0.0076627447,-0.016728528,0.0064553227,-0.0004024037,0.0014064105,-0.0068903994,0.025713366,-0.030543054,-0.0039696526,-0.015770685,0.014340665,-0.010536274,-0.014489063,0.013517729,-0.020667825,0.025376096,-0.017241176,-0.023042198,0.0027015223,-0.0228938,-0.0017908968,0.000972177,0.021423308,-0.011561571,0.03623615,0.010974724,-0.0012596985,0.0037200737,0.013679618,0.009996644,-0.030165313,0.0055649336,0.021962937,-0.012789229,-0.03445537,-0.012040492,0.012688048,-0.017618917,-0.018455343,0.014704915,0.0023625672,0.012822956,-0.025915727,-0.025119772,-0.0102192415,-0.012458705,0.0067622373,0.0047217617,-0.025713366,-0.003480613,0.00509613,-0.028627368,-0.017605426,0.014988221,0.0027807804,0.012910645,0.01407085,-0.04182132,0.008816204,0.029976442,-0.012843192,-0.01985838,-0.014367647,-0.01894101,0.022354169,0.008991583,0.0023086043,-0.0054907342,-0.039285056,-0.01803713,-0.07317381,0.017875241,-0.008856676,-0.020802733,0.0034637495,0.012431724,-0.012202381,-0.003274879,-0.022111336,-0.0013136616,0.0043676295,0.0023844896,-0.015446906,0.010225987,-0.023716735,-0.02417542,0.018671196,-0.03205402,0.014421609,0.015311999,0.016418241,-0.0045868545,0.0024907293,-0.00012879449,-0.01767288,0.012182145,-0.013241169,0.014961239,-0.021355854,0.014812841,0.0056526233,-0.00992919,0.0026205778,0.010145042,-0.0046509355,-0.012013511,0.018738648,0.02669819,-0.011116376,0.021935957,-0.023015216,-0.034266498,0.019359224,-0.024944393,0.0024536299,0.0049713408,-0.048054043,-0.021086039,0.033079315,0.0037403097,0.008141667,0.023487393,-0.020505937,-0.0036458746,-0.03375385,0.020249613,-0.005311982,0.0065328944,-0.019898852,-0.011332228,0.03955487,0.006833064,0.008822949,-0.0036357564,-0.015365962,0.002091066,-0.013376077,0.008364264,0.007561564,-0.039932612,0.0031500896,0.0075143464,-0.0072040595,0.022866817,0.028060755,-0.0054772436,-0.0043339026,0.008903894,-0.01693089,0.025295151,0.034266498,0.012478942,-0.026968004,0.010293441,0.02236766,0.004290058,-0.017929204,0.010623964,-5.5464893e-06,-0.005524461,-0.027683014,0.02184152,0.0030775769,0.014961239,0.007871851,-0.008161902,-0.0116290245,-0.0046914076,0.022462096,0.03971676,0.006259707,0.015460397,8.06283e-05,-0.006870163,-0.010927506,-0.0031382851,-0.02541657,-0.0064688134,0.028816238,0.021140002,0.0020354167,-0.011939312,-0.017632408,0.013025317,-0.031703256,0.008640824,-0.012344034,-0.007743689,-0.025591949,0.01838789,-0.01235078,0.0004028253,0.011258029,-0.02270493,-0.0014097831,0.008445208,-0.005494107,-0.03175722,0.00857337,-0.0011694792,0.02671168,0.011642516,-0.028897181,0.0019966306,-0.008613843,-0.013295132,-0.014232739,0.019210825,-0.0047251345,0.08153808,-0.016674565,-0.010745381,-0.010172023,0.0008600352,-0.00038554028,-0.018374398,0.015757194,-0.015433416,0.019966306,0.018630723,-0.049349155,0.0022816227,-0.00992919,-0.029706627,0.016876925,-0.03715352,0.023042198,0.0034974765,-0.024337308,0.02255653,-0.009639139,0.014340665,0.00043760613,-0.029032089,0.01065769,0.018185528,-0.03011135,0.01602701,-0.016175406,0.030192293,-0.0038313724,-0.047001764,-0.014219249,-0.00082672987,0.027561598,0.011777423,-0.0071366057,0.014731897,0.003868472,0.009801028,0.005450262,-0.0066543114,-0.026104597,-0.00088111445,-0.009355834,-0.022866817,-0.026833098,-0.004350766]';
END;
$$ LANGUAGE plpgsql;

Replace xxx_ollama.sql

Replace the content of your ollama sql file with the following:

-- Update embedding's type to llama2/mistral vector size (4096) --
alter table "public"."vectors" alter column "embedding" set not null;

alter table "public"."vectors" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);
alter table "public"."vectors_old" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);
alter table "public"."summaries" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);
alter table "public"."documents" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);

-- Create function to match vectors
CREATE OR REPLACE FUNCTION match_vectors(query_embedding vector(4096), match_count INT, p_brain_id UUID)
RETURNS TABLE(
    id UUID,
    brain_id UUID,
    content TEXT,
    metadata JSONB,
    embedding vector(4096),
    similarity FLOAT
) LANGUAGE plpgsql AS $$
#variable_conflict use_column
BEGIN
    RETURN QUERY
    SELECT
        vectors.id,
        brains_vectors.brain_id,
        vectors.content,
        vectors.metadata,
        vectors.embedding,
        1 - (vectors.embedding <=> query_embedding) AS similarity
    FROM
        vectors
    INNER JOIN
        brains_vectors ON vectors.id = brains_vectors.vector_id
    WHERE brains_vectors.brain_id = p_brain_id
    ORDER BY
        vectors.embedding <=> query_embedding
    LIMIT match_count;
END;
$$;


-- Create function to match summaries
CREATE OR REPLACE FUNCTION match_summaries(query_embedding vector(4096), match_count INT, match_threshold FLOAT)
RETURNS TABLE(
    id BIGINT,
    document_id UUID,
    content TEXT,
    metadata JSONB,
    embedding vector(4096),
    similarity FLOAT
) LANGUAGE plpgsql AS $$
#variable_conflict use_column
BEGIN
    RETURN QUERY
    SELECT
        id,
        document_id,
        content,
        metadata,
        embedding,
        1 - (summaries.embedding <=> query_embedding) AS similarity
    FROM
        summaries
    WHERE 1 - (summaries.embedding <=> query_embedding) > match_threshold
    ORDER BY
        summaries.embedding <=> query_embedding
    LIMIT match_count;
END;
$$;


CREATE OR REPLACE FUNCTION public.default_brain_embedding()
RETURNS vector(4096) AS $$
BEGIN
    RETURN '[-4.193970203399658,-2.249079942703247,-1.8292213678359985,7.276055335998535,0.5347579121589661,-8.115791320800781,8.053089141845703,-2.8444881439208984,0.44055238366127014,-9.328559875488281,-3.252248764038086,-7.981241226196289,-4.02187967300415,-0.9660980105400085,-1.1113090515136719,-10.478044509887695,-3.593939781188965,2.6068031787872314,7.28953742980957,-4.49129581451416,1.0715711116790771,-7.43617582321167,1.7148630619049072,7.688658237457275,-2.6212406158447266,-1.61775541305542,-7.270906448364258,-3.564422845840454,5.172426700592041,-3.944613218307495,7.702740669250488,4.9839301109313965,14.43484878540039,5.182358741760254,-0.20369887351989746,-1.2347081899642944,-8.921392440795898,-4.788492679595947,-1.3405656814575195,6.854384899139404,3.467855215072632,-1.8135043382644653,-4.8276286125183105,4.252856254577637,1.917582392692566,2.881305456161499,-2.615104913711548,0.9791815876960754,-1.1240670680999756,4.54605770111084,-8.764673233032227,3.8674368858337402,-8.966645240783691,-58.669803619384766,1.2459734678268433,-6.129790782928467,-1.4181779623031616,-3.3223798274993896,3.501502752304077,0.11994822323322296,0.23633813858032227,1.655943512916565,-11.124833106994629,-4.13722038269043,1.1987175941467285,-5.111620903015137,-1.5898394584655762,0.5241074562072754,-12.76803970336914,1.5206767320632935,-10.572859764099121,2.407682180404663,1.4573700428009033,-7.490842342376709,3.1315248012542725,-12.239216804504395,-5.598870754241943,1.2643176317214966,1.6531327962875366,2.0779757499694824,-2.1694865226745605,-5.891058444976807,1.623412013053894,1.6279529333114624,-6.453060150146484,11.31270980834961,-5.49539852142334,2.612788438796997,6.993852615356445,1.9712433815002441,1.0500309467315674,-0.041501130908727646,2.3467044830322266,13.221449851989746,-1.4747488498687744,-3.5223307609558105,-3.916541337966919,3.471635341644287,-1.0799154043197632,5.645509243011475,-4.71172571182251,2.103447198867798,-1.8981125354766846,-2.0278046131134033,-1.1210339069366455,0.1840723156929016,3.895153045654297,-4.284956932067871,1.6472296714782715,0.07568240165710449,-4.817102432250977,-4.671844482421875,2.0517325401306152,-1.3268916606903076,-0.15247586369514465,6.874695301055908,11.275279998779297,-0.8881198763847351,1.6401504278182983,6.476899147033691,-2.3969032764434814,-10.951266288757324,-0.5439844727516174,-5.737927436828613,9.029165267944336,-0.7121708989143372,-3.7902889251708984,-0.40665706992149353,-5.195065498352051,6.7429375648498535,2.1481311321258545,-0.7432291507720947,2.733937978744507,-1.3266806602478027,-1.3973960876464844,2.488468885421753,-1.2703436613082886,0.8863301873207092,-7.902259349822998,0.47706496715545654,5.243210315704346,2.3385541439056396,-1.0004849433898926,4.788212776184082,-4.754875659942627,-3.422006607055664,-5.094654083251953,-6.8527607917785645,5.267897129058838,4.044232368469238,5.7193732261657715,0.6552775502204895,-0.34515729546546936,9.047760009765625,2.3566296100616455,4.54086971282959,1.0895193815231323,-1.705567717552185,1.6486328840255737,-2.866236686706543,-1.8253393173217773,-3.7723329067230225,-4.576801300048828,-2.230982542037964,1.420278549194336,2.5510010719299316,2.2921876907348633,-0.3478974997997284,3.5205507278442383,-3.58866810798645,0.12307703495025635,-7.670609474182129,1.6273210048675537,-7.61186408996582,0.5454234480857849,0.30137744545936584,-1.426321029663086,-0.7729600667953491,6.932607173919678,5.599000930786133,2.1022789478302,-3.1508750915527344,-6.258838653564453,-4.8324294090271,-5.63637113571167,9.890084266662598,7.71575927734375,2.3325066566467285,1.4907385110855103,-1.4109312295913696,-0.08864159137010574,3.8429770469665527,-0.8785245418548584,2.1239399909973145,4.792870998382568,-0.7980470657348633,-1.2374273538589478,-8.626282691955566,3.9517829418182373,4.366067409515381,0.4394438862800598,-2.368072748184204,-1.112796425819397,-1.7359793186187744,-23.970046997070312,0.6970785856246948,-8.612753868103027,-0.8292632699012756,-1.3977712392807007,-6.6456990242004395,-8.423437118530273,2.946573257446289,4.871788501739502,-0.8997190594673157,-6.899556636810303,-8.655266761779785,1.832717776298523,-1.4103102684020996,14.638582229614258,4.141719818115234,-6.899883270263672,-2.4919443130493164,4.31769323348999,-1.2049885988235474,1.0073351860046387,-8.033947944641113,-3.077132225036621,7.217020034790039,5.988856315612793,6.433078765869141,0.5673796534538269,4.631770610809326,-4.448533535003662,-2.7321271896362305,-0.6230522394180298,-7.925471305847168,5.124627113342285,1.4252257347106934,13.65710163116455,0.02311733178794384,-0.9665530323982239,-2.2307355403900146,0.4020159840583801,3.805846691131592,-5.905627250671387,1.2937790155410767,5.819243431091309,-2.677978515625,4.372904300689697,-4.430815696716309,4.991445064544678,-0.604489266872406,-2.1543664932250977,7.322848320007324,4.127947807312012,-3.7203569412231445,6.199981689453125,-7.217787742614746,-0.06655420362949371,-0.35194188356399536,2.7448296546936035,-0.5045119524002075,-3.935190200805664,1.6283807754516602,1.9905073642730713,0.427450031042099,3.7943780422210693,10.49251937866211,0.4154892861843109,-9.656633377075195,-0.6542791724205017,1.3427152633666992,0.9103509187698364,1.8443330526351929,7.862006664276123,-4.558621883392334,9.80830192565918,2.3119890689849854,-3.646212577819824,-0.7012742161750793,4.411900043487549,5.506320476531982,14.287324905395508,-5.414771556854248,5.619268894195557,-2.74763560295105,6.631549835205078,-1.5280232429504395,4.35869026184082,2.0167129039764404,6.569552421569824,8.927374839782715,22.773876190185547,-3.479159355163574,5.747023582458496,-4.928918838500977,-10.648109436035156,-9.043295860290527,-2.4842326641082764,-0.4674128592014313,-12.790596008300781,-8.943925857543945,1.1800071001052856,11.952483177185059,-7.474354267120361,-0.9482787847518921,1.0151954889297485,10.906643867492676,-5.003495216369629,-1.3235880136489868,-1.314648151397705,8.014214515686035,1.2953705787658691,-0.25092944502830505,1.5078155994415283,0.1201062798500061,3.453437089920044,1.571533441543579,-3.756267786026001,0.8907462954521179,-5.593123435974121,-7.5959014892578125,10.172414779663086,-2.95812726020813,-6.896433353424072,3.8444619178771973,-4.165102958679199,-3.120342969894409,-7.967145919799805,-2.5797603130340576,-4.144314765930176,8.733620643615723,-5.4932990074157715,2.4923133850097656,-2.108319044113159,-1.3501167297363281,0.35750970244407654,-1.3117344379425049,2.0045018196105957,3.3677115440368652,-3.802952527999878,-2.7814879417419434,0.6987726092338562,2.457893133163452,3.861374855041504,3.388296604156494,-0.4123035967350006,1.7105059623718262,-5.447212219238281,-2.8036203384399414,2.6977386474609375,-1.76970374584198,-5.218234539031982,4.58477258682251,-3.942064046859741,-2.1097536087036133,15.351336479187012,-4.858871936798096,3.9684603214263916,-4.272567272186279,7.278570652008057,2.9009554386138916,6.047590255737305,-0.14156655967235565,2.2567174434661865,-9.201187133789062,9.393424987792969,4.471199035644531,2.309596538543701,2.396921157836914,1.9075851440429688,-0.06118541583418846,-4.073320388793945,-1.486985206604004,-4.373709201812744,-3.3227338790893555,-4.560775279998779,-3.1883716583251953,5.626150131225586,4.425692081451416,0.03207886591553688,-3.2983572483062744,-1.5001771450042725,5.451467514038086,2.5217065811157227,2.5742859840393066,8.40579891204834,2.077699661254883,-0.23871582746505737,-1.586327075958252,9.89783763885498,-0.9165251851081848,-1.9686849117279053,1.5895088911056519,2.6652510166168213,1.9412379264831543,1.8005187511444092,6.850627899169922,-1.281739592552185,-1.0915025472640991,-0.43430575728416443,0.016747908666729927,0.8099319338798523,-7.8079986572265625,0.9018740057945251,-0.06920015066862106,-5.372931957244873,1.6449341773986816,3.161186456680298,0.5103405714035034,-0.16170811653137207,-1.4942796230316162,3.5477733612060547,-3.1084742546081543,-3.918936014175415,-3.138596296310425,5.7607879638671875,-0.5226483941078186,-8.987699508666992,-1.4497307538986206,5.721145153045654,-1.28964102268219,-1.5753062963485718,-0.1620665341615677,4.859633922576904,3.294715166091919,4.643388271331787,-0.39431890845298767,-6.3265204429626465,3.156275749206543,-9.36499309539795,-3.632497549057007,2.4520905017852783,0.5345872640609741,4.23569917678833,2.853605270385742,-2.2340829372406006,3.1343116760253906,-1.9896384477615356,-0.8180939555168152,-12.518176078796387,-2.688828706741333,-12.005474090576172,5.412171363830566,-3.6405365467071533,-3.4979007244110107,2.658576488494873,-4.9221649169921875,-2.7297956943511963,-3.439857006072998,4.883697986602783,-7.488379955291748,12.073746681213379,-6.373249530792236,-1.410782814025879,-1.452863335609436,-1.1252062320709229,-0.43960532546043396,-0.6046599745750427,6.662454128265381,-8.548966407775879,-15.960744857788086,-1.7163578271865845,-8.49068546295166,-9.803449630737305,3.913620710372925,7.558104038238525,-4.860519886016846,7.802587985992432,-2.4740631580352783,-5.091739177703857,4.445549488067627,-0.4652063250541687,-5.921733856201172,-4.572891712188721,-2.210454225540161,3.8720481395721436,-0.5274145603179932,-2.07068133354187,-4.554750919342041,-2.579249858856201,2.2949554920196533,-7.027438640594482,-15.867392539978027,-2.878697633743286,-0.4748171865940094,-0.764890193939209,9.899602890014648,-5.7534356117248535,2.3789024353027344,1.340478539466858,2.0175724029541016,-2.7153255939483643,-0.22172987461090088,6.74977970123291,3.608375310897827,-4.715883731842041,-5.610424041748047,-1.5071467161178589,6.308402061462402,-9.703682899475098,1.1627779006958008,-2.118018627166748,-0.2779349386692047,1.83278489112854,4.820342540740967,-0.5014252662658691,9.342081069946289,-3.6639254093170166,-1.5447415113449097,-5.3965301513671875,0.4853488802909851,1.9944113492965698,-5.4763569831848145,3.806818962097168,13.940596580505371,1.2209728956222534,-6.8404130935668945,1.693071961402893,-0.787111759185791,7.410058975219727,-0.03276294469833374,2.7314751148223877,-9.316898345947266,-3.782893419265747,3.9858710765838623,6.140144348144531,-2.719896078109741,-0.6202002167701721,-6.411310195922852,1.146118402481079,-1.6121948957443237,-2.1610054969787598,-4.039895057678223,1.965375304222107,5.28928804397583,5.15179443359375,-7.342850685119629,11.15157413482666,-8.683850288391113,-5.817098617553711,3.375499725341797,1.3167937994003296,-3.693808078765869,0.46543410420417786,-3.380920171737671,5.0193047523498535,3.400557041168213,-0.9394131302833557,-1.2637124061584473,1.7500978708267212,-1.0568509101867676,13.342495918273926,0.6469749212265015,-1.5126057863235474,-4.346827030181885,5.279015064239502,3.68090558052063,-5.45015287399292,0.33320489525794983,2.9118690490722656,0.5860030651092529,5.573600769042969,2.610011339187622,-6.798805236816406,0.15788283944129944,-0.43453851342201233,5.044940948486328,6.496558666229248,8.068760871887207,-5.853827476501465,-4.842122554779053,3.825679302215576,4.595277309417725,1.7708858251571655,-7.544949054718018,-7.007969856262207,6.495204925537109,18.770029067993164,5.944510459899902,-7.592045307159424,3.800264358520508,-8.088330268859863,-7.721741199493408,-1.7056843042373657,-4.584674835205078,-0.0872495248913765,0.6179237961769104,2.708004951477051,-1.7054871320724487,-3.915079355239868,0.9638947248458862,11.645968437194824,2.6497392654418945,1.8027516603469849,-1.9070919752120972,0.020212747156620026,4.0620951652526855,1.0225727558135986,-1.3940047025680542,3.481388807296753,-3.3461849689483643,8.077804565429688,5.9857964515686035,6.080887317657471,6.550577163696289,-5.960723876953125,-4.048196315765381,-3.220371723175049,-2.483832359313965,4.88222599029541,-4.8255391120910645,-7.561000347137451,4.005519390106201,0.8724965453147888,-3.8270158767700195,-3.530613422393799,-4.522127151489258,1.7241302728652954,5.2095627784729,3.392953872680664,4.555144309997559,-8.123393058776855,-4.028531551361084,-8.582984924316406,0.3193351626396179,-3.9071226119995117,1.475944995880127,5.584230422973633,1.3629311323165894,5.426328182220459,2.2195417881011963,-0.07119964808225632,6.963017463684082,4.200308322906494,-2.815417766571045,-1.7031742334365845,-2.7079803943634033,2.0292375087738037,2.0910398960113525,3.179311513900757,-4.052643299102783,-5.348859786987305,4.584843635559082,4.986374378204346,1.6998471021652222,-7.1743621826171875,-0.04632546380162239,8.907820701599121,0.14435209333896637,3.6622605323791504,7.653849124908447,-7.890377044677734,6.808627605438232,6.159285545349121,7.7671990394592285,-1.2955384254455566,-1.4016306400299072,-0.5822493433952332,4.556332588195801,2.5127224922180176,0.9693545699119568,25.925477981567383,2.1129186153411865,6.161554336547852,2.3432061672210693,-5.077036380767822,0.8375980257987976,4.317434787750244,4.556879043579102,-7.322882652282715,-1.6712734699249268,6.967662811279297,0.39543354511260986,-3.8489253520965576,-8.30984878540039,8.533892631530762,-1.2985165119171143,-1.9033304452896118,4.786986351013184,7.588756084442139,10.1083984375,-2.645885705947876,5.3218536376953125,2.223968744277954,7.2226738929748535,5.836813926696777,4.949902057647705,-2.0329642295837402,9.234447479248047,12.307981491088867,5.298318862915039,-5.262299060821533,-9.022153854370117,-0.9570217728614807,3.032961368560791,-3.972696304321289,1.4183005094528198,-7.100282669067383,1.0951759815216064,10.67121410369873,-17.0474796295166,1.4238598346710205,-3.0593373775482178,-3.4436163902282715,-33.58119583129883,-0.6497058868408203,1.46426260471344,1.4688347578048706,-6.996191501617432,1.1303285360336304,0.5584117770195007,-1.2129740715026855,1.618957757949829,2.7960267066955566,3.2359843254089355,-3.5098681449890137,2.996842861175537,-5.825902938842773,-0.9878947734832764,2.3214075565338135,-3.4478986263275146,-1.1544756889343262,3.410191059112549,3.1358373165130615,-1.9739949703216553,-2.579777479171753,-0.36108869314193726,3.3520681858062744,-9.3546781539917,2.565317153930664,-1.735870122909546,-9.308631896972656,3.092134714126587,-1.0090305805206299,-12.606915473937988,10.384903907775879,-5.056537628173828,8.102734565734863,-4.616536617279053,-10.656919479370117,-9.245524406433105,-1.5476528406143188,2.5330450534820557,-7.278661727905273,1.583275556564331,-3.483991861343384,-8.098337173461914,-3.7835540771484375,2.904999017715454,-10.426897048950195,0.7236593961715698,5.94488525390625,-4.01561975479126,0.1404244303703308,-4.119523525238037,-0.4002106785774231,1.2947202920913696,2.213413715362549,6.3275299072265625,-6.214623928070068,-7.191605567932129,0.1802002489566803,0.4038917124271393,-4.773585319519043,6.200255870819092,2.885916233062744,-4.414779186248779,-0.9525805115699768,4.874565601348877,-0.6642493009567261,3.775397300720215,3.5849297046661377,7.642641067504883,0.6509690880775452,3.5241165161132812,2.2391257286071777,-0.4100688397884369,8.14271354675293,-2.961026906967163,-10.250214576721191,-2.270127058029175,-3.1722233295440674,-5.3201751708984375,0.6069419980049133,10.397467613220215,-4.1039605140686035,2.5093820095062256,-5.545957088470459,-3.351803779602051,1.2322150468826294,7.093244552612305,1.5863037109375,-4.771435260772705,-1.0979987382888794,3.389036178588867,-2.3466012477874756,0.3406181335449219,5.605834484100342,3.8761985301971436,5.3827900886535645,-0.8215576410293579,-0.14596320688724518,6.2483930587768555,7.903834819793701,-0.124301478266716,-5.444809436798096,0.14828985929489136,0.08441521972417831,5.432069778442383,10.544540405273438,-2.589914321899414,-7.04718017578125,4.400321960449219,-2.4613780975341797,1.500504732131958,7.10383415222168,-5.070468425750732,-0.28955915570259094,3.8034584522247314,-0.11283373832702637,7.858177661895752,2.1218745708465576,3.314328193664551,5.3522629737854,-0.40626686811447144,1.8313372135162354,4.092426300048828,-2.374366283416748,-3.380685567855835,-0.5425091981887817,-5.096035957336426,5.0043134689331055,1.7691479921340942,-7.175146579742432,7.343842029571533,-10.687631607055664,-1.4614063501358032,0.04033684358000755,-12.940452575683594,0.4730404317378998,4.338637351989746,4.282057285308838,6.409994125366211,-6.995847225189209,7.182521343231201,17.426145553588867,7.896996021270752,-0.8557250499725342,5.122710704803467,-9.116127967834473,-4.202866554260254,3.7798590660095215,5.870696067810059,-6.342931270599365,-5.127872943878174,-5.464745998382568,-7.266597747802734,-4.166762828826904,3.1615490913391113,0.817640483379364,2.196605682373047,3.2351253032684326,-5.757701873779297,-1.9103025197982788,-6.616872787475586,-6.937507629394531,-3.2210958003997803,0.2567541003227234,-6.824212074279785,-0.702203094959259,-2.5231502056121826,-1.190535545349121,0.6742474436759949,6.599227428436279,-0.8592593669891357,-0.9504531621932983,0.1653704196214676,8.461762428283691,-9.317938804626465,-10.362983703613281,-1.2448837757110596,-4.698657989501953,-2.9532790184020996,5.628449440002441,4.7307634353637695,-3.917102813720703,0.13041791319847107,4.118036270141602,-5.220721244812012,7.751979827880859,1.8140451908111572,-6.481154441833496,0.5760341286659241,1.1861469745635986,0.83411705493927,0.11757084727287292,-3.0364367961883545,4.322473526000977,-2.5274064540863037,-10.545638084411621,-2.20719051361084,-1.1033412218093872,-13.11573314666748,-3.366626739501953,-0.1198238879442215,10.021402359008789,-3.3374545574188232,-8.582534790039062,-1.4647234678268433,3.2672293186187744,0.6528652310371399,-3.7161149978637695,2.0006299018859863,3.4655961990356445,-6.815365314483643,-1.8776352405548096,-3.07169771194458,-8.357367515563965,7.11514949798584,0.5041657090187073,-3.1837892532348633,-1.5676463842391968,2.3590445518493652,0.10619056224822998,3.8945529460906982,1.9333863258361816,5.73086404800415,-0.4961324632167816,2.0686287879943848,11.51768970489502,6.147356986999512,-2.624268054962158,3.444955348968506,0.27582329511642456,-2.8005104064941406,5.339378833770752,1.829335331916809,7.173275470733643,5.94277811050415,-3.1464645862579346,1.9404411315917969,-3.2534263134002686,3.1348037719726562,-0.4667026996612549,-0.18859806656837463,-9.187902450561523,1.784919023513794,-2.9705798625946045,-5.1081976890563965,8.074033737182617,-4.345146179199219,-0.8276891112327576,-3.2535319328308105,1.8507323265075684,3.3512814044952393,-2.3125205039978027,-1.0978292226791382,2.9496614933013916,4.903167724609375,2.4228806495666504,3.465315580368042,0.4441780745983124,-2.1788904666900635,3.4853055477142334,3.1652302742004395,5.67228889465332,-0.3784218430519104,1.3805973529815674,0.7424802780151367,-3.4062626361846924,5.438350677490234,-6.496249675750732,-0.46290457248687744,-1.054416298866272,-3.9720449447631836,1.7138506174087524,-1.625077486038208,-7.920221328735352,7.50244140625,-8.277905464172363,-3.1171109676361084,2.494814157485962,-0.26680946350097656,-4.463191509246826,10.905993461608887,1.7810895442962646,3.8689301013946533,1.305358648300171,-0.9955852031707764,-4.001128196716309,-0.25211530923843384,-4.2741265296936035,7.7171149253845215,-0.42881298065185547,6.55565881729126,6.200474739074707,10.474322319030762,-5.586258411407471,-1.5247093439102173,4.711759567260742,-1.2231062650680542,6.447263240814209,-1.7695443630218506,5.064925670623779,5.219264507293701,3.6739556789398193,-6.01176643371582,11.034340858459473,9.260704040527344,3.877183198928833,-4.052155017852783,-6.219758033752441,2.9351584911346436,-0.6489871740341187,-1.2460709810256958,2.844247341156006,3.1425983905792236,-6.24574089050293,0.49261680245399475,9.085402488708496,-0.8291833400726318,-0.5188319683074951,5.644829273223877,2.1389787197113037,12.783687591552734,-2.9811079502105713,2.1631126403808594,-0.4899003207683563,7.101009368896484,-7.704004764556885,-4.004364490509033,-7.508909702301025,-5.094050407409668,-6.981337070465088,-0.3339288532733917,-2.486380100250244,-10.616235733032227,-10.9139404296875,1.3674157857894897,-0.002854692516848445,27.986440658569336,-2.0476834774017334,4.01010274887085,-3.7388882637023926,2.2842628955841064,-1.093428611755371,-0.012543436139822006,5.523678302764893,4.5137810707092285,5.363168239593506,1.45845365524292,1.8049522638320923,1.9340804815292358,-4.25794792175293,-5.018726825714111,2.7839837074279785,0.17505358159542084,0.5629484057426453,-1.5852646827697754,-1.3778135776519775,-1.8644253015518188,-7.499004364013672,-6.742125511169434,1.8269931077957153,-0.3079753816127777,0.6147990226745605,-1.5056610107421875,4.608756065368652,-5.672040939331055,2.4408137798309326,-3.3191652297973633,0.8234421014785767,-0.7290223836898804,-3.5984902381896973,-2.8060457706451416,-1.2091395854949951,-1.602847695350647,-4.954471588134766,1.8719007968902588,7.321931838989258,1.47118079662323,3.4613349437713623,-5.1108012199401855,-3.8221933841705322,6.522442817687988,3.218170642852783,-8.923816680908203,5.493917465209961,8.974809646606445,0.6930789947509766,4.460164546966553,-1.7894600629806519,-9.862244606018066,2.5297176837921143,-2.8169941902160645,-5.6949687004089355,9.140414237976074,2.2652809619903564,1.91183340549469,0.07997561246156693,4.811420440673828,-1.0864667892456055,6.716462135314941,-1.8220164775848389,-7.5328369140625,-2.010547161102295,5.330547332763672,7.194547653198242,13.510503768920898,-4.339382171630859,4.259775161743164,5.802922248840332,-3.61133074760437,-0.40634623169898987,0.8766509890556335,-11.999231338500977,5.933012962341309,-0.49509114027023315,3.416942596435547,-3.2290942668914795,-4.81214714050293,-0.7055569291114807,2.9375531673431396,-6.238615036010742,-14.074324607849121,-3.4210500717163086,6.520296573638916,-1.8520194292068481,-3.6335182189941406,0.20574094355106354,5.272729873657227,0.6835914254188538,6.341631889343262,0.6415953040122986,6.863203525543213,3.270106554031372,0.7769181132316589,4.349888324737549,-1.807988166809082,-5.40723180770874,-1.8132078647613525,8.721333503723145,11.997008323669434,-4.2684454917907715,-3.4559357166290283,-10.988750457763672,-3.6972715854644775,-1.7793614864349365,0.6865934133529663,3.136599063873291,1.994872808456421,1.3361142873764038,2.770750045776367,1.4977012872695923,3.5996880531311035,0.13906997442245483,1.1547778844833374,0.11077454686164856,-10.011322975158691,1.2724809646606445,-5.061926364898682,7.050661087036133,2.5392398834228516,-0.3480432331562042,-0.11932790279388428,-2.6990439891815186,-0.7510188817977905,0.8287408947944641,11.700196266174316,-3.672053575515747,-8.517437934875488,-2.947969436645508,0.20691373944282532,8.607251167297363,-4.4023756980896,-10.781671524047852,-8.523126602172852,-12.220592498779297,-6.223639488220215,0.18736718595027924,-4.122493743896484,-5.399454593658447,-7.311476230621338,3.6337270736694336,-0.20506758987903595,3.6413819789886475,-1.324280023574829,7.459151268005371,2.914247989654541,4.592597484588623,-2.658379316329956,13.017754554748535,1.166750431060791,-17.31682777404785,-2.888601303100586,-2.3921875953674316,2.1979963779449463,2.326929807662964,-10.671359062194824,1.6748676300048828,-1.4773684740066528,-1.4214788675308228,-3.2415616512298584,2.9171526432037354,6.342302322387695,-5.987863540649414,-9.55953598022461,-0.9049094915390015,-8.212248802185059,-7.278163433074951,-7.019861221313477,5.361965179443359,2.3283543586730957,-1.8031984567642212,4.284055233001709,-0.38558417558670044,7.255632400512695,7.524656295776367,-0.7094053626060486,-3.9586029052734375,-1.3947389125823975,-5.19341516494751,-4.206947326660156,1.440049409866333,8.02035140991211,-4.480235576629639,3.0599613189697266,0.7204204797744751,1.16727614402771,4.334156513214111,-0.29777130484580994,-4.683863162994385,-7.850405693054199,-3.2111456394195557,2.7572028636932373,-8.99264144897461,-4.575278282165527,-0.3733200132846832,-0.6067599654197693,-7.341908931732178,-3.0358872413635254,1.7248018980026245,-5.353775978088379,-1.958939790725708,-0.26531317830085754,-7.37139892578125,0.283030241727829,-4.320190906524658,-1.4069756269454956,3.0871920585632324,-8.0154447555542,-3.5422699451446533,-3.3933537006378174,-4.214327335357666,-3.984851360321045,6.334156513214111,-1.2465496063232422,8.596110343933105,-2.2734875679016113,8.24981689453125,1.6613255739212036,0.45994138717651367,2.383467674255371,-3.8849990367889404,-0.9352940917015076,-5.809548854827881,6.744631767272949,5.531035423278809,15.53515911102295,2.1134285926818848,-4.904789447784424,-7.675278663635254,0.9511209726333618,-10.092818260192871,-4.527069091796875,0.6869924664497375,-3.8494513034820557,1.431716799736023,-0.6550344228744507,-8.183539390563965,9.201020240783691,5.01876163482666,-8.42789077758789,-1.1415507793426514,7.6437458992004395,7.536369800567627,5.364876747131348,0.8627970814704895,-8.47271728515625,-3.090282917022705,5.658993721008301,-2.6351280212402344,0.37005800008773804,-5.509136199951172,2.1939237117767334,1.1576192378997803,-0.735417366027832,-4.905683994293213,-7.099001407623291,8.58657169342041,-2.4515910148620605,1.805907964706421,-3.491943836212158,-2.9303698539733887,-6.302551746368408,9.727811813354492,-1.5832966566085815,2.0670461654663086,-9.312644004821777,5.738977432250977,-4.8638458251953125,1.2414385080337524,-3.580521583557129,-6.61343240737915,2.3262195587158203,0.4871640205383301,-4.69758415222168,1.6254606246948242,2.293166160583496,4.8739190101623535,-0.31801366806030273,1.0849689245224,3.245366096496582,1.1396361589431763,-9.096126556396484,-0.7303773760795593,4.58065938949585,-2.577075481414795,6.773446559906006,-1.4099777936935425,1.6541308164596558,1.2698659896850586,0.48725971579551697,1.9448184967041016,-6.855411529541016,-4.91995906829834,4.048407077789307,-1.9284213781356812,3.3165581226348877,-11.90382194519043,8.942874908447266,-4.149729251861572,-2.038804769515991,4.6200079917907715,5.008485317230225,-0.28072741627693176,-4.382216453552246,-1.471332311630249,-4.697734355926514,1.2217028141021729,6.394278049468994,-0.9158117175102234,-2.072831869125366,1.904123306274414,3.1123931407928467,3.5899767875671387,0.48596271872520447,0.7692813277244568,8.614233016967773,-3.065687656402588,-3.6691553592681885,6.095205783843994,1.248058557510376,-3.0344583988189697,6.386973857879639,2.8209657669067383,1.5573784112930298,-4.222815036773682,10.516753196716309,2.459733486175537,8.76308822631836,-15.782341003417969,-4.13486909866333,-12.695853233337402,-53.40082931518555,4.073929786682129,-4.294267177581787,2.9977192878723145,4.236005783081055,-0.26357054710388184,0.7753326892852783,13.457688331604004,-1.6257655620574951,1.5608550310134888,-11.347135543823242,-3.4816737174987793,2.885655164718628,8.106917381286621,4.511733531951904,-2.3259472846984863,5.181740760803223,-0.39142394065856934,1.7578115463256836,3.3430042266845703,-0.8390417695045471,6.622375965118408,8.962397575378418,2.8562159538269043,10.735047340393066,-6.583930492401123,-0.15773934125900269,-10.44662857055664,-11.894063949584961,0.7232946157455444,6.297604084014893,-0.7748658657073975,5.86598539352417,6.055154800415039,-5.800082206726074,-0.3636507987976074,-2.8772242069244385,1.7881643772125244,-0.8124645948410034,-8.525531768798828,-3.3200294971466064,3.5822672843933105,7.372173309326172,-2.539761543273926,3.619036912918091,3.942250967025757,2.7445688247680664,-4.163305282592773,4.79819393157959,0.20577727258205414,-2.058328151702881,-3.0852530002593994,3.7430717945098877,-22.689252853393555,-0.7905015349388123,-8.745573043823242,1.4596996307373047,-6.550750732421875,0.47616806626319885,20.90061378479004,-3.644693374633789,0.8970491290092468,0.31942400336265564,-7.212869167327881,5.880528926849365,4.831121444702148,2.3301398754119873,-2.892927885055542,3.6686031818389893,-0.8730757832527161,0.6230646371841431,-3.5016250610351562,-0.32002541422843933,-4.811507701873779,-2.590240001678467,-1.4490132331848145,-5.124128341674805,-6.780745983123779,4.082083225250244,-1.3514175415039062,-1.6897315979003906,2.7642061710357666,0.48505550622940063,-10.487133026123047,-4.161971092224121,-3.2897698879241943,-0.7858947515487671,-1.7092176675796509,4.188661098480225,-2.507063150405884,6.861669063568115,-1.8246687650680542,3.168816328048706,-4.981302261352539,-9.25623607635498,1.3029979467391968,1.2567247152328491,0.869771420955658,-6.653489112854004,3.073502540588379,-2.8965725898742676,10.771760940551758,-8.682348251342773,-3.6708767414093018,0.762122631072998,-0.09963896125555038,1.7562170028686523,1.6970138549804688,2.4419867992401123,-8.157780647277832,4.563781261444092,12.589824676513672,6.523670196533203,13.09469985961914,-7.0858283042907715,-9.555339813232422,3.9509804248809814,-9.969594955444336,1.1239346265792847,-4.784959316253662,3.6472699642181396,-5.440889835357666,1.5887101888656616,-1.6281611919403076,-9.070693016052246,-5.814088344573975,1.6143262386322021,-1.5452494621276855,-4.944364547729492,0.6941066384315491,-7.401803493499756,-1.686844825744629,-0.8221296072006226,-1.4501502513885498,-1.8671185970306396,8.401683807373047,-2.169951915740967,-8.054740905761719,-2.5753393173217773,-2.1249818801879883,4.205004692077637,0.012621677480638027,-7.050512790679932,-1.0881019830703735,-2.582202196121216,5.581636905670166,-0.6569097638130188,-0.564080536365509,6.638246059417725,5.404984474182129,-15.139432907104492,2.9374172687530518,-4.471027851104736,2.8998289108276367,7.566778182983398,0.27175024151802063,1.3714022636413574,-1.8860167264938354,4.941927909851074,-3.91025710105896,-0.07134553790092468,0.0892581045627594,-3.855616331100464,-0.12162656337022781,-5.300032138824463,2.112370014190674,0.7774784564971924,-0.5803390741348267,13.368621826171875,-1.2192318439483643,-6.223804950714111,-9.026998519897461,1.6750363111495972,-3.251621961593628,0.33285337686538696,-0.4580337107181549,-3.29951548576355,-2.6871979236602783,-8.195886611938477,4.781131267547607,-1.8077079057693481,4.591677188873291,-0.6669745445251465,2.2335526943206787,-4.815789699554443,-2.3338723182678223,1.2002938985824585,-1.6213765144348145,-5.426355361938477,2.079617500305176,-17.21514892578125,-1.3921645879745483,5.244448661804199,-7.108015060424805,-3.8624517917633057,0.4924970865249634,1.0077966451644897,1.7950974702835083,0.06862015277147293,0.7156597971916199,5.051678657531738,-6.917070388793945,-10.099580764770508,2.900973320007324,2.435713529586792,-2.613163948059082,6.002480506896973,2.7599380016326904,-1.537239909172058,5.157290458679199,6.659675598144531,7.932322025299072,-5.472066402435303,-6.73595666885376,-0.7164058089256287,1.9807242155075073,-1.6008611917495728,1.1952723264694214,5.08491325378418,2.8543317317962646,-5.171228408813477,5.0717854499816895,3.9510419368743896,-2.264319896697998,-0.05243029072880745,1.8197416067123413,-2.2038793563842773,-2.1858177185058594,1.015856385231018,0.5073288679122925,4.915715217590332,4.323250770568848,-8.147165298461914,3.8307464122772217,-4.51962947845459,-2.044647693634033,5.577209949493408,-4.13856315612793,1.250160813331604,0.13557185232639313,4.665801525115967,4.556253910064697,3.127200126647949,3.209627389907837,3.8429203033447266,-6.406786918640137,-4.988115310668945,1.0918806791305542,3.364807605743408,6.191760063171387,3.3159468173980713,-4.5061845779418945,1.1207128763198853,-10.640883445739746,0.031439002603292465,10.086115837097168,-1.4831103086471558,-5.659878730773926,2.312486171722412,5.695919513702393,-3.5938332080841064,-0.21594084799289703,6.962930679321289,3.5989363193511963,1.2262284755706787,0.01415283139795065,24.288145065307617,2.068800687789917,-5.2056708335876465,-3.2162671089172363,13.181680679321289,10.014412879943848,2.0753791332244873,-4.57525110244751,-8.673760414123535,-3.3258187770843506,2.2388124465942383,10.501054763793945,-6.022385120391846,-1.6534268856048584,-10.634472846984863,-7.600667953491211,2.6522128582000732,3.909515142440796,1.5312690734863281,-1.4002376794815063,-3.700854539871216,-1.2761071920394897,-4.249314308166504,-0.8799130916595459,-1.2893633842468262,-0.4389498233795166,-8.224264144897461,-6.556943893432617,1.5604157447814941,-1.8103922605514526,0.021883031353354454,6.946428298950195,-4.125898361206055,-0.846044659614563,-4.650543212890625,0.9721091985702515,-0.26011261343955994,5.68820333480835,7.719551086425781,-8.047470092773438,0.7169542908668518,-4.698738098144531,-2.179929494857788,5.747375965118408,5.312274932861328,-2.65901517868042,0.0008470624452456832,7.422652244567871,2.3341822624206543,-9.769140243530273,5.789968967437744,-9.137383460998535,-5.31618070602417,2.9796900749206543,0.12659423053264618,3.556797981262207,-3.193075180053711,-0.45340487360954285,-0.059326428920030594,-8.740917205810547,5.432036876678467,1.834969401359558,-4.694188594818115,4.433127403259277,0.5944724082946777,-2.150268316268921,3.7827866077423096,-2.1003904342651367,-6.510555267333984,7.190595626831055,0.8026620745658875,4.910429954528809,-5.4050703048706055,-0.4153531789779663,-8.162689208984375,0.8254499435424805,6.203946590423584,0.25045767426490784,-9.763870239257812,-0.08467506617307663,2.246185064315796,14.075547218322754,1.2774232625961304,0.013310431502759457,-2.8173987865448,5.956609725952148,-3.0529286861419678,-6.753418445587158,1.9547497034072876,8.79681396484375,-6.854502201080322,-4.646735191345215,5.121458530426025,2.693866729736328,1.5952470302581787,7.574794292449951,2.691751718521118,-0.44049596786499023,1.8173749446868896,1.013806700706482,-7.369245529174805,-6.497995853424072,-0.42395973205566406,-8.50439453125,0.6759025454521179,4.399624347686768,-12.432186126708984,-2.67446231842041,-1.0828686952590942,-11.19052505493164,-10.209513664245605,-5.805417537689209,14.624665260314941,6.254373073577881,0.3049828112125397,-0.563174307346344,4.32528829574585,5.135776519775391,1.8058772087097168,-16.32128143310547,7.834630489349365,-6.56308650970459,-3.6889429092407227,1.419944405555725,4.328752517700195,-3.6722168922424316,5.401953220367432,-3.1567928791046143,4.5959696769714355,3.3274545669555664,11.228740692138672,-3.4393982887268066,9.083598136901855,0.7007534503936768,5.065409183502197,-0.5194790959358215,0.15560564398765564,4.155047416687012,1.0081799030303955,-0.7111713886260986,0.6538291573524475,-0.6700863838195801,0.22489690780639648,1.5842794179916382,2.455763339996338,0.6064073443412781,-3.1005072593688965,2.129845380783081,5.613063812255859,-6.786335468292236,5.949152946472168,-7.976615905761719,-5.450307846069336,-10.122579574584961,1.4186300039291382,-11.312344551086426,4.422445774078369,0.5760692358016968,-3.201704978942871,1.4518380165100098,-8.256210327148438,-3.8508927822113037,3.2153074741363525,3.3585903644561768,1.522103190422058,-1.7975115776062012,-8.487910270690918,-7.553439140319824,-4.338458061218262,8.948816299438477,-0.7900514602661133,-2.359952449798584,1.6100598573684692,0.04147184640169144,5.800642490386963,2.4827871322631836,-2.3067264556884766,6.266802787780762,-3.2224204540252686,-13.166610717773438,9.031003952026367,-2.1053781509399414,-6.496401309967041,7.735189437866211,6.813131332397461,2.3263399600982666,4.280067443847656,0.15861757099628448,9.449346542358398,-0.3442784249782562,1.7795507907867432,2.172797679901123,-7.080454349517822,-1.3135006427764893,-4.132441520690918,3.1119883060455322,-6.185741424560547,-4.6552910804748535,-2.0911130905151367,-9.800942420959473,0.9034174680709839,-1.7107815742492676,-5.734133720397949,2.08901309967041,-5.215712070465088,0.8399648070335388,-12.174538612365723,10.220372200012207,2.406900405883789,3.1256749629974365,-2.0947213172912598,-3.023664712905884,2.02976655960083,2.2715632915496826,2.305382251739502,3.088447093963623,-0.7041813135147095,-0.26835960149765015,-7.328100681304932,-3.687976121902466,-2.4347660541534424,-2.650773048400879,-3.8675334453582764,2.9458296298980713,1.3083618879318237,-5.449506759643555,1.6329631805419922,-4.389573097229004,-4.055537700653076,-0.3537970185279846,3.5648114681243896,4.2950439453125,8.869853019714355,7.622435569763184,-2.2636325359344482,-3.26174259185791,6.074422359466553,8.233890533447266,-0.6254057884216309,-2.697735071182251,-4.384257793426514,1.5442094802856445,3.574446201324463,1.6278328895568848,-4.186892986297607,0.2662354111671448,-9.306370735168457,2.480032205581665,5.93238639831543,11.864104270935059,3.809870719909668,-0.9020650386810303,-8.750629425048828,5.924395561218262,2.187357187271118,5.9951300621032715,2.315696954727173,8.806946754455566,5.294933795928955,0.3082713484764099,-0.48154863715171814,-7.351866245269775,-7.0260820388793945,14.295038223266602,-1.0810741186141968,-1.7342946529388428,-5.03117561340332,8.5740385055542,2.106787919998169,-1.3159650564193726,0.7195228934288025,4.164411544799805,2.406841516494751,3.8867340087890625,0.17285802960395813,-5.247726917266846,-4.0382399559021,2.3694913387298584,3.932985782623291,-9.06917953491211,0.4379170536994934,0.7461050152778625,0.7335008382797241,-1.4083583354949951,3.318624973297119,-6.489054203033447,-4.399922847747803,1.8712420463562012,-3.225355386734009,2.478996992111206,-0.017421746626496315,-1.6581025123596191,3.987806558609009,-8.875802040100098,-4.947259902954102,-2.5235395431518555,-7.2041916847229,2.816533327102661,-10.082196235656738,-1.19228196144104,-0.8323217630386353,3.872947931289673,-2.3803553581237793,5.185819625854492,2.58846378326416,4.2069411277771,8.719385147094727,7.1910080909729,0.5268773436546326,4.117086887359619,-2.3082423210144043,1.2815762758255005,1.496340274810791,-1.786405086517334,8.617914199829102,13.353503227233887,-3.213606834411621,-2.6886563301086426,-1.9078621864318848,-4.648245811462402,2.5269365310668945,0.9653869867324829,2.589656114578247,7.227008819580078,6.214050769805908,4.883936882019043,6.464330673217773,0.940487802028656,1.5065664052963257,-6.9136223793029785,-2.0200235843658447,9.718348503112793,0.9002267122268677,5.317151069641113,4.380989074707031,2.022784471511841,-1.772624135017395,-0.5635482668876648,0.20644676685333252,1.6455445289611816,14.08498764038086,3.362621307373047,6.69639778137207,10.508832931518555,2.2894973754882812,-1.5992587804794312,10.001813888549805,-8.578819274902344,6.997933387756348,5.992924213409424,3.833198070526123,-4.502707481384277,-3.497398853302002,-8.088345527648926,6.107142448425293,-0.5915476679801941,-8.378512382507324,-1.501933217048645,-2.4894378185272217,5.0081682205200195,2.2940869331359863,-0.6822787523269653,11.007218360900879,3.9641826152801514,7.175509929656982,-5.951527118682861,8.95357894897461,0.15108594298362732,2.0728704929351807,-4.01103401184082,-1.3707472085952759,-4.85782527923584,2.441080093383789,3.998520851135254,1.9815365076065063,-8.27620792388916,0.6967949867248535,-9.489174842834473,-6.647809982299805,-3.9619104862213135,-2.11753511428833,-6.409363269805908,13.6336669921875,4.492769241333008,3.0635149478912354,-2.4610819816589355,1.2390015125274658,2.619455337524414,-3.4947545528411865,-0.5304645299911499,-1.6839207410812378,-4.600913047790527,8.358184814453125,4.663887023925781,-3.2871499061584473,-3.2942821979522705,-9.665663719177246,2.5348689556121826,-3.575075387954712,-6.720242977142334,-6.87926721572876,0.457568883895874,4.9962382316589355,-4.334890842437744,8.067557334899902,0.9569014310836792,-7.807765483856201,-2.0552358627319336,0.3876972794532776,4.7227020263671875,3.5019474029541016,13.739544868469238,-7.732485771179199,0.38688069581985474,4.320710182189941,-2.8669426441192627,-1.213944673538208,-1.5379778146743774,6.891645431518555,-1.9478267431259155,1.5876532793045044,2.5396649837493896,-7.638544082641602,6.265364170074463,-1.7430769205093384,5.244785785675049,-2.9574007987976074,4.347975730895996,-7.917051315307617,-2.1900413036346436,-9.177887916564941,-3.144339084625244,-0.005955516826361418,-2.945286273956299,1.6983803510665894,-9.926655769348145,9.008188247680664,5.331830024719238,-10.048598289489746,-1.6436994075775146,3.2479233741760254,-8.182647705078125,-0.6955264210700989,0.3190477192401886,1.5328011512756348,2.1763339042663574,-3.434701442718506,-0.2590620517730713,-6.511133670806885,3.464799642562866,0.25731271505355835,-6.156156063079834,-3.5335752964019775,3.4964685440063477,-2.5304999351501465,4.587615966796875,5.236939430236816,7.118663311004639,2.1476333141326904,-8.46657943725586,3.390944004058838,1.6241967678070068,-1.008660078048706,1.4282097816467285,-2.622802972793579,-3.55238938331604,2.0940349102020264,-1.5770807266235352,-9.319879531860352,4.528147220611572,-2.620380163192749,3.8386871814727783,-1.9711370468139648,4.533132553100586,2.22316575050354,-6.56467342376709,-0.264181911945343,-8.514325141906738,4.788760662078857,-1.4172252416610718,2.8872175216674805,-3.2970712184906006,-2.6623027324676514,-7.090274333953857,-6.068666458129883,-1.449609637260437,-4.306366920471191,6.089438438415527,-2.5498263835906982,7.630495071411133,8.499543190002441,-4.839366436004639,2.5665762424468994,-0.2940950393676758,-3.147830009460449,0.93602454662323,0.23029455542564392,-1.8992186784744263,-3.4633662700653076,4.675860404968262,-8.028003692626953,-4.496201992034912,6.788088321685791,0.6611136794090271,-4.360913276672363,7.958754539489746,-6.469518184661865,4.0647358894348145,-1.530094861984253,-0.9204303622245789,3.050227403640747,3.567251205444336,-6.285593509674072,4.823086738586426,6.9223198890686035,-5.86079216003418,-14.366950988769531,-0.6609308123588562,0.5874295830726624,-3.232819080352783,0.5150993466377258,4.34291410446167,-5.564292907714844,1.3167885541915894,-4.667410373687744,-1.5314539670944214,-2.2001402378082275,2.2327258586883545,-2.8493525981903076,0.8181648254394531,-0.5656156539916992,-1.6640167236328125,-4.384571075439453,-7.474953651428223,6.070031642913818,-2.776618719100952,-7.481511116027832,-11.608778953552246,-0.6926645040512085,-7.140440464019775,7.136997699737549,-2.4526219367980957,1.6565368175506592,3.352163314819336,-1.3540823459625244,2.1641275882720947,-4.1648077964782715,5.484099388122559,2.324570655822754,-1.4071747064590454,6.810003757476807,8.227867126464844,-0.016953997313976288,9.11697769165039,-2.2603883743286133,0.6458805799484253,6.872090816497803,5.7316460609436035,0.14076653122901917,7.416177749633789,1.024912714958191,-0.8037939071655273,9.333080291748047,-12.549535751342773,14.205816268920898,-1.793421745300293,-5.988100051879883,2.0341036319732666,10.349345207214355,1.8519572019577026,7.842245578765869,-1.3915430307388306,-2.886826276779175,5.767276287078857,5.360853672027588,-11.66491985321045,0.5886358618736267,6.6965718269348145,2.7879881858825684,-0.5075412392616272,1.4933677911758423,-2.4110002517700195,-1.7190344333648682,-0.2624052166938782,-1.6506221294403076,4.720134735107422,3.0649712085723877,-1.5395629405975342,2.5730340480804443,-5.989907741546631,-1.159671425819397,-8.682404518127441,-0.626196563243866,-2.329075813293457,8.235687255859375,-29.39763832092285,-5.955190658569336,-3.0472490787506104,2.691293478012085,-0.9600698947906494,1.0695650577545166,10.636475563049316,-3.0650618076324463,-0.3412710428237915,-1.1540898084640503,-10.929872512817383,-2.2328977584838867,-10.963055610656738,-1.3184376955032349,4.5699968338012695,-8.290782928466797,-1.5099724531173706,3.352067232131958,-2.5422682762145996,13.256878852844238,-10.551116943359375,-5.6307148933410645,-5.64180850982666,-7.490663528442383,0.9603432416915894,1.5771474838256836,6.924951076507568,-1.889452338218689,1.8976718187332153,5.147000312805176,-7.803004741668701,1.4850924015045166,7.495887756347656,1.2017934322357178,-0.19556428492069244,4.82983922958374,5.3282036781311035,0.5106745362281799,4.231892108917236,-0.8068304061889648,-0.19177943468093872,1.9906339645385742,2.225947618484497,1.6563904285430908,-4.79160737991333,1.5546854734420776,7.765066623687744,-2.8137810230255127,-2.4502758979797363,3.4682185649871826,-1.573493480682373,4.896212100982666,3.0369279384613037,-4.407351493835449,-0.4253386855125427,-5.0973591804504395,-9.981287002563477,10.166979789733887,3.935892105102539,-7.1364336013793945,0.8408820629119873,-6.273560047149658,-2.055361747741699,-9.06166934967041,4.400294780731201,2.4008333683013916,-11.400636672973633,-4.270208358764648,2.7295868396759033,1.347122311592102,-6.566173076629639,-2.116467237472534,-4.799458026885986,3.7982916831970215,2.639785051345825,11.186264991760254,-0.647209107875824,2.3156981468200684,1.9409358501434326,-3.8542962074279785,5.115128993988037,2.6754002571105957,-4.648693084716797,1.455415964126587,-0.7225573658943176,-1.898526668548584,2.7659549713134766,8.598594665527344,-1.0384862422943115,-3.192262887954712,2.228999614715576,3.472079277038574,1.9588996171951294,-6.301225662231445,1.3360759019851685,-0.14443306624889374,-0.4671584367752075,-0.42033231258392334,3.308617115020752,-4.137372016906738,-3.026895046234131,7.384739398956299,0.7316641211509705,-4.1260085105896,1.387770652770996,3.1397554874420166,-15.7963228225708,3.3310999870300293,-3.887192964553833,5.0417609214782715,-6.701319694519043,-13.34263801574707,4.931360721588135,-9.97488021850586,2.552790403366089,5.042603492736816,-5.607580184936523,-1.6243398189544678,-6.631393909454346,-3.342177629470825,0.7248533368110657,-0.503534734249115,4.852288722991943,-10.507892608642578,16.47149085998535,-3.739990711212158,5.72638463973999,2.2302186489105225,2.3762214183807373,5.458146095275879,-1.0969264507293701,0.7570476531982422,-5.486651420593262,1.7651832103729248,-6.723936080932617,-0.6789063811302185,-6.729849338531494,5.910447597503662,3.4323270320892334,0.34026065468788147,8.43786907196045,-4.17183780670166,-3.518765926361084,10.314000129699707,4.173758029937744,2.469672441482544,9.471789360046387,-4.094444751739502,-3.124558448791504,0.9205660820007324,3.0124595165252686,-2.9163432121276855,0.07685017585754395,2.2411630153656006,2.6243457794189453,-1.0121310949325562,-0.3711557686328888,0.11569957435131073,7.474387168884277,-10.573545455932617,5.789483070373535,-6.833812236785889,-7.172106742858887,-2.1801939010620117,-5.2940802574157715,-12.182196617126465,-5.589721202850342,0.09020618349313736,9.105825424194336,0.10570008307695389,-2.284123420715332,-5.213319301605225,-5.738692760467529,1.7692033052444458,6.02276086807251,-9.172157287597656,6.0887627601623535,5.4199981689453125,-4.770086765289307,-1.3409976959228516,-0.341948926448822,1.1711208820343018,8.465365409851074,-0.5296993851661682,-2.64277982711792,-0.2344895750284195,-2.4137096405029297,-0.34590497612953186,9.879960060119629,1.5586940050125122,1.595971941947937,-1.5794928073883057,4.006141662597656,-5.354608535766602,-3.5388805866241455,-4.528013229370117,-6.475065231323242,-5.412978172302246,8.152881622314453,5.3847150802612305,-7.295144081115723,-4.228142261505127,-1.4671075344085693,7.476089954376221,4.992130279541016,-9.824869155883789,-0.7122334837913513,-0.22079303860664368,3.4980971813201904,6.983478546142578,2.9179437160491943,-3.2309012413024902,0.5696054697036743,4.050515174865723,-2.8891239166259766,-1.1734260320663452,1.1134223937988281,-2.0311052799224854,-1.4085115194320679,5.000329494476318,6.38463830947876,0.5817296504974365,1.7186570167541504,10.361416816711426,0.414824515581131,5.330583095550537,-2.0670297145843506,-0.052781540900468826,2.2563416957855225,0.45325565338134766,-4.51214599609375,-3.394557476043701,0.8244104981422424,7.744268417358398,5.770229816436768,-5.501286506652832,-3.66538667678833,4.833309650421143,-3.972569227218628,-0.03710070624947548,1.9346857070922852,0.5539363026618958,-6.277661323547363,12.395711898803711,1.6358895301818848,-7.714539051055908,-4.741286277770996,-2.063114881515503,-1.475965976715088,1.1955114603042603,-3.825460433959961,-3.9102253913879395,2.3787591457366943,0.10930080711841583,2.581798553466797,-7.1769700050354,3.822350025177002,0.9185854196548462,3.0098185539245605,-3.533036708831787,4.666712284088135,-2.1593024730682373,1.698622703552246,0.31130701303482056,4.662205696105957,-2.4709455966949463,1.9172632694244385,0.3161488473415375,4.7138848304748535,-0.6759225130081177,-1.5416216850280762,-2.852820634841919,-1.9207065105438232,1.3063758611679077,-0.13879595696926117,-6.825168132781982,3.511707067489624,-7.164080619812012,-3.481706142425537,0.4759081304073334,-4.82763147354126,-1.1715785264968872,3.1270973682403564,9.379941940307617,2.1772825717926025,3.6287527084350586,-1.8384695053100586,6.637237071990967,-4.5671796798706055,-3.682935953140259,1.9815560579299927,5.653056621551514,-6.557507038116455,1.2007395029067993,3.0273823738098145,8.690202713012695,-7.925707817077637,4.023266315460205,-0.7358251810073853,-0.28361818194389343,8.984925270080566,-2.4592766761779785,7.142634868621826,-7.88887882232666,-3.867224931716919,-0.169058695435524,-5.347509384155273,-7.682653903961182,-5.290820598602295,8.471796989440918,2.342799425125122,-4.4778547286987305,-3.2799909114837646,10.116374015808105,-4.007588863372803,1.4552661180496216,4.234893798828125,2.1511969566345215,-30.234434127807617,-5.87026309967041,5.820802211761475,-4.087682723999023,1.8149319887161255,-0.007568803615868092,-3.2231600284576416,-1.5312894582748413,-4.4036431312561035,-3.958494186401367,5.514256477355957,1.6250126361846924,-1.5714170932769775,3.8298919200897217,-2.5991432666778564,1.1007243394851685,1.4024089574813843,10.031187057495117,0.2979230582714081,3.349595308303833,5.239267826080322,0.9214929938316345,5.583916664123535,-2.6621620655059814,-0.26323795318603516,-1.0942920446395874,1.3209582567214966,1.2561086416244507,-7.384155750274658,-7.973684787750244,7.038212776184082,1.6405104398727417,-7.290799617767334,-1.3486040830612183,-3.299844741821289,9.265231132507324,1.4965976476669312,-2.7561864852905273,-5.157226085662842,-3.300238609313965,4.167896270751953,-7.345532417297363,-3.9625606536865234,3.50276255607605,0.36105185747146606,-2.3977227210998535,3.10697078704834,-2.817166566848755,4.441094398498535,10.445186614990234,2.5168399810791016,-0.8789742588996887,-2.652737617492676,5.668419361114502,-1.8675860166549683,6.891238212585449,1.9073312282562256,-5.591596603393555,-7.808023929595947,3.326349973678589,-4.133997917175293,-10.368560791015625,-7.6225786209106445,7.171428203582764,0.05962700396776199,-2.159821033477783,-1.409765362739563,0.49699369072914124,-1.53500235080719,-1.182223916053772,-4.926016330718994,-1.0327080488204956,0.404316246509552,-4.201161861419678,-5.63134241104126,-9.47557258605957,5.036065101623535,1.7544506788253784,1.7039014101028442,-5.659809589385986,-2.78594970703125,-10.573287963867188,-5.291673183441162,12.934309959411621,6.102433204650879,-7.13300085067749,-3.762937545776367,-7.460179805755615,-0.02006271854043007,3.8629000186920166,-3.799154043197632,5.744281768798828,-3.8156704902648926,-4.02411413192749,4.025687217712402,-1.1775641441345215,-0.31688711047172546,-2.148531436920166,-1.2197954654693604,-7.943635940551758,3.1736390590667725,-2.334733486175537,0.20948275923728943,3.554097890853882,3.4613771438598633,-0.498237282037735,-8.510470390319824,-0.4579925537109375,-1.579269528388977,2.381922483444214,-10.609840393066406,3.201331377029419,0.6455047726631165,-3.831803560256958,-2.592813014984131,3.825300455093384,-4.352616786956787,2.7659358978271484,-2.7730166912078857,10.299880981445312,-4.4408464431762695,6.627325534820557,0.32292383909225464,-0.9740700125694275,7.428497791290283,-9.92786979675293,-3.7945408821105957,2.4506404399871826,-27.505462646484375,5.635458946228027,0.8632522821426392,-3.4815335273742676,-1.9683117866516113,5.072635650634766,2.0714943408966064,-3.3042914867401123,5.575109481811523,11.19460678100586,0.18068602681159973,-3.5871572494506836,0.21717263758182526,5.774135589599609,5.782345294952393,-2.0853466987609863,-6.102237224578857,-7.321484565734863,-0.663006603717804,0.7883033156394958,4.810564994812012,3.6421236991882324,-3.1739110946655273,-5.766655921936035,-2.5306951999664307,0.15200886130332947,-7.521205902099609,5.254507064819336,0.41591060161590576,2.882554054260254,5.488725185394287,-7.271381378173828,5.850961208343506,6.869739055633545,2.208256483078003,0.6893336772918701,-6.9452104568481445,4.5249342918396,3.4042463302612305,7.8253984451293945,3.295780658721924,7.799018383026123,-0.3141433000564575,-1.4093048572540283,1.5432727336883545,-4.358550548553467,-4.540615081787109,2.462146759033203,6.58817195892334,-6.54563045501709,-3.8449547290802,3.4302186965942383,4.427566051483154,-0.3226371705532074,4.498000621795654,2.9956464767456055,7.561687469482422,-1.2510125637054443,-0.7692638039588928,6.327455043792725,-2.7565910816192627,3.992436647415161,-5.663046836853027,-3.0833773612976074,4.869224548339844,-0.1395052671432495,-4.1947021484375,-2.6947009563446045,0.8504368662834167,-0.7635052800178528,3.7862131595611572,-2.0525050163269043,2.5069198608398438,-5.595156669616699,-3.9597904682159424,-7.659605503082275,1.7335810661315918,-15.516239166259766,2.4442129135131836,2.642195224761963,2.115216016769409,13.501940727233887,5.650137424468994,3.91630220413208,-16.025671005249023,5.449273586273193,0.7637530565261841,-6.0571818351745605,-9.386974334716797,6.138503074645996,3.1817572116851807,2.401960849761963,1.8547840118408203,1.5713106393814087,5.206784248352051,-8.809045791625977,-4.288556098937988,0.8377411365509033,-7.1858344078063965,-1.2206939458847046,5.097811222076416,5.281968593597412,2.4280169010162354,3.2936158180236816,3.9557430744171143,1.2480442523956299,-0.08482009917497635,-3.297593355178833,-5.643693923950195,-0.029735563322901726,3.2136411666870117,-11.525193214416504,2.8714442253112793,-5.396777629852295,1.0987952947616577,0.43691229820251465,13.551953315734863,2.6670920848846436,-3.9158644676208496,3.1289994716644287,-3.293443202972412,0.6006292104721069,-0.09006023406982422,-1.665575623512268,0.6175538897514343,6.974234580993652,-0.17205241322517395,-5.02247428894043,-3.890505790710449,2.743870258331299,-0.41710832715034485,-1.8739721775054932,-0.6750448942184448,0.03169574961066246,-3.5457050800323486,-5.235297203063965,11.175735473632812,5.128870964050293,-2.777458906173706,-0.253046452999115,1.3807004690170288,4.475782871246338,3.313082695007324,2.1623377799987793,-1.9381622076034546,-4.816191673278809,-7.791020393371582,7.518643856048584,-6.842001914978027,-8.254344940185547,-3.3550941944122314,1.0953351259231567,1.2351480722427368,-3.0718977451324463,-1.671535611152649,1.4109278917312622,7.760343551635742,-3.7543506622314453,3.93145489692688,-3.8675918579101562,-6.69104528427124,-4.68161153793335,-4.1044840812683105,-1.2315102815628052,3.5844249725341797,-7.265132427215576,-5.159290313720703,-4.749688148498535,5.724749565124512,-0.27764344215393066,-9.581591606140137,-2.016923189163208,-2.6167385578155518,5.897026062011719,-4.3468170166015625,-3.4161899089813232,-4.662827491760254,-4.408758163452148,-5.12639045715332,1.9300458431243896,-0.8603018522262573,5.906273365020752,3.6625518798828125,2.0346579551696777,1.5463204383850098,-4.320572853088379,0.7955831289291382,1.5354655981063843,-0.20002935826778412,-3.7501626014709473,-3.3743896484375,0.5008999109268188,-6.012831687927246,12.083878517150879,-1.9095978736877441,3.08488130569458,10.7335844039917,-8.77213191986084,1.588454246520996,-1.367014765739441,5.470154762268066,-2.1647133827209473,6.205142974853516,-2.203908681869507,11.620538711547852,11.925453186035156,10.594183921813965,-2.3789994716644287,-4.398494720458984,4.110474586486816,-4.204593181610107,-4.0541887283325195,-5.126381874084473,-2.1322267055511475,-1.4457261562347412,-2.5114400386810303,6.727741718292236,-10.130507469177246,1.2404299974441528,3.149016857147217,1.2821531295776367,-2.655388116836548,3.5986666679382324,6.509010314941406,4.726678848266602,5.554757595062256,1.3225719928741455,9.334019660949707,-1.682287573814392,-0.6275855302810669,-3.8411426544189453,5.946438312530518,0.24488864839076996,-10.809107780456543,2.884432554244995,-6.5775322914123535,3.99210524559021,0.6881272196769714,1.3787000179290771,-6.3217058181762695,1.863470196723938,9.492256164550781,4.053341388702393,-3.9966723918914795,4.593446731567383,5.538142681121826,-3.324944496154785,11.640317916870117,-2.389112710952759,-5.949954032897949,3.07351016998291,-3.3585009574890137,-5.461593151092529,5.784581661224365,-1.0766832828521729,0.4187595844268799,3.3218400478363037,1.8325457572937012,0.9361929297447205,-1.8198041915893555,7.826476573944092,-2.232084274291992,2.0204854011535645,1.0417479276657104,-1.4780889749526978,-11.278507232666016,1.1554045677185059,7.070705890655518,-1.495424747467041,2.686373472213745,1.3467674255371094,-8.951744079589844,5.309388637542725,4.757961750030518,4.473574161529541,12.572580337524414,8.963854789733887,7.750441551208496,43.57872772216797,-3.8214969635009766,2.070619821548462,1.5096724033355713,-10.284475326538086,-3.0929346084594727,-2.5405373573303223,-2.2044172286987305,0.3408130407333374,-0.9436426758766174,-4.436260223388672,0.2824573814868927,-0.2401074916124344,0.43447762727737427,-5.304830074310303,-0.8173447847366333,-1.983609914779663,2.354322671890259,-5.183503150939941,-6.750333786010742,1.031072735786438,-12.786898612976074,-4.495019435882568,-2.560356855392456,-4.38055419921875,4.860957145690918,-7.114719867706299,2.3636245727539062,3.9331650733947754,0.11829596757888794,-1.1269444227218628,0.0046373154036700726,-5.208601474761963,5.879365921020508,9.920053482055664,2.824498176574707,1.339700698852539,-6.9607038497924805,0.03749919682741165,-2.5317113399505615,1.7013416290283203,-1.4419196844100952,5.0047287940979,0.586540162563324,-2.0469679832458496,-3.020740270614624,2.7727646827697754,-0.6387496590614319,2.19101619720459,8.584342956542969,-1.1195331811904907,1.9531209468841553,-0.17886066436767578,1.9407522678375244,2.43540358543396,-2.026671886444092,-5.997164249420166,3.8706846237182617,-1.1527217626571655,4.391890525817871,4.512129306793213,-2.3322880268096924,8.797480583190918,5.1951189041137695,7.526517391204834,3.354933500289917,0.31826725602149963,-4.7795891761779785,1.4908274412155151,-2.363252639770508,2.705775737762451,0.5498257279396057,2.3843541145324707,-1.2483528852462769,3.06359601020813,6.4352312088012695,-15.796772956848145,-2.6175594329833984,3.4355854988098145,-3.0604851245880127,-8.75687313079834,6.016039848327637,-2.2912418842315674,0.5050238370895386,-2.4505417346954346,4.699002742767334,7.363078594207764,-7.413186073303223,-0.5415500998497009,-1.122706651687622,-2.1692187786102295,-0.04433608427643776,-7.35101318359375,-8.577430725097656,-1.7258344888687134,-5.284826278686523,-6.576436519622803,10.317909240722656,1.4085181951522827,2.136878728866577,2.9552834033966064,-0.24675193428993225,-6.1750874519348145,1.9344944953918457,-1.224413514137268,-6.4188618659973145,4.218892574310303,-7.151730537414551,-17.47776985168457,-3.5407462120056152,34.48163604736328,-2.5919668674468994,-19.109983444213867,11.726489067077637,0.3293170928955078,2.4367170333862305,-4.435268878936768,-4.408289909362793,-6.454805850982666,-0.464199960231781,-5.697454929351807,-3.31046986579895,-6.578491687774658,0.4842432141304016,0.40783634781837463,4.474792003631592,-1.9469343423843384,4.156972885131836,0.6341008543968201,-1.4397090673446655,-4.053293704986572,-1.3673322200775146,-5.060394763946533,-7.37273645401001,-5.184055805206299,8.437421798706055,2.8902552127838135,0.9341945648193359,-4.620423793792725,1.3714759349822998,4.239490985870361,-2.2046961784362793,7.91849422454834,0.5988678932189941,0.27989429235458374,-4.3890604972839355,0.020127059891819954,3.7177035808563232,-1.6866623163223267,0.8647084832191467,-3.7807867527008057,-1.5798490047454834,-4.008902549743652,8.855658531188965,5.364024639129639,3.049809694290161,2.623039722442627,1.3514585494995117,0.694764256477356,1.93256676197052,-2.6939189434051514,47.3475227355957,-2.508286952972412,-3.0184555053710938,6.582442283630371,3.3113675117492676,-3.489156484603882,3.0802202224731445,0.10335838049650192,2.9672629833221436,0.707790732383728,1.7323169708251953,6.337603569030762,-15.731620788574219,-3.1926701068878174,-3.771498441696167,0.7146188616752625,5.948572635650635,8.619694709777832,7.207831382751465,-8.85878849029541,7.012428283691406,-3.310359477996826,2.4494664669036865,1.964625597000122,9.944925308227539,7.987555980682373,-2.604482889175415,-0.31059107184410095,-1.3310041427612305,-1.2544198036193848,-2.0619256496429443,0.27356061339378357,6.193253517150879,-7.543211936950684,7.118644714355469,-0.8369775414466858,-3.3637211322784424,8.115535736083984,0.7819069027900696,3.187222480773926,1.0718848705291748,-2.416264057159424,-1.4390429258346558,1.1890987157821655,-6.7208251953125,3.8456814289093018,5.317547798156738,-0.9423357844352722,4.5810770988464355,-1.076552152633667,-0.22795091569423676,-5.861547470092773,-3.7335469722747803,5.107134819030762,1.8137561082839966,0.9426236152648926,-5.319875240325928,-4.530604362487793,-2.6666319370269775,-8.578941345214844,5.43511962890625,1.7293580770492554,-2.87042236328125,4.38922643661499,6.801319599151611,3.5243823528289795,-4.547322750091553,-0.6257114410400391,-2.136153221130371,-5.107433795928955,2.0437171459198,2.397991180419922,6.387030124664307,-4.692542552947998,-4.175535202026367,7.8227105140686035,-10.066333770751953,-0.1694479137659073,-2.924914836883545,-6.676451206207275,-3.8729076385498047,-2.040818214416504,3.3248817920684814,6.739419937133789,2.009321451187134,-4.24257755279541,-4.039106369018555,6.965246677398682,-7.940582752227783,0.008040307089686394,-4.633886814117432,5.886129379272461,-2.8040997982025146,-0.6156405806541443,-1.610595703125,-1.4816476106643677,-2.9925358295440674,-4.17331600189209,1.2453508377075195,-0.1394730508327484,6.490720748901367,2.9923932552337646,-0.44693538546562195,-1.5055820941925049,3.885580062866211,6.693000793457031,5.876160621643066,2.1565141677856445,1.1267883777618408,-1.9254188537597656,-2.8893797397613525,5.31543493270874,-3.9853832721710205,-9.769201278686523,1.1066052913665771,0.846304714679718,3.7785849571228027,5.538540363311768,-8.569234848022461,2.2659502029418945,-10.780495643615723,-12.204550743103027,-5.698627471923828,-16.577455520629883,-2.383763551712036,-1.3911755084991455,3.027271032333374,-1.2675023078918457,-4.599825859069824,-2.3476760387420654,-0.25295746326446533,5.101832389831543,5.099971294403076,-0.5053923726081848,-4.68243408203125,8.031368255615234,2.8495452404022217,4.612713813781738,-4.976675510406494,-4.668075084686279,-4.490501403808594,0.37966495752334595,10.508057594299316,-1.9249457120895386,-0.16289350390434265,-1.3369017839431763,3.042628765106201,1.622247576713562,-6.860808372497559,-6.233272075653076,3.1468682289123535,-13.425519943237305,3.6160824298858643,8.061837196350098,-10.220938682556152,2.6634223461151123,2.102550745010376,-5.05813455581665,8.69719123840332,-3.805506706237793,-5.678422927856445,5.83063268661499,-0.03444204106926918,1.543444037437439,-2.9712343215942383,-14.953570365905762,1.4054131507873535,7.360543727874756,-4.840026378631592,12.287556648254395,-1.9012404680252075,-5.585948467254639,-1.7550747394561768,3.648447275161743,-6.2576069831848145,1.121487021446228,1.9161570072174072,-0.16213828325271606,0.036758650094270706,-1.7653768062591553,6.719456195831299,4.536609649658203,-10.114437103271484,10.79747200012207,1.8937487602233887,-1.6855964660644531,20.2705078125,-0.8034321665763855,-1.0254708528518677,-2.7870919704437256,-5.032689094543457,-7.000343322753906,-5.314029693603516,3.3203673362731934,-4.758965015411377,-6.834623336791992,-2.8951382637023926,7.895999431610107,-8.538376808166504,4.798295974731445,2.1389222145080566,1.6874727010726929,-1.9187723398208618,2.68377423286438,1.6950664520263672,-3.7722928524017334,1.1166740655899048,3.8004050254821777,-3.940673589706421,-0.08246325701475143,0.6154994368553162,-9.842466354370117,2.340907096862793,1.2952790260314941,0.9492904543876648,-3.032550573348999,-1.4521665573120117,1.0264310836791992,-0.5042149424552917,7.796064376831055,6.535892486572266,0.1432114690542221,-1.7124241590499878,1.5218220949172974,7.886661529541016,0.7015225887298584,4.602931976318359,3.7518680095672607,-0.31664764881134033,6.6825056076049805,2.536133050918579,-8.511783599853516,-8.094432830810547,-0.9442023038864136,-9.395331382751465,4.919239521026611,-4.575469970703125,-5.765925407409668,10.139476776123047,-2.9112226963043213,-3.0898079872131348,5.242661476135254,-5.066617488861084,-6.0750932693481445,-0.15224064886569977,6.37755823135376,-10.871477127075195,-3.305894136428833,7.4126787185668945,2.8960587978363037,1.137762188911438,-1.8741264343261719,-0.281350702047348,-0.6449596285820007,0.4020535945892334,11.412599563598633,0.16237565875053406,-7.926079750061035,2.6514241695404053,-0.5934886932373047,-4.761800765991211,-11.173260688781738,-1.5876880884170532,-5.967184066772461,1.7897480726242065,1.5746909379959106,-1.0386598110198975,-3.6280765533447266,15.469634056091309,6.3922224044799805,-3.159518241882324,2.5855495929718018,-1.5308434963226318,9.156991958618164,3.66733980178833,4.130352020263672,-1.1766836643218994,-1.9155170917510986,-9.640012741088867,0.23886996507644653,-4.680295944213867,11.147990226745605,-1.827546238899231,1.6934012174606323,-4.638826847076416,-4.7359137535095215,-4.0119242668151855,-2.2659363746643066,4.089665412902832,-0.4215768277645111,-0.8146559596061707,-1.6232309341430664,5.584823131561279,-1.4348686933517456,8.559557914733887,3.009321689605713,2.0960371494293213,8.331324577331543,-5.233064651489258,-3.0825204849243164,-0.5355678796768188,7.0537028312683105,-5.78672456741333,-8.656564712524414,-3.492199659347534,-10.495582580566406,6.465885639190674,-5.01650333404541,-1.1741440296173096,-3.604245185852051,6.891056060791016,0.28696784377098083,0.9793497323989868,0.9920749664306641,4.444457530975342,2.636981248855591,-1.5793018341064453,0.27494320273399353,-3.394129514694214,-2.5414271354675293,9.812639236450195,-2.7733306884765625,6.238150119781494,10.396703720092773,3.692901372909546,-6.31326961517334,2.282665252685547,1.0730870962142944,3.627103328704834,11.586234092712402,0.007786530070006847,1.8836098909378052,6.03948450088501,-2.3207814693450928,2.1433770656585693,-2.342951536178589,-3.6451926231384277,-5.0783915519714355,5.333578109741211,-3.7675414085388184,-2.9141275882720947,0.6500489711761475,-4.244450092315674,-1.1447043418884277,5.36221981048584,1.4236258268356323,-7.740832328796387,8.771663665771484,-3.818916082382202,2.5358359813690186,-4.776498317718506,8.800905227661133,1.6097412109375,3.916039228439331,-6.011020660400391,-2.0365893840789795,4.384722709655762,-1.3996050357818604,4.159034252166748,-2.2240333557128906,2.7164909839630127,4.775844573974609,-0.6381135582923889,0.9539023637771606,-0.09360556304454803,7.749032497406006,-4.191142559051514,-6.834892749786377,3.1056535243988037,2.6204895973205566,2.439222812652588,2.483057975769043,0.05994228646159172,-1.7967722415924072,-1.3009366989135742,9.74392318725586,-2.0313973426818848,4.299463272094727,-8.762648582458496,-7.923227310180664,44.53594970703125,6.9238433837890625,-1.18595290184021,-2.7091081142425537,0.5956130027770996,4.87507438659668,3.2273831367492676,0.979513943195343,4.7643046379089355,-13.245697975158691,-4.431626796722412,-0.8361417651176453,5.347469329833984,4.121596336364746,8.03433609008789,7.1856584548950195,-2.1829264163970947,1.4833810329437256,-0.37748900055885315,2.6157386302948,-1.4198673963546753,1.2402080297470093,-6.782341480255127,1.2884935140609741,-1.1649025678634644,-4.519850254058838,-5.2454986572265625,12.243260383605957,-12.068466186523438,1.1215912103652954,2.997847318649292,-3.6462080478668213,1.7556838989257812,0.3312898576259613,-1.549332618713379,-0.49529942870140076,5.144937992095947,2.8727993965148926,8.443482398986816,3.2887794971466064,1.836341381072998,-0.3523053526878357,-6.0871357917785645,-2.311426877975464,2.27821683883667,1.3855148553848267,-1.358583927154541,12.089365005493164,-6.347155570983887,3.5664641857147217,-2.1131739616394043,-2.0405771732330322,1.6763683557510376,0.8356960415840149,4.118882179260254,-5.56856107711792,7.3729681968688965,8.539990425109863,-1.262619972229004,3.6160261631011963,-2.68379807472229,3.706047296524048,4.246518611907959,3.915985107421875,-5.248857021331787,4.881069660186768,0.6173617243766785,-8.09892749786377,2.7777888774871826,-5.6913743019104,3.710892915725708,-5.661092758178711,0.225701242685318,-3.560375213623047,1.9620572328567505,3.8330461978912354,0.24126112461090088,6.12501335144043,-5.461399555206299,4.815297603607178,-1.7071905136108398,2.0518908500671387,1.013689637184143,2.8746936321258545,5.497790336608887,0.11424292623996735,-1.4702931642532349,-4.585911750793457,11.253132820129395,-13.914092063903809,3.698791027069092,3.8884782791137695,-2.9579310417175293,13.549323081970215,1.0075002908706665,1.0136984586715698,6.252634525299072,-0.014113526791334152,-2.1660690307617188,-7.474360942840576,-0.9216845631599426,5.441688537597656,0.6574900150299072,-0.6509032249450684,4.240047931671143,4.472924709320068,-10.052342414855957,-4.147747039794922,6.949753284454346,1.5271542072296143,-2.883404016494751,-3.769087791442871,4.011271953582764,-0.24235518276691437,3.446463108062744,0.4275857210159302,6.210546016693115,-3.192575454711914,-3.6170132160186768,1.7629197835922241,2.821873664855957,-0.22134579718112946,2.017716884613037,-0.26893487572669983,6.759606838226318,4.808938503265381,4.529501914978027,6.442368507385254,2.0179388523101807,1.587453842163086,1.237709879875183,-0.5824337005615234,-3.0312068462371826,-5.450095176696777,7.4319562911987305,-0.03574838116765022,-3.9204463958740234,-2.9529740810394287,-4.700082302093506,-2.56158709526062,4.603935718536377,-2.251929998397827,-4.186699390411377,-4.763535976409912,-7.922369003295898,2.1343162059783936,-3.6596503257751465,-3.365546464920044,1.879581093788147,-0.16162675619125366,3.302013874053955,-1.4909981489181519,6.921666622161865,2.4591329097747803,2.562060594558716,-3.7922353744506836,-2.7280867099761963,-1.2801995277404785,9.042435646057129,0.41821134090423584,-7.026724338531494,1.7624684572219849,7.72390604019165,0.26422789692878723,-0.9044073224067688,3.0542819499969482,-1.1040151119232178,-1.466568112373352,-1.0236337184906006,1.7909175157546997,9.119155883789062,0.12616540491580963,5.108635902404785,-0.4808693826198578,-2.1834239959716797,-1.6203407049179077,0.19235435128211975,9.258305549621582,4.381609916687012,-1.8739784955978394,-3.7806103229522705,7.932985782623291,-1.5490961074829102,4.318609714508057,-7.2507452964782715,3.37309193611145,-2.2435860633850098,-4.838414192199707,-1.703722357749939,-6.926982402801514,-4.183341026306152,1.4120395183563232,6.149048805236816,-7.445744037628174,0.08522403240203857,-1.6428300142288208,-4.494696140289307,-11.26681900024414,7.788369178771973,4.033792495727539,-20.211870193481445,-0.33534395694732666,6.866249084472656,-12.789974212646484,2.9196667671203613,-0.6548802256584167,8.534660339355469,-4.68714714050293,-1.1466249227523804,4.544628620147705,-2.3672587871551514,-4.005900859832764,1.554090142250061,-0.145728200674057,-2.39774227142334,-0.6668848991394043,4.354206562042236,-1.5908317565917969,-2.3700003623962402,-6.544065952301025,0.6821730136871338,-5.642223358154297,-0.2417191118001938,-3.449331760406494,-7.178530693054199,1.1354540586471558,-3.9587185382843018,-6.498273849487305,-4.2964653968811035,2.807907819747925,-6.519347667694092,10.686412811279297,-2.210914373397827,-3.4784491062164307,-2.6342573165893555,-4.705720901489258,1.0973600149154663,3.2919278144836426,-6.742390155792236,-5.6056413650512695,4.386030197143555,1.755785346031189,-0.820242166519165,3.8746683597564697,1.674385666847229,3.268580913543701,12.739136695861816,-5.728139877319336,-0.01657036505639553,-1.7411023378372192,3.1659207344055176,4.841749668121338,-6.200759410858154,2.3375842571258545,4.667140483856201,0.9362336993217468,6.418160915374756,-3.159179210662842,7.976135730743408,3.1747775077819824,0.814083993434906,-0.5729210376739502,7.3851189613342285,-0.7879639267921448,-3.482944965362549,-2.7200703620910645,-1.5405689477920532,-1.234621286392212,1.0611042976379395,-0.4523177444934845,-0.8883644342422485,-3.2265663146972656,-4.532242298126221,3.3059842586517334,1.8295689821243286,8.309757232666016,2.4387145042419434,0.8469446301460266,-2.121206760406494,-0.9984476566314697,7.2094502449035645,-1.8937543630599976,-4.8858137130737305,-7.677133560180664,0.9578597545623779,7.599703788757324,1.0971440076828003,3.9209184646606445,7.869406223297119,-6.009768962860107,2.3090531826019287,7.310334205627441,-5.422887325286865,-3.678866386413574,0.8914515376091003,-0.5248454809188843,-1.695298671722412,2.4634575843811035,-2.428709030151367,2.927109479904175,1.5341687202453613,2.874803066253662,-4.236690521240234,2.229231119155884,7.3817243576049805,1.843794345855713,0.8489999771118164,-9.260041236877441,-0.9968233108520508,2.2465567588806152,2.074262857437134,2.535771369934082,2.762103796005249,-2.133702039718628,-3.2959651947021484,6.8758015632629395,-2.275010824203491,0.9546104073524475,-2.550189256668091,4.186814308166504,7.748028755187988,2.308187961578369,-4.29802942276001,-1.410530686378479,1.6039925813674927,0.8991690874099731,2.295964002609253,6.753460884094238,-0.961068868637085,6.96918249130249,1.442643165588379,1.0542839765548706,-1.03495454788208,-3.3893625736236572,-0.3393608331680298,0.9546740651130676,-0.5085799694061279,-0.4268595278263092,-0.7901774644851685,-3.0004255771636963,-1.3557542562484741,1.3512974977493286,0.4968793988227844,-1.1187012195587158,-10.933565139770508,-2.709474802017212,1.728598952293396,-8.07856559753418,-5.129059314727783,3.5017688274383545,6.601578712463379,0.07826968282461166,-9.008123397827148,3.2808806896209717,34.65185546875,7.031087398529053,7.006818771362305,11.751134872436523,-4.0244855880737305,0.5099337100982666,2.0793983936309814,-0.8202885985374451,1.6247658729553223,-1.9020681381225586,2.573298931121826,-4.235088348388672,2.4420266151428223,-7.045956134796143,2.547565460205078,-5.006274223327637,-4.204282283782959,6.359362602233887,2.0070793628692627,-4.463021278381348,3.420469284057617,8.51463508605957,-2.027116298675537,0.5795260667800903,-3.040548324584961,0.7397529482841492,-0.5589520335197449,2.0076632499694824,-4.884287357330322,4.535449028015137,-2.0622799396514893,1.7393854856491089,-3.317983627319336,5.1763529777526855,4.536616325378418,-2.563554286956787,9.00597858428955,1.9893828630447388,5.928295612335205,10.579891204833984,8.274822235107422,1.868141531944275,-1.8623707294464111,7.789571762084961,-1.981404185295105,0.3634502589702606,0.00031229632440954447,4.768973350524902,8.462206840515137,-5.227476596832275,-5.767862796783447,-6.895716667175293,-5.116703987121582,6.517094135284424,0.8098806142807007,-1.882821798324585,4.243086338043213,-2.749539852142334,1.7462878227233887,-1.154901146888733,-1.2355095148086548,-9.959052085876465,2.908447027206421,0.45482656359672546,-5.785773277282715,-2.8981165885925293,-2.513948678970337,1.422516107559204,-2.093722105026245,4.5322747230529785,1.376139521598816,4.689938545227051,4.48072624206543,2.0553319454193115,-3.531785488128662,0.4816266894340515,-4.0343499183654785,-0.24874845147132874,-8.01457691192627,4.963840484619141,-4.719139575958252,6.4124226570129395,0.5278370380401611,4.666018962860107,5.245649814605713,0.8982018232345581,1.1250271797180176,4.290555000305176,-2.4632840156555176,1.8528273105621338,-1.4359729290008545,-6.092650890350342,-3.199113607406616,-2.745295286178589,2.8872294425964355,5.6054768562316895,-2.800976276397705,2.9630630016326904,5.8974289894104,-1.6740872859954834,-2.4343695640563965,-0.21291200816631317,11.806331634521484,0.8659409284591675,9.191499710083008,-0.3085048794746399,2.098806619644165,-1.7281467914581299,4.501697540283203,2.9378323554992676,-0.3662222921848297,4.766348361968994,9.186478614807129,-10.036643028259277,0.6021658778190613,1.4401981830596924,-6.041681289672852,5.597890377044678,-8.689038276672363,-0.18591320514678955,4.2523193359375,4.148244380950928,-1.3616148233413696,5.920133113861084,4.435222148895264,4.261534690856934,8.478531837463379,-8.04282283782959,-3.20357608795166,-1.7916589975357056,-1.1908451318740845,1.4364835023880005,-9.21134090423584,-1.4162347316741943,-8.487940788269043,8.256193161010742,4.44533634185791,-5.705483913421631,-3.8792619705200195,3.4931159019470215,2.662618398666382,0.4277980327606201,-6.032046318054199,3.2043511867523193,3.7480990886688232,1.3587422370910645,4.052501678466797,5.905642032623291,-4.646630764007568,2.0056004524230957,-3.1510350704193115,3.885892391204834,-1.2668098211288452,2.438495397567749,4.2042012214660645,2.6256699562072754,4.18424654006958,0.040889643132686615,2.9671170711517334,-0.23114845156669617,2.422464609146118,8.226213455200195,-4.464308738708496,-3.731508255004883,8.131759643554688,-1.181891679763794,-6.9251861572265625,-4.243616104125977,-7.810644626617432,2.874438524246216,0.1837175488471985,5.428767681121826,9.936456680297852,4.444663047790527,-0.7109082937240601,-1.5048271417617798,4.326940059661865,1.646300196647644,0.26332733035087585,4.652894973754883,4.327470302581787,-5.849185943603516,-6.039675712585449,-4.890734672546387,4.252942085266113,6.6235833168029785,1.1641480922698975,1.0677329301834106,3.1386935710906982,-4.022764205932617,-2.895220994949341,0.3227972388267517,7.042372703552246,9.462193489074707,0.4927687346935272,-4.991537094116211,-5.627185344696045,0.4406542181968689,1.1703088283538818,2.4675498008728027,-1.30987548828125,0.19562694430351257,0.6641895174980164,-11.603968620300293,-3.3642499446868896,-2.4153947830200195,2.730456829071045,-5.0966362953186035,0.3191094398498535,-4.487235069274902,-5.854905128479004,-1.3453311920166016,-1.7805012464523315,-0.5756920576095581,-0.4994826912879944,1.050200343132019,2.2312095165252686,8.329314231872559,-3.194195032119751,3.0606889724731445,-6.801802635192871,-8.206999778747559,-2.715836763381958,-4.7571797370910645,1.9427752494812012,2.696669816970825,-5.955792427062988,-1.327527403831482,13.256190299987793,1.970059871673584,8.698230743408203,6.514590263366699,-3.4038708209991455,-9.132437705993652,8.37276554107666,10.650172233581543,22.224855422973633,5.383026123046875,-0.026784561574459076,-8.307287216186523,-5.5801873207092285]';
END;
$$ LANGUAGE plpgsql;

Change in seed.sql

On line 133

Replace the INSERT INTO "public"."brains" with

INSERT INTO "public"."brains" ("brain_id", "name", "status", "model", "max_tokens", "temperature", "description", "prompt_id", "last_update", "brain_type", "openai_api_key", "meaning", "tags") VALUES
	('2db343ed-f650-4e3c-a527-db7829829bee', 'Default brain', 'private', NULL, 256, 0, 'This is a description', NULL, '2024-01-22 22:27:50.799964', 'doc', NULL, public.default_brain_embedding(), NULL);

Explaination

The issue comes from the fact that the vectors of openAI have a size of 1056 and the ones from ollama (llama2 and mistral) have a size of 4096.
The error is thrown when the brains embeddings are compared. During seeding, a brain is created with an embedding of 1056, when it compares to your brain embedding that is 4096 the sizes do not match and it fails.

So the solution:
Basically, in the ollama sql file, I changed the datatype of every embedding from VECTOR(1056) to VECTOR(4096) in the related tables.

I'v added a function public.default_brain_embedding in both the init sql file and the ollama one. The one in the init file returns the brain embedding in a vector of size 1056 and the one in ollama, returns a vector of 4096.

Then finally, in the seed.sql, it uses the public.default_brain_embedding() to fetch the value of the brain embedding. In case you are using the ollama one it will overwrite the one from the init and return a vector of 4096.

Btw, did you have to update settings.py as well? If fixed, can you confirm that the search goes through? I've had another bug after that

Would you be interested in a PR @StanGirard ? We the updated seeds ofc

from quivr.

mimartin12 avatar mimartin12 commented on May 27, 2024

I've made a fix, it was made before the new seeds that were added 3 days ago though.

1. update xxx_init.sql

Add this at the bottom of your file

CREATE OR REPLACE FUNCTION public.default_brain_embedding()
RETURNS vector(1536) AS $$
BEGIN
    RETURN '[-0.0033153512,0.023352485,-0.004903887,-0.007629018,0.014502554,0.010779108,-0.022475585,0.0006897145,-0.019777436,-0.018279964,-0.0068533,0.021639159,-0.006927499,0.011865113,-0.016607111,0.013065789,0.01624286,0.004387866,0.0034418271,0.007271513,0.0045565,-0.0032613883,0.01587861,0.019008463,-0.0040067523,-0.006634075,0.011156849,-0.009996644,0.010401366,0.0009772361,0.030947777,0.017753825,0.007096133,-0.01984489,0.034266498,0.009018565,-0.00405397,0.0032934288,0.025956199,-0.0029123153,0.018725159,0.008978093,0.008863421,-0.006306925,-0.0061652716,-0.018603742,-0.008978093,-0.015824648,-0.010711654,0.0048094518,0.008795967,0.028843218,-0.012445215,0.022084353,-0.009193945,-0.0020168668,-0.010347404,0.0138819795,0.040526208,-0.008168648,0.005558188,-0.021706613,-0.024040513,-0.011156849,-0.006310297,-0.014664443,0.0022647593,0.017807787,-0.008883658,-0.008930875,0.0265363,-0.014799351,0.0054468894,-0.0047453707,0.018077603,0.0013760562,-0.013247915,0.011521099,-0.0009797656,0.003608775,0.01697136,-0.016256351,-0.03159533,0.020964622,0.012397997,-0.004711644,-0.00812143,0.012418234,-0.014151795,-0.012775738,-0.0074806195,-0.0041686413,0.00473188,0.011278265,-0.009126491,0.025160246,-0.0031180491,0.01911639,0.013106261,-0.031811185,0.026037144,-0.0094570145,-0.016350787,-0.02091066,-0.017564954,-0.009166963,0.0028684703,0.008640824,0.01092076,-0.007426657,-0.0010817894,0.005645878,-0.013767309,-0.029544737,0.005794276,0.0005050599,0.019629039,-0.0014822959,-0.0006020246,-0.016364276,0.02506581,0.021760575,0.011379446,-0.023028707,-0.0049814587,0.023919096,-0.010293441,-0.013052299,-0.0032984877,0.0031062446,0.019790927,-0.0024586888,0.010664436,0.00086425105,-0.016337296,0.02270493,-0.023959568,0.016580129,-0.028060755,0.011325483,0.005885339,0.030597016,-0.014516044,0.0025986554,-0.0014713347,0.023096161,-0.0083710095,0.014003396,0.015338981,-0.010118061,0.00032335636,0.008822949,0.033133276,-0.007959541,-0.003038791,0.0031146763,0.008478935,0.03825976,-0.0055716787,-0.0075008557,0.002450257,-0.00013174559,-0.006634075,-0.029706627,0.05029351,0.038880337,0.008964602,-0.018091094,0.018333927,-0.03623615,0.0034704949,0.025902236,-0.041767355,0.017713351,-0.013490748,0.02002027,0.03205402,-0.018644214,-0.013774053,-0.018333927,-0.034941036,-0.019736964,-0.009659375,0.0025750466,0.0028364297,-0.0250793,0.013072534,-0.037935983,0.013814526,0.011109631,0.014232739,0.020654336,-0.0023946078,0.0058010216,-0.67777514,-0.02271842,-0.01515011,-0.014570008,0.006994953,0.02830359,-0.0031753848,-0.006775728,0.009072528,0.008161902,-0.007925814,-0.0013903902,-0.0061618993,0.004590227,-0.013659382,-0.026617246,0.002655991,0.014151795,-0.0064688134,0.012559886,-0.008930875,0.023177104,-0.012202381,-0.0067082746,-0.019494131,0.018279964,0.012148418,-0.016188897,-0.0038954534,0.014016887,-0.040876966,0.00405397,0.008526153,-0.014596989,0.041956227,0.010239477,-0.02147727,0.014192266,0.0003697308,0.0023575083,-0.025497513,-0.0027824668,0.0017807788,-0.026482338,-0.027898867,0.017443538,0.009396306,0.009733574,-0.009989899,-0.02270493,0.022853326,0.007736944,0.002617205,0.0046070903,0.007615527,-0.0012799347,0.039662797,-0.008094449,0.0076020365,-0.0048836507,-0.0057706675,0.037018612,-0.015028693,-0.005075894,-0.004603718,0.013436785,-0.009038801,-0.00427994,-0.0018617233,-0.043224357,0.020317066,0.007993268,0.017200703,0.0022597003,0.025511004,-0.00051138364,0.022070864,-0.000117938645,-0.00048861804,0.023177104,-0.0015244546,0.000328837,-0.0038516086,-0.036290113,0.011757187,-0.014543026,-0.006873536,-0.007811143,0.004502537,0.0016197329,-0.00053541403,-0.005264764,-0.010023626,-0.0041113053,-0.001354977,0.00096290215,0.0015573382,0.0032934288,0.02596969,0.011757187,0.00015050615,-0.0060168738,-0.007885342,0.027790941,0.0064182235,0.009854991,-0.027683014,0.03933902,0.046030432,-0.006323788,-0.0045834817,0.0044620647,-0.008924129,0.0073524574,0.00055565016,-0.032782517,0.018779121,-0.02181454,0.026941024,0.0049308683,0.035426702,0.015379452,0.011244538,0.0016855003,0.047001764,-0.0009763929,-0.0117909135,-0.0065328944,-0.029247941,0.004317039,0.019534603,-0.0118718585,0.0059055747,-0.01622937,0.0053187273,0.028978126,0.017537972,0.0019426676,0.0062259804,-0.0011087708,-0.008978093,-0.0030556545,0.020128196,-0.008600351,-0.033834796,-0.020694807,-0.019224316,0.012242854,-0.010799344,-0.0011323796,-0.0058246306,-0.024094475,-0.01602701,0.011797659,0.024593633,-0.019979797,0.0058381213,-0.011844876,-0.005419908,-0.006833064,0.017295139,0.03013833,6.234201e-05,-0.011001705,-0.025659403,0.020775752,-0.016256351,0.01568974,-0.010893779,-0.044087764,-0.012053983,0.008364264,-0.013693109,-0.024499198,-0.0035514394,0.014543026,-0.011190576,-0.02868133,0.013908961,-0.0048769056,0.0045733633,0.030650979,-0.0008233572,0.002145029,0.027709996,0.0069544804,0.04004054,0.007285004,-0.0033507645,-0.010064098,0.0016484008,0.029086052,-0.0123103075,0.01361891,-0.017605426,-0.00047892155,-0.012094456,-0.006967971,-0.016458713,0.01515011,0.026603755,0.010927506,0.031487405,0.008478935,0.028249627,-0.03664087,0.034590278,-0.006475559,-0.0032900563,-0.0067858463,0.011291756,-0.015419925,0.012984845,0.00645195,0.007716708,0.001203206,0.012141673,-0.007595291,-0.021409817,-0.0027504263,0.0029645918,-0.005615524,0.005602033,0.0039089443,-0.0083845,0.03774711,0.0113052465,0.022070864,0.00803374,-0.03340309,0.019790927,0.0072445315,0.02544355,-0.0007811986,0.0024080984,0.015487378,0.00848568,-0.0073119854,0.022219261,0.008593607,0.029436812,0.03013833,0.013484002,-0.013612164,0.012640831,0.0053591994,0.017902222,0.013227678,-0.01748401,-0.00645195,-0.015824648,-0.013551456,-0.021207456,0.011757187,-0.007871851,0.006249589,-0.017065795,0.01189884,0.0035042218,0.022880308,0.01711976,0.015055675,0.017740333,0.009720084,0.024944393,-0.017969675,-0.0022293462,0.0122293625,0.018320436,-0.036209166,-0.02092415,0.012526159,-0.0072242953,-0.030030405,0.001693932,0.01711976,-0.009801028,0.00090640964,0.010462075,0.010084334,-0.028411515,-0.011939312,0.00424284,0.03229685,-0.00063575146,-0.00175717,0.002925806,0.009032056,-0.011392937,0.023338994,0.0019561586,0.013423294,-0.003956162,0.002994946,-0.006755492,0.0076762354,0.0013086025,-0.005065776,-0.012694794,-0.019278279,0.0015337294,0.008458699,0.010043861,-0.012094456,0.0058887117,0.018455343,-0.013328859,0.006141663,-0.0032040526,0.01045533,0.022583513,-0.004222604,0.008175394,-0.021261418,0.025187226,0.016337296,0.018738648,0.020451974,0.005298491,0.029625682,0.005524461,-0.029841535,-0.028789256,0.0121754,0.02131538,0.013517729,-0.014084341,0.01497473,-0.00043676296,-0.013841507,-0.04689384,0.0052546463,0.020465465,-0.023028707,-0.016661074,0.007446893,0.0066408208,0.027709996,0.020209141,-0.011865113,-0.0045261458,0.011069159,-0.01262734,-0.008263083,-0.003716701,-0.0043710023,-0.013072534,0.010630709,0.0096189035,-0.01697136,-0.002026985,0.0073659485,-0.0013136616,-0.01045533,0.015028693,0.021787558,0.017470518,-0.007379439,-0.008505916,0.020263104,-0.011966294,0.018846575,-0.016283333,0.01697136,0.0066981562,0.024296837,0.010394622,-0.017457027,0.032917425,-0.009146727,-0.0057032136,-0.019561585,-0.007554819,-0.024377782,0.010327168,0.0014637462,-0.021450289,-0.018967992,0.025092792,0.00909951,0.00062226073,0.021908974,-0.014367647,-0.026590263,-0.028465478,-0.020667825,-0.004478928,0.0091332365,-0.010495801,-0.021760575,0.0017453656,0.004124796,-0.016337296,0.00092580257,-0.021787558,0.008195629,-0.011453645,0.002301859,-0.005817885,-0.009254653,0.010023626,-0.026077615,-0.0071703326,0.0034047274,-0.005807767,-0.0212884,0.0006715863,-0.011325483,0.018994972,-0.006431714,0.016499184,-0.002930865,0.009450269,0.010853306,0.010549765,0.028411515,0.030893812,0.009632394,0.013423294,0.013679618,0.023433428,0.0013524474,-0.0046812897,-0.02579431,-0.0059730285,-0.02868133,-0.008829694,0.0025312016,0.015973045,-0.008742005,0.014313684,0.018131565,0.00029911517,0.0013170342,0.0044957916,-0.010333912,0.009875228,-0.007359203,0.016283333,0.0032175435,0.024742031,-0.001085162,0.007285004,-0.009180454,0.021247927,-0.031865146,-0.004091069,0.038178816,-0.0011947744,0.008721769,0.007885342,-0.033996686,-0.016161917,-0.0016998342,0.009875228,-0.013828017,0.0017706606,-0.032188926,-0.0026357549,-0.020087723,-0.01622937,0.014165285,-0.0029342377,-0.002586851,-0.034914054,0.03173024,-0.028276607,-0.012188891,-0.014570008,-0.028060755,-0.0044991644,-0.005173702,-0.0038111364,0.03715352,-0.017510992,0.016688054,-0.0014662757,0.013484002,0.011332228,-0.00039481517,-0.016188897,-0.01191233,0.032539684,0.03245874,0.02310965,0.022583513,0.005821258,0.011669497,0.007615527,-0.004188877,-0.00016325913,-0.040418282,-0.016728528,0.006215862,0.009645885,0.0067082746,0.024971375,0.016742019,0.0033811186,0.0035177125,0.014704915,0.0114671355,-0.017389573,-0.027790941,-0.00040345767,0.0070624067,-0.0051163663,0.0021197337,-0.03445537,-0.010522784,0.020870186,0.0042597037,0.015325489,0.013274896,-0.001438451,-0.03159533,0.010698163,0.034158573,0.015595305,-0.023285031,-0.012290072,-0.009821264,-0.004860042,0.009126491,0.012843192,0.02290729,-0.0015337294,-0.018860066,-0.0065160315,-0.01911639,-0.01425972,0.007615527,-0.027075931,0.0018971364,-0.016903907,-0.02057339,-0.027925849,-0.022232752,0.021544725,-0.0044856737,0.0013718405,0.041416597,-0.020870186,-0.027345747,0.01838789,-0.0069544804,0.05301864,0.015703231,0.03985167,0.018428361,0.00085244665,0.0018701549,0.009113,-0.016134934,-0.00013785857,0.036694836,0.016283333,0.0016576756,-0.01948064,0.008782477,0.022313697,-0.004249586,-0.024580143,-0.009160218,0.003397982,0.0053052367,-0.015905593,-0.009450269,-0.011413173,0.0047588614,-0.001241992,-0.02633394,-0.023352485,-0.006441832,-0.02072179,-0.002494102,0.015352471,0.027602071,0.017214194,0.01361891,-0.012263089,0.013908961,-0.02344692,0.0064047324,0.029086052,0.007750435,0.0028701567,0.010367639,0.016094463,0.0022799363,-0.0018229373,0.003956162,0.009996644,0.03156835,-0.016580129,-0.011116376,-0.0142057575,-0.023352485,0.0138010355,-0.0054097897,-0.0050522853,-0.013524475,-0.01127152,-0.0043710023,0.0111433575,-0.0009704907,-0.03048909,-0.021045567,-0.008202375,-0.0069207535,-0.0250793,-0.006499168,-0.0036897196,-0.03461726,-0.0016669505,-0.015177092,0.024027022,0.009470505,0.016310314,-0.00546038,0.027467163,0.041740373,-0.008067467,0.0040033795,-0.02381117,-0.0034704949,-0.04362908,0.0059291837,-0.0034738677,-0.025092792,0.028249627,-0.035264816,-0.0080472315,-0.012499178,0.0053693177,0.02038452,0.0002894187,-0.012269835,0.00074156956,0.004934241,0.022650966,0.014219249,-0.028411515,0.007723453,0.00035054865,-0.0077099623,0.005709959,0.0049511045,-0.011197321,0.0014392942,0.022988234,0.024566652,-0.030974757,-0.021059057,-0.010596982,0.029005108,0.0043339026,0.0016163603,0.0009696475,-0.029706627,-0.022205772,0.017011832,0.0034047274,-0.021059057,-0.014596989,0.0037436825,-0.015406434,0.003416532,-0.011757187,-0.010462075,-0.022610493,-0.025686383,-0.06400011,-0.002337272,-0.02761556,0.023312012,0.035993315,-0.007561564,-0.0064890496,-0.027156876,-0.027602071,0.008505916,-0.010576746,0.017605426,0.021247927,-0.0045632455,0.017173722,0.013652637,0.0016964616,0.012431724,-0.002322095,0.019507622,-0.0050050677,-0.014354155,-0.015662758,-0.0028516068,-0.0012639144,-0.005625642,0.027143385,-0.009881973,-0.020586882,-0.002391235,-0.014097831,-0.00273019,-0.012290072,0.013308623,-0.0064148507,0.015959555,0.012532905,-0.018266473,-0.003352451,-0.010232733,0.005386181,0.01711976,0.017767316,0.010664436,-0.007190569,0.004576736,-0.025524495,0.014489063,0.0024418253,-0.0021956193,0.012404743,-0.021342363,0.0013473885,-0.0013870175,0.016418241,0.0002767711,-0.0029274924,0.015662758,-0.009767301,-0.007750435,-0.004178759,-0.027467163,-0.003534576,0.0002835165,0.0029224332,-0.03861052,-0.017254667,-0.025430059,-0.0016880298,-0.026064126,0.0019527858,0.015015203,-0.042981524,-0.025457041,-0.004428338,-0.02273191,-0.0001880273,-0.019386204,0.0017209136,-0.016822962,-0.0074806195,0.00920069,-0.0098954635,-0.01984489,0.015635777,0.0093760695,0.0074603837,0.016607111,0.20009477,-0.0066846656,-0.002784153,0.03197307,0.0057167043,0.022448605,0.0002742416,-0.0075143464,0.00902531,0.019912343,0.008580116,-0.031271555,-0.023136633,0.010718399,0.0033946096,-0.0034873583,-0.025753837,-0.022205772,-0.02582129,-0.05072521,0.013666128,-0.009537959,-0.021220947,-0.024256365,0.011716714,-0.010570001,-0.0046475627,0.00022175416,0.020802733,0.013065789,-0.003632384,0.00024662772,0.014745387,-0.012080965,-0.03807089,-0.007541328,-0.00182631,-0.0010354149,0.005568306,0.014502554,0.004354139,-0.00039544754,0.017052306,0.02038452,-0.0013288386,0.03011135,0.02165265,-0.0058785933,0.012829701,0.00039502597,-0.01353122,0.0045935996,0.029113034,0.025430059,-0.0060640913,0.0018499189,0.022313697,0.00351434,0.009774047,0.0041113053,-0.02957172,0.038718447,-0.011878603,0.037450317,-0.010421603,0.017214194,-0.013389567,-0.016715037,0.036532946,-0.0065025403,0.0022984862,-0.022961253,-0.010158533,-0.0056492505,-0.02037103,-0.0066947835,0.016188897,0.0040573427,0.019237807,0.030597016,-0.032539684,-0.018172037,-0.017457027,-0.012944372,-0.011507608,-0.01622937,0.011116376,-0.0010168651,-0.004873533,-0.011399682,-0.010111315,-0.004050597,0.005524461,-0.014475573,0.013666128,0.027763959,-0.008856676,0.021301892,-0.035750482,0.004836433,-0.035750482,0.0548264,0.032782517,0.025524495,-0.01090727,-0.0004742841,0.005881966,0.018900538,-0.0067386287,0.0060303644,-0.0138010355,-0.0043642567,-0.009423288,-0.008013505,0.0026054007,0.016755508,-0.024107967,-0.005919066,-0.0032765653,-0.012964609,0.0016433417,-0.017173722,-0.02091066,0.009861737,-0.01840138,-0.017281648,-0.01191233,-0.00250422,0.0042023677,-0.0281417,0.015392943,0.013005081,-0.012114692,-0.007925814,-0.023123141,0.0071096243,0.016647583,0.005871848,-0.018833084,0.016769,-0.01172346,-0.0055312067,0.013173715,-0.015352471,-0.0051163663,-0.028600385,-0.008600351,0.024499198,-0.011770678,-0.0016306941,-0.023716735,-0.01802364,-0.0044688103,-0.007777416,0.0113727,0.008431718,-0.01461048,-0.034482352,-0.014772369,-0.0061989985,-0.00901182,-0.0005358356,0.013382822,-0.0074064205,-0.014084341,0.0026273231,-0.17473216,-0.008040486,0.030785887,-0.022664456,0.012492432,-0.019709982,-0.012148418,0.0030758905,-0.0019359223,0.01046882,0.0063170427,-0.00011814944,-0.0009974722,-0.015433416,-0.00029173744,-0.01678249,-0.021207456,0.00089460524,0.010556511,-0.0047150166,0.0009645885,-0.0032478976,0.0084519535,0.009969663,-0.013510984,0.0023136633,0.007979778,0.04818895,0.019588565,-0.010475566,-0.00785836,-0.023433428,0.028276607,0.007649254,0.023204086,-0.005386181,0.0043912386,0.0018111329,-0.024836468,0.007231041,0.0034772402,0.028060755,0.008526153,-0.0035817935,0.024404762,0.016755508,0.018603742,-0.029706627,0.009193945,-0.010259714,0.008499172,-0.029895497,-0.018118074,-0.0003309449,0.025335625,0.015231054,0.008775732,-0.0031973072,0.0037301918,0.0021534606,-0.021436797,-0.027736977,-0.012067474,-0.0085666245,-0.0020792615,-0.0024283347,-0.013180461,0.028654348,0.008640824,0.009281634,-0.0069207535,-0.016134934,0.014556517,-0.009173709,0.015460397,0.0026054007,-0.013430039,0.02725131,0.008957856,0.004900514,-0.002699836,0.03030022,-0.01605399,-0.010185515,-0.014543026,-0.00591232,-0.0073119854,0.008782477,0.0242024,-0.015743703,0.0044553196,-0.034347445,-0.014219249,-0.016903907,0.008344027,0.025106281,-0.0042057405,0.00050674623,0.01100845,0.007973032,-0.0055312067,0.012121437,-0.017564954,0.026172051,0.0073119854,-0.018698176,-0.0043608844,0.011892094,0.006799337,0.00073229463,0.005537952,0.0027166994,0.014745387,0.038880337,-0.030947777,-0.006647566,-0.03334913,-0.014097831,0.0121956365,0.0053726905,0.039042223,-0.005487362,-0.009699848,0.008607097,0.0008473876,0.007264768,-0.075656116,-0.045598727,0.015946064,0.015554832,-0.0025143381,0.005659369,-0.016634092,0.0103811305,-0.017996658,0.005925811,-0.019925835,-0.0055008526,-0.026279977,-0.01911639,0.01602701,-0.020101214,0.008350773,0.026050635,-0.007588546,0.024984865,-0.0065025403,-0.011291756,-0.0030843222,-0.03226987,0.0068364367,0.008883658,-0.024566652,0.023892114,0.027156876,-0.01000339,-0.011338973,-0.041605465,0.0076627447,-0.016728528,0.0064553227,-0.0004024037,0.0014064105,-0.0068903994,0.025713366,-0.030543054,-0.0039696526,-0.015770685,0.014340665,-0.010536274,-0.014489063,0.013517729,-0.020667825,0.025376096,-0.017241176,-0.023042198,0.0027015223,-0.0228938,-0.0017908968,0.000972177,0.021423308,-0.011561571,0.03623615,0.010974724,-0.0012596985,0.0037200737,0.013679618,0.009996644,-0.030165313,0.0055649336,0.021962937,-0.012789229,-0.03445537,-0.012040492,0.012688048,-0.017618917,-0.018455343,0.014704915,0.0023625672,0.012822956,-0.025915727,-0.025119772,-0.0102192415,-0.012458705,0.0067622373,0.0047217617,-0.025713366,-0.003480613,0.00509613,-0.028627368,-0.017605426,0.014988221,0.0027807804,0.012910645,0.01407085,-0.04182132,0.008816204,0.029976442,-0.012843192,-0.01985838,-0.014367647,-0.01894101,0.022354169,0.008991583,0.0023086043,-0.0054907342,-0.039285056,-0.01803713,-0.07317381,0.017875241,-0.008856676,-0.020802733,0.0034637495,0.012431724,-0.012202381,-0.003274879,-0.022111336,-0.0013136616,0.0043676295,0.0023844896,-0.015446906,0.010225987,-0.023716735,-0.02417542,0.018671196,-0.03205402,0.014421609,0.015311999,0.016418241,-0.0045868545,0.0024907293,-0.00012879449,-0.01767288,0.012182145,-0.013241169,0.014961239,-0.021355854,0.014812841,0.0056526233,-0.00992919,0.0026205778,0.010145042,-0.0046509355,-0.012013511,0.018738648,0.02669819,-0.011116376,0.021935957,-0.023015216,-0.034266498,0.019359224,-0.024944393,0.0024536299,0.0049713408,-0.048054043,-0.021086039,0.033079315,0.0037403097,0.008141667,0.023487393,-0.020505937,-0.0036458746,-0.03375385,0.020249613,-0.005311982,0.0065328944,-0.019898852,-0.011332228,0.03955487,0.006833064,0.008822949,-0.0036357564,-0.015365962,0.002091066,-0.013376077,0.008364264,0.007561564,-0.039932612,0.0031500896,0.0075143464,-0.0072040595,0.022866817,0.028060755,-0.0054772436,-0.0043339026,0.008903894,-0.01693089,0.025295151,0.034266498,0.012478942,-0.026968004,0.010293441,0.02236766,0.004290058,-0.017929204,0.010623964,-5.5464893e-06,-0.005524461,-0.027683014,0.02184152,0.0030775769,0.014961239,0.007871851,-0.008161902,-0.0116290245,-0.0046914076,0.022462096,0.03971676,0.006259707,0.015460397,8.06283e-05,-0.006870163,-0.010927506,-0.0031382851,-0.02541657,-0.0064688134,0.028816238,0.021140002,0.0020354167,-0.011939312,-0.017632408,0.013025317,-0.031703256,0.008640824,-0.012344034,-0.007743689,-0.025591949,0.01838789,-0.01235078,0.0004028253,0.011258029,-0.02270493,-0.0014097831,0.008445208,-0.005494107,-0.03175722,0.00857337,-0.0011694792,0.02671168,0.011642516,-0.028897181,0.0019966306,-0.008613843,-0.013295132,-0.014232739,0.019210825,-0.0047251345,0.08153808,-0.016674565,-0.010745381,-0.010172023,0.0008600352,-0.00038554028,-0.018374398,0.015757194,-0.015433416,0.019966306,0.018630723,-0.049349155,0.0022816227,-0.00992919,-0.029706627,0.016876925,-0.03715352,0.023042198,0.0034974765,-0.024337308,0.02255653,-0.009639139,0.014340665,0.00043760613,-0.029032089,0.01065769,0.018185528,-0.03011135,0.01602701,-0.016175406,0.030192293,-0.0038313724,-0.047001764,-0.014219249,-0.00082672987,0.027561598,0.011777423,-0.0071366057,0.014731897,0.003868472,0.009801028,0.005450262,-0.0066543114,-0.026104597,-0.00088111445,-0.009355834,-0.022866817,-0.026833098,-0.004350766]';
END;
$$ LANGUAGE plpgsql;

Replace xxx_ollama.sql

Replace the content of your ollama sql file with the following:

-- Update embedding's type to llama2/mistral vector size (4096) --
alter table "public"."vectors" alter column "embedding" set not null;

alter table "public"."vectors" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);
alter table "public"."vectors_old" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);
alter table "public"."summaries" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);
alter table "public"."documents" alter column "embedding" set data type vector(4096) using "embedding"::vector(4096);

-- Create function to match vectors
CREATE OR REPLACE FUNCTION match_vectors(query_embedding vector(4096), match_count INT, p_brain_id UUID)
RETURNS TABLE(
    id UUID,
    brain_id UUID,
    content TEXT,
    metadata JSONB,
    embedding vector(4096),
    similarity FLOAT
) LANGUAGE plpgsql AS $$
#variable_conflict use_column
BEGIN
    RETURN QUERY
    SELECT
        vectors.id,
        brains_vectors.brain_id,
        vectors.content,
        vectors.metadata,
        vectors.embedding,
        1 - (vectors.embedding <=> query_embedding) AS similarity
    FROM
        vectors
    INNER JOIN
        brains_vectors ON vectors.id = brains_vectors.vector_id
    WHERE brains_vectors.brain_id = p_brain_id
    ORDER BY
        vectors.embedding <=> query_embedding
    LIMIT match_count;
END;
$$;


-- Create function to match summaries
CREATE OR REPLACE FUNCTION match_summaries(query_embedding vector(4096), match_count INT, match_threshold FLOAT)
RETURNS TABLE(
    id BIGINT,
    document_id UUID,
    content TEXT,
    metadata JSONB,
    embedding vector(4096),
    similarity FLOAT
) LANGUAGE plpgsql AS $$
#variable_conflict use_column
BEGIN
    RETURN QUERY
    SELECT
        id,
        document_id,
        content,
        metadata,
        embedding,
        1 - (summaries.embedding <=> query_embedding) AS similarity
    FROM
        summaries
    WHERE 1 - (summaries.embedding <=> query_embedding) > match_threshold
    ORDER BY
        summaries.embedding <=> query_embedding
    LIMIT match_count;
END;
$$;


CREATE OR REPLACE FUNCTION public.default_brain_embedding()
RETURNS vector(4096) AS $$
BEGIN
    RETURN '[-4.193970203399658,-2.249079942703247,-1.8292213678359985,7.276055335998535,0.5347579121589661,-8.115791320800781,8.053089141845703,-2.8444881439208984,0.44055238366127014,-9.328559875488281,-3.252248764038086,-7.981241226196289,-4.02187967300415,-0.9660980105400085,-1.1113090515136719,-10.478044509887695,-3.593939781188965,2.6068031787872314,7.28953742980957,-4.49129581451416,1.0715711116790771,-7.43617582321167,1.7148630619049072,7.688658237457275,-2.6212406158447266,-1.61775541305542,-7.270906448364258,-3.564422845840454,5.172426700592041,-3.944613218307495,7.702740669250488,4.9839301109313965,14.43484878540039,5.182358741760254,-0.20369887351989746,-1.2347081899642944,-8.921392440795898,-4.788492679595947,-1.3405656814575195,6.854384899139404,3.467855215072632,-1.8135043382644653,-4.8276286125183105,4.252856254577637,1.917582392692566,2.881305456161499,-2.615104913711548,0.9791815876960754,-1.1240670680999756,4.54605770111084,-8.764673233032227,3.8674368858337402,-8.966645240783691,-58.669803619384766,1.2459734678268433,-6.129790782928467,-1.4181779623031616,-3.3223798274993896,3.501502752304077,0.11994822323322296,0.23633813858032227,1.655943512916565,-11.124833106994629,-4.13722038269043,1.1987175941467285,-5.111620903015137,-1.5898394584655762,0.5241074562072754,-12.76803970336914,1.5206767320632935,-10.572859764099121,2.407682180404663,1.4573700428009033,-7.490842342376709,3.1315248012542725,-12.239216804504395,-5.598870754241943,1.2643176317214966,1.6531327962875366,2.0779757499694824,-2.1694865226745605,-5.891058444976807,1.623412013053894,1.6279529333114624,-6.453060150146484,11.31270980834961,-5.49539852142334,2.612788438796997,6.993852615356445,1.9712433815002441,1.0500309467315674,-0.041501130908727646,2.3467044830322266,13.221449851989746,-1.4747488498687744,-3.5223307609558105,-3.916541337966919,3.471635341644287,-1.0799154043197632,5.645509243011475,-4.71172571182251,2.103447198867798,-1.8981125354766846,-2.0278046131134033,-1.1210339069366455,0.1840723156929016,3.895153045654297,-4.284956932067871,1.6472296714782715,0.07568240165710449,-4.817102432250977,-4.671844482421875,2.0517325401306152,-1.3268916606903076,-0.15247586369514465,6.874695301055908,11.275279998779297,-0.8881198763847351,1.6401504278182983,6.476899147033691,-2.3969032764434814,-10.951266288757324,-0.5439844727516174,-5.737927436828613,9.029165267944336,-0.7121708989143372,-3.7902889251708984,-0.40665706992149353,-5.195065498352051,6.7429375648498535,2.1481311321258545,-0.7432291507720947,2.733937978744507,-1.3266806602478027,-1.3973960876464844,2.488468885421753,-1.2703436613082886,0.8863301873207092,-7.902259349822998,0.47706496715545654,5.243210315704346,2.3385541439056396,-1.0004849433898926,4.788212776184082,-4.754875659942627,-3.422006607055664,-5.094654083251953,-6.8527607917785645,5.267897129058838,4.044232368469238,5.7193732261657715,0.6552775502204895,-0.34515729546546936,9.047760009765625,2.3566296100616455,4.54086971282959,1.0895193815231323,-1.705567717552185,1.6486328840255737,-2.866236686706543,-1.8253393173217773,-3.7723329067230225,-4.576801300048828,-2.230982542037964,1.420278549194336,2.5510010719299316,2.2921876907348633,-0.3478974997997284,3.5205507278442383,-3.58866810798645,0.12307703495025635,-7.670609474182129,1.6273210048675537,-7.61186408996582,0.5454234480857849,0.30137744545936584,-1.426321029663086,-0.7729600667953491,6.932607173919678,5.599000930786133,2.1022789478302,-3.1508750915527344,-6.258838653564453,-4.8324294090271,-5.63637113571167,9.890084266662598,7.71575927734375,2.3325066566467285,1.4907385110855103,-1.4109312295913696,-0.08864159137010574,3.8429770469665527,-0.8785245418548584,2.1239399909973145,4.792870998382568,-0.7980470657348633,-1.2374273538589478,-8.626282691955566,3.9517829418182373,4.366067409515381,0.4394438862800598,-2.368072748184204,-1.112796425819397,-1.7359793186187744,-23.970046997070312,0.6970785856246948,-8.612753868103027,-0.8292632699012756,-1.3977712392807007,-6.6456990242004395,-8.423437118530273,2.946573257446289,4.871788501739502,-0.8997190594673157,-6.899556636810303,-8.655266761779785,1.832717776298523,-1.4103102684020996,14.638582229614258,4.141719818115234,-6.899883270263672,-2.4919443130493164,4.31769323348999,-1.2049885988235474,1.0073351860046387,-8.033947944641113,-3.077132225036621,7.217020034790039,5.988856315612793,6.433078765869141,0.5673796534538269,4.631770610809326,-4.448533535003662,-2.7321271896362305,-0.6230522394180298,-7.925471305847168,5.124627113342285,1.4252257347106934,13.65710163116455,0.02311733178794384,-0.9665530323982239,-2.2307355403900146,0.4020159840583801,3.805846691131592,-5.905627250671387,1.2937790155410767,5.819243431091309,-2.677978515625,4.372904300689697,-4.430815696716309,4.991445064544678,-0.604489266872406,-2.1543664932250977,7.322848320007324,4.127947807312012,-3.7203569412231445,6.199981689453125,-7.217787742614746,-0.06655420362949371,-0.35194188356399536,2.7448296546936035,-0.5045119524002075,-3.935190200805664,1.6283807754516602,1.9905073642730713,0.427450031042099,3.7943780422210693,10.49251937866211,0.4154892861843109,-9.656633377075195,-0.6542791724205017,1.3427152633666992,0.9103509187698364,1.8443330526351929,7.862006664276123,-4.558621883392334,9.80830192565918,2.3119890689849854,-3.646212577819824,-0.7012742161750793,4.411900043487549,5.506320476531982,14.287324905395508,-5.414771556854248,5.619268894195557,-2.74763560295105,6.631549835205078,-1.5280232429504395,4.35869026184082,2.0167129039764404,6.569552421569824,8.927374839782715,22.773876190185547,-3.479159355163574,5.747023582458496,-4.928918838500977,-10.648109436035156,-9.043295860290527,-2.4842326641082764,-0.4674128592014313,-12.790596008300781,-8.943925857543945,1.1800071001052856,11.952483177185059,-7.474354267120361,-0.9482787847518921,1.0151954889297485,10.906643867492676,-5.003495216369629,-1.3235880136489868,-1.314648151397705,8.014214515686035,1.2953705787658691,-0.25092944502830505,1.5078155994415283,0.1201062798500061,3.453437089920044,1.571533441543579,-3.756267786026001,0.8907462954521179,-5.593123435974121,-7.5959014892578125,10.172414779663086,-2.95812726020813,-6.896433353424072,3.8444619178771973,-4.165102958679199,-3.120342969894409,-7.967145919799805,-2.5797603130340576,-4.144314765930176,8.733620643615723,-5.4932990074157715,2.4923133850097656,-2.108319044113159,-1.3501167297363281,0.35750970244407654,-1.3117344379425049,2.0045018196105957,3.3677115440368652,-3.802952527999878,-2.7814879417419434,0.6987726092338562,2.457893133163452,3.861374855041504,3.388296604156494,-0.4123035967350006,1.7105059623718262,-5.447212219238281,-2.8036203384399414,2.6977386474609375,-1.76970374584198,-5.218234539031982,4.58477258682251,-3.942064046859741,-2.1097536087036133,15.351336479187012,-4.858871936798096,3.9684603214263916,-4.272567272186279,7.278570652008057,2.9009554386138916,6.047590255737305,-0.14156655967235565,2.2567174434661865,-9.201187133789062,9.393424987792969,4.471199035644531,2.309596538543701,2.396921157836914,1.9075851440429688,-0.06118541583418846,-4.073320388793945,-1.486985206604004,-4.373709201812744,-3.3227338790893555,-4.560775279998779,-3.1883716583251953,5.626150131225586,4.425692081451416,0.03207886591553688,-3.2983572483062744,-1.5001771450042725,5.451467514038086,2.5217065811157227,2.5742859840393066,8.40579891204834,2.077699661254883,-0.23871582746505737,-1.586327075958252,9.89783763885498,-0.9165251851081848,-1.9686849117279053,1.5895088911056519,2.6652510166168213,1.9412379264831543,1.8005187511444092,6.850627899169922,-1.281739592552185,-1.0915025472640991,-0.43430575728416443,0.016747908666729927,0.8099319338798523,-7.8079986572265625,0.9018740057945251,-0.06920015066862106,-5.372931957244873,1.6449341773986816,3.161186456680298,0.5103405714035034,-0.16170811653137207,-1.4942796230316162,3.5477733612060547,-3.1084742546081543,-3.918936014175415,-3.138596296310425,5.7607879638671875,-0.5226483941078186,-8.987699508666992,-1.4497307538986206,5.721145153045654,-1.28964102268219,-1.5753062963485718,-0.1620665341615677,4.859633922576904,3.294715166091919,4.643388271331787,-0.39431890845298767,-6.3265204429626465,3.156275749206543,-9.36499309539795,-3.632497549057007,2.4520905017852783,0.5345872640609741,4.23569917678833,2.853605270385742,-2.2340829372406006,3.1343116760253906,-1.9896384477615356,-0.8180939555168152,-12.518176078796387,-2.688828706741333,-12.005474090576172,5.412171363830566,-3.6405365467071533,-3.4979007244110107,2.658576488494873,-4.9221649169921875,-2.7297956943511963,-3.439857006072998,4.883697986602783,-7.488379955291748,12.073746681213379,-6.373249530792236,-1.410782814025879,-1.452863335609436,-1.1252062320709229,-0.43960532546043396,-0.6046599745750427,6.662454128265381,-8.548966407775879,-15.960744857788086,-1.7163578271865845,-8.49068546295166,-9.803449630737305,3.913620710372925,7.558104038238525,-4.860519886016846,7.802587985992432,-2.4740631580352783,-5.091739177703857,4.445549488067627,-0.4652063250541687,-5.921733856201172,-4.572891712188721,-2.210454225540161,3.8720481395721436,-0.5274145603179932,-2.07068133354187,-4.554750919342041,-2.579249858856201,2.2949554920196533,-7.027438640594482,-15.867392539978027,-2.878697633743286,-0.4748171865940094,-0.764890193939209,9.899602890014648,-5.7534356117248535,2.3789024353027344,1.340478539466858,2.0175724029541016,-2.7153255939483643,-0.22172987461090088,6.74977970123291,3.608375310897827,-4.715883731842041,-5.610424041748047,-1.5071467161178589,6.308402061462402,-9.703682899475098,1.1627779006958008,-2.118018627166748,-0.2779349386692047,1.83278489112854,4.820342540740967,-0.5014252662658691,9.342081069946289,-3.6639254093170166,-1.5447415113449097,-5.3965301513671875,0.4853488802909851,1.9944113492965698,-5.4763569831848145,3.806818962097168,13.940596580505371,1.2209728956222534,-6.8404130935668945,1.693071961402893,-0.787111759185791,7.410058975219727,-0.03276294469833374,2.7314751148223877,-9.316898345947266,-3.782893419265747,3.9858710765838623,6.140144348144531,-2.719896078109741,-0.6202002167701721,-6.411310195922852,1.146118402481079,-1.6121948957443237,-2.1610054969787598,-4.039895057678223,1.965375304222107,5.28928804397583,5.15179443359375,-7.342850685119629,11.15157413482666,-8.683850288391113,-5.817098617553711,3.375499725341797,1.3167937994003296,-3.693808078765869,0.46543410420417786,-3.380920171737671,5.0193047523498535,3.400557041168213,-0.9394131302833557,-1.2637124061584473,1.7500978708267212,-1.0568509101867676,13.342495918273926,0.6469749212265015,-1.5126057863235474,-4.346827030181885,5.279015064239502,3.68090558052063,-5.45015287399292,0.33320489525794983,2.9118690490722656,0.5860030651092529,5.573600769042969,2.610011339187622,-6.798805236816406,0.15788283944129944,-0.43453851342201233,5.044940948486328,6.496558666229248,8.068760871887207,-5.853827476501465,-4.842122554779053,3.825679302215576,4.595277309417725,1.7708858251571655,-7.544949054718018,-7.007969856262207,6.495204925537109,18.770029067993164,5.944510459899902,-7.592045307159424,3.800264358520508,-8.088330268859863,-7.721741199493408,-1.7056843042373657,-4.584674835205078,-0.0872495248913765,0.6179237961769104,2.708004951477051,-1.7054871320724487,-3.915079355239868,0.9638947248458862,11.645968437194824,2.6497392654418945,1.8027516603469849,-1.9070919752120972,0.020212747156620026,4.0620951652526855,1.0225727558135986,-1.3940047025680542,3.481388807296753,-3.3461849689483643,8.077804565429688,5.9857964515686035,6.080887317657471,6.550577163696289,-5.960723876953125,-4.048196315765381,-3.220371723175049,-2.483832359313965,4.88222599029541,-4.8255391120910645,-7.561000347137451,4.005519390106201,0.8724965453147888,-3.8270158767700195,-3.530613422393799,-4.522127151489258,1.7241302728652954,5.2095627784729,3.392953872680664,4.555144309997559,-8.123393058776855,-4.028531551361084,-8.582984924316406,0.3193351626396179,-3.9071226119995117,1.475944995880127,5.584230422973633,1.3629311323165894,5.426328182220459,2.2195417881011963,-0.07119964808225632,6.963017463684082,4.200308322906494,-2.815417766571045,-1.7031742334365845,-2.7079803943634033,2.0292375087738037,2.0910398960113525,3.179311513900757,-4.052643299102783,-5.348859786987305,4.584843635559082,4.986374378204346,1.6998471021652222,-7.1743621826171875,-0.04632546380162239,8.907820701599121,0.14435209333896637,3.6622605323791504,7.653849124908447,-7.890377044677734,6.808627605438232,6.159285545349121,7.7671990394592285,-1.2955384254455566,-1.4016306400299072,-0.5822493433952332,4.556332588195801,2.5127224922180176,0.9693545699119568,25.925477981567383,2.1129186153411865,6.161554336547852,2.3432061672210693,-5.077036380767822,0.8375980257987976,4.317434787750244,4.556879043579102,-7.322882652282715,-1.6712734699249268,6.967662811279297,0.39543354511260986,-3.8489253520965576,-8.30984878540039,8.533892631530762,-1.2985165119171143,-1.9033304452896118,4.786986351013184,7.588756084442139,10.1083984375,-2.645885705947876,5.3218536376953125,2.223968744277954,7.2226738929748535,5.836813926696777,4.949902057647705,-2.0329642295837402,9.234447479248047,12.307981491088867,5.298318862915039,-5.262299060821533,-9.022153854370117,-0.9570217728614807,3.032961368560791,-3.972696304321289,1.4183005094528198,-7.100282669067383,1.0951759815216064,10.67121410369873,-17.0474796295166,1.4238598346710205,-3.0593373775482178,-3.4436163902282715,-33.58119583129883,-0.6497058868408203,1.46426260471344,1.4688347578048706,-6.996191501617432,1.1303285360336304,0.5584117770195007,-1.2129740715026855,1.618957757949829,2.7960267066955566,3.2359843254089355,-3.5098681449890137,2.996842861175537,-5.825902938842773,-0.9878947734832764,2.3214075565338135,-3.4478986263275146,-1.1544756889343262,3.410191059112549,3.1358373165130615,-1.9739949703216553,-2.579777479171753,-0.36108869314193726,3.3520681858062744,-9.3546781539917,2.565317153930664,-1.735870122909546,-9.308631896972656,3.092134714126587,-1.0090305805206299,-12.606915473937988,10.384903907775879,-5.056537628173828,8.102734565734863,-4.616536617279053,-10.656919479370117,-9.245524406433105,-1.5476528406143188,2.5330450534820557,-7.278661727905273,1.583275556564331,-3.483991861343384,-8.098337173461914,-3.7835540771484375,2.904999017715454,-10.426897048950195,0.7236593961715698,5.94488525390625,-4.01561975479126,0.1404244303703308,-4.119523525238037,-0.4002106785774231,1.2947202920913696,2.213413715362549,6.3275299072265625,-6.214623928070068,-7.191605567932129,0.1802002489566803,0.4038917124271393,-4.773585319519043,6.200255870819092,2.885916233062744,-4.414779186248779,-0.9525805115699768,4.874565601348877,-0.6642493009567261,3.775397300720215,3.5849297046661377,7.642641067504883,0.6509690880775452,3.5241165161132812,2.2391257286071777,-0.4100688397884369,8.14271354675293,-2.961026906967163,-10.250214576721191,-2.270127058029175,-3.1722233295440674,-5.3201751708984375,0.6069419980049133,10.397467613220215,-4.1039605140686035,2.5093820095062256,-5.545957088470459,-3.351803779602051,1.2322150468826294,7.093244552612305,1.5863037109375,-4.771435260772705,-1.0979987382888794,3.389036178588867,-2.3466012477874756,0.3406181335449219,5.605834484100342,3.8761985301971436,5.3827900886535645,-0.8215576410293579,-0.14596320688724518,6.2483930587768555,7.903834819793701,-0.124301478266716,-5.444809436798096,0.14828985929489136,0.08441521972417831,5.432069778442383,10.544540405273438,-2.589914321899414,-7.04718017578125,4.400321960449219,-2.4613780975341797,1.500504732131958,7.10383415222168,-5.070468425750732,-0.28955915570259094,3.8034584522247314,-0.11283373832702637,7.858177661895752,2.1218745708465576,3.314328193664551,5.3522629737854,-0.40626686811447144,1.8313372135162354,4.092426300048828,-2.374366283416748,-3.380685567855835,-0.5425091981887817,-5.096035957336426,5.0043134689331055,1.7691479921340942,-7.175146579742432,7.343842029571533,-10.687631607055664,-1.4614063501358032,0.04033684358000755,-12.940452575683594,0.4730404317378998,4.338637351989746,4.282057285308838,6.409994125366211,-6.995847225189209,7.182521343231201,17.426145553588867,7.896996021270752,-0.8557250499725342,5.122710704803467,-9.116127967834473,-4.202866554260254,3.7798590660095215,5.870696067810059,-6.342931270599365,-5.127872943878174,-5.464745998382568,-7.266597747802734,-4.166762828826904,3.1615490913391113,0.817640483379364,2.196605682373047,3.2351253032684326,-5.757701873779297,-1.9103025197982788,-6.616872787475586,-6.937507629394531,-3.2210958003997803,0.2567541003227234,-6.824212074279785,-0.702203094959259,-2.5231502056121826,-1.190535545349121,0.6742474436759949,6.599227428436279,-0.8592593669891357,-0.9504531621932983,0.1653704196214676,8.461762428283691,-9.317938804626465,-10.362983703613281,-1.2448837757110596,-4.698657989501953,-2.9532790184020996,5.628449440002441,4.7307634353637695,-3.917102813720703,0.13041791319847107,4.118036270141602,-5.220721244812012,7.751979827880859,1.8140451908111572,-6.481154441833496,0.5760341286659241,1.1861469745635986,0.83411705493927,0.11757084727287292,-3.0364367961883545,4.322473526000977,-2.5274064540863037,-10.545638084411621,-2.20719051361084,-1.1033412218093872,-13.11573314666748,-3.366626739501953,-0.1198238879442215,10.021402359008789,-3.3374545574188232,-8.582534790039062,-1.4647234678268433,3.2672293186187744,0.6528652310371399,-3.7161149978637695,2.0006299018859863,3.4655961990356445,-6.815365314483643,-1.8776352405548096,-3.07169771194458,-8.357367515563965,7.11514949798584,0.5041657090187073,-3.1837892532348633,-1.5676463842391968,2.3590445518493652,0.10619056224822998,3.8945529460906982,1.9333863258361816,5.73086404800415,-0.4961324632167816,2.0686287879943848,11.51768970489502,6.147356986999512,-2.624268054962158,3.444955348968506,0.27582329511642456,-2.8005104064941406,5.339378833770752,1.829335331916809,7.173275470733643,5.94277811050415,-3.1464645862579346,1.9404411315917969,-3.2534263134002686,3.1348037719726562,-0.4667026996612549,-0.18859806656837463,-9.187902450561523,1.784919023513794,-2.9705798625946045,-5.1081976890563965,8.074033737182617,-4.345146179199219,-0.8276891112327576,-3.2535319328308105,1.8507323265075684,3.3512814044952393,-2.3125205039978027,-1.0978292226791382,2.9496614933013916,4.903167724609375,2.4228806495666504,3.465315580368042,0.4441780745983124,-2.1788904666900635,3.4853055477142334,3.1652302742004395,5.67228889465332,-0.3784218430519104,1.3805973529815674,0.7424802780151367,-3.4062626361846924,5.438350677490234,-6.496249675750732,-0.46290457248687744,-1.054416298866272,-3.9720449447631836,1.7138506174087524,-1.625077486038208,-7.920221328735352,7.50244140625,-8.277905464172363,-3.1171109676361084,2.494814157485962,-0.26680946350097656,-4.463191509246826,10.905993461608887,1.7810895442962646,3.8689301013946533,1.305358648300171,-0.9955852031707764,-4.001128196716309,-0.25211530923843384,-4.2741265296936035,7.7171149253845215,-0.42881298065185547,6.55565881729126,6.200474739074707,10.474322319030762,-5.586258411407471,-1.5247093439102173,4.711759567260742,-1.2231062650680542,6.447263240814209,-1.7695443630218506,5.064925670623779,5.219264507293701,3.6739556789398193,-6.01176643371582,11.034340858459473,9.260704040527344,3.877183198928833,-4.052155017852783,-6.219758033752441,2.9351584911346436,-0.6489871740341187,-1.2460709810256958,2.844247341156006,3.1425983905792236,-6.24574089050293,0.49261680245399475,9.085402488708496,-0.8291833400726318,-0.5188319683074951,5.644829273223877,2.1389787197113037,12.783687591552734,-2.9811079502105713,2.1631126403808594,-0.4899003207683563,7.101009368896484,-7.704004764556885,-4.004364490509033,-7.508909702301025,-5.094050407409668,-6.981337070465088,-0.3339288532733917,-2.486380100250244,-10.616235733032227,-10.9139404296875,1.3674157857894897,-0.002854692516848445,27.986440658569336,-2.0476834774017334,4.01010274887085,-3.7388882637023926,2.2842628955841064,-1.093428611755371,-0.012543436139822006,5.523678302764893,4.5137810707092285,5.363168239593506,1.45845365524292,1.8049522638320923,1.9340804815292358,-4.25794792175293,-5.018726825714111,2.7839837074279785,0.17505358159542084,0.5629484057426453,-1.5852646827697754,-1.3778135776519775,-1.8644253015518188,-7.499004364013672,-6.742125511169434,1.8269931077957153,-0.3079753816127777,0.6147990226745605,-1.5056610107421875,4.608756065368652,-5.672040939331055,2.4408137798309326,-3.3191652297973633,0.8234421014785767,-0.7290223836898804,-3.5984902381896973,-2.8060457706451416,-1.2091395854949951,-1.602847695350647,-4.954471588134766,1.8719007968902588,7.321931838989258,1.47118079662323,3.4613349437713623,-5.1108012199401855,-3.8221933841705322,6.522442817687988,3.218170642852783,-8.923816680908203,5.493917465209961,8.974809646606445,0.6930789947509766,4.460164546966553,-1.7894600629806519,-9.862244606018066,2.5297176837921143,-2.8169941902160645,-5.6949687004089355,9.140414237976074,2.2652809619903564,1.91183340549469,0.07997561246156693,4.811420440673828,-1.0864667892456055,6.716462135314941,-1.8220164775848389,-7.5328369140625,-2.010547161102295,5.330547332763672,7.194547653198242,13.510503768920898,-4.339382171630859,4.259775161743164,5.802922248840332,-3.61133074760437,-0.40634623169898987,0.8766509890556335,-11.999231338500977,5.933012962341309,-0.49509114027023315,3.416942596435547,-3.2290942668914795,-4.81214714050293,-0.7055569291114807,2.9375531673431396,-6.238615036010742,-14.074324607849121,-3.4210500717163086,6.520296573638916,-1.8520194292068481,-3.6335182189941406,0.20574094355106354,5.272729873657227,0.6835914254188538,6.341631889343262,0.6415953040122986,6.863203525543213,3.270106554031372,0.7769181132316589,4.349888324737549,-1.807988166809082,-5.40723180770874,-1.8132078647613525,8.721333503723145,11.997008323669434,-4.2684454917907715,-3.4559357166290283,-10.988750457763672,-3.6972715854644775,-1.7793614864349365,0.6865934133529663,3.136599063873291,1.994872808456421,1.3361142873764038,2.770750045776367,1.4977012872695923,3.5996880531311035,0.13906997442245483,1.1547778844833374,0.11077454686164856,-10.011322975158691,1.2724809646606445,-5.061926364898682,7.050661087036133,2.5392398834228516,-0.3480432331562042,-0.11932790279388428,-2.6990439891815186,-0.7510188817977905,0.8287408947944641,11.700196266174316,-3.672053575515747,-8.517437934875488,-2.947969436645508,0.20691373944282532,8.607251167297363,-4.4023756980896,-10.781671524047852,-8.523126602172852,-12.220592498779297,-6.223639488220215,0.18736718595027924,-4.122493743896484,-5.399454593658447,-7.311476230621338,3.6337270736694336,-0.20506758987903595,3.6413819789886475,-1.324280023574829,7.459151268005371,2.914247989654541,4.592597484588623,-2.658379316329956,13.017754554748535,1.166750431060791,-17.31682777404785,-2.888601303100586,-2.3921875953674316,2.1979963779449463,2.326929807662964,-10.671359062194824,1.6748676300048828,-1.4773684740066528,-1.4214788675308228,-3.2415616512298584,2.9171526432037354,6.342302322387695,-5.987863540649414,-9.55953598022461,-0.9049094915390015,-8.212248802185059,-7.278163433074951,-7.019861221313477,5.361965179443359,2.3283543586730957,-1.8031984567642212,4.284055233001709,-0.38558417558670044,7.255632400512695,7.524656295776367,-0.7094053626060486,-3.9586029052734375,-1.3947389125823975,-5.19341516494751,-4.206947326660156,1.440049409866333,8.02035140991211,-4.480235576629639,3.0599613189697266,0.7204204797744751,1.16727614402771,4.334156513214111,-0.29777130484580994,-4.683863162994385,-7.850405693054199,-3.2111456394195557,2.7572028636932373,-8.99264144897461,-4.575278282165527,-0.3733200132846832,-0.6067599654197693,-7.341908931732178,-3.0358872413635254,1.7248018980026245,-5.353775978088379,-1.958939790725708,-0.26531317830085754,-7.37139892578125,0.283030241727829,-4.320190906524658,-1.4069756269454956,3.0871920585632324,-8.0154447555542,-3.5422699451446533,-3.3933537006378174,-4.214327335357666,-3.984851360321045,6.334156513214111,-1.2465496063232422,8.596110343933105,-2.2734875679016113,8.24981689453125,1.6613255739212036,0.45994138717651367,2.383467674255371,-3.8849990367889404,-0.9352940917015076,-5.809548854827881,6.744631767272949,5.531035423278809,15.53515911102295,2.1134285926818848,-4.904789447784424,-7.675278663635254,0.9511209726333618,-10.092818260192871,-4.527069091796875,0.6869924664497375,-3.8494513034820557,1.431716799736023,-0.6550344228744507,-8.183539390563965,9.201020240783691,5.01876163482666,-8.42789077758789,-1.1415507793426514,7.6437458992004395,7.536369800567627,5.364876747131348,0.8627970814704895,-8.47271728515625,-3.090282917022705,5.658993721008301,-2.6351280212402344,0.37005800008773804,-5.509136199951172,2.1939237117767334,1.1576192378997803,-0.735417366027832,-4.905683994293213,-7.099001407623291,8.58657169342041,-2.4515910148620605,1.805907964706421,-3.491943836212158,-2.9303698539733887,-6.302551746368408,9.727811813354492,-1.5832966566085815,2.0670461654663086,-9.312644004821777,5.738977432250977,-4.8638458251953125,1.2414385080337524,-3.580521583557129,-6.61343240737915,2.3262195587158203,0.4871640205383301,-4.69758415222168,1.6254606246948242,2.293166160583496,4.8739190101623535,-0.31801366806030273,1.0849689245224,3.245366096496582,1.1396361589431763,-9.096126556396484,-0.7303773760795593,4.58065938949585,-2.577075481414795,6.773446559906006,-1.4099777936935425,1.6541308164596558,1.2698659896850586,0.48725971579551697,1.9448184967041016,-6.855411529541016,-4.91995906829834,4.048407077789307,-1.9284213781356812,3.3165581226348877,-11.90382194519043,8.942874908447266,-4.149729251861572,-2.038804769515991,4.6200079917907715,5.008485317230225,-0.28072741627693176,-4.382216453552246,-1.471332311630249,-4.697734355926514,1.2217028141021729,6.394278049468994,-0.9158117175102234,-2.072831869125366,1.904123306274414,3.1123931407928467,3.5899767875671387,0.48596271872520447,0.7692813277244568,8.614233016967773,-3.065687656402588,-3.6691553592681885,6.095205783843994,1.248058557510376,-3.0344583988189697,6.386973857879639,2.8209657669067383,1.5573784112930298,-4.222815036773682,10.516753196716309,2.459733486175537,8.76308822631836,-15.782341003417969,-4.13486909866333,-12.695853233337402,-53.40082931518555,4.073929786682129,-4.294267177581787,2.9977192878723145,4.236005783081055,-0.26357054710388184,0.7753326892852783,13.457688331604004,-1.6257655620574951,1.5608550310134888,-11.347135543823242,-3.4816737174987793,2.885655164718628,8.106917381286621,4.511733531951904,-2.3259472846984863,5.181740760803223,-0.39142394065856934,1.7578115463256836,3.3430042266845703,-0.8390417695045471,6.622375965118408,8.962397575378418,2.8562159538269043,10.735047340393066,-6.583930492401123,-0.15773934125900269,-10.44662857055664,-11.894063949584961,0.7232946157455444,6.297604084014893,-0.7748658657073975,5.86598539352417,6.055154800415039,-5.800082206726074,-0.3636507987976074,-2.8772242069244385,1.7881643772125244,-0.8124645948410034,-8.525531768798828,-3.3200294971466064,3.5822672843933105,7.372173309326172,-2.539761543273926,3.619036912918091,3.942250967025757,2.7445688247680664,-4.163305282592773,4.79819393157959,0.20577727258205414,-2.058328151702881,-3.0852530002593994,3.7430717945098877,-22.689252853393555,-0.7905015349388123,-8.745573043823242,1.4596996307373047,-6.550750732421875,0.47616806626319885,20.90061378479004,-3.644693374633789,0.8970491290092468,0.31942400336265564,-7.212869167327881,5.880528926849365,4.831121444702148,2.3301398754119873,-2.892927885055542,3.6686031818389893,-0.8730757832527161,0.6230646371841431,-3.5016250610351562,-0.32002541422843933,-4.811507701873779,-2.590240001678467,-1.4490132331848145,-5.124128341674805,-6.780745983123779,4.082083225250244,-1.3514175415039062,-1.6897315979003906,2.7642061710357666,0.48505550622940063,-10.487133026123047,-4.161971092224121,-3.2897698879241943,-0.7858947515487671,-1.7092176675796509,4.188661098480225,-2.507063150405884,6.861669063568115,-1.8246687650680542,3.168816328048706,-4.981302261352539,-9.25623607635498,1.3029979467391968,1.2567247152328491,0.869771420955658,-6.653489112854004,3.073502540588379,-2.8965725898742676,10.771760940551758,-8.682348251342773,-3.6708767414093018,0.762122631072998,-0.09963896125555038,1.7562170028686523,1.6970138549804688,2.4419867992401123,-8.157780647277832,4.563781261444092,12.589824676513672,6.523670196533203,13.09469985961914,-7.0858283042907715,-9.555339813232422,3.9509804248809814,-9.969594955444336,1.1239346265792847,-4.784959316253662,3.6472699642181396,-5.440889835357666,1.5887101888656616,-1.6281611919403076,-9.070693016052246,-5.814088344573975,1.6143262386322021,-1.5452494621276855,-4.944364547729492,0.6941066384315491,-7.401803493499756,-1.686844825744629,-0.8221296072006226,-1.4501502513885498,-1.8671185970306396,8.401683807373047,-2.169951915740967,-8.054740905761719,-2.5753393173217773,-2.1249818801879883,4.205004692077637,0.012621677480638027,-7.050512790679932,-1.0881019830703735,-2.582202196121216,5.581636905670166,-0.6569097638130188,-0.564080536365509,6.638246059417725,5.404984474182129,-15.139432907104492,2.9374172687530518,-4.471027851104736,2.8998289108276367,7.566778182983398,0.27175024151802063,1.3714022636413574,-1.8860167264938354,4.941927909851074,-3.91025710105896,-0.07134553790092468,0.0892581045627594,-3.855616331100464,-0.12162656337022781,-5.300032138824463,2.112370014190674,0.7774784564971924,-0.5803390741348267,13.368621826171875,-1.2192318439483643,-6.223804950714111,-9.026998519897461,1.6750363111495972,-3.251621961593628,0.33285337686538696,-0.4580337107181549,-3.29951548576355,-2.6871979236602783,-8.195886611938477,4.781131267547607,-1.8077079057693481,4.591677188873291,-0.6669745445251465,2.2335526943206787,-4.815789699554443,-2.3338723182678223,1.2002938985824585,-1.6213765144348145,-5.426355361938477,2.079617500305176,-17.21514892578125,-1.3921645879745483,5.244448661804199,-7.108015060424805,-3.8624517917633057,0.4924970865249634,1.0077966451644897,1.7950974702835083,0.06862015277147293,0.7156597971916199,5.051678657531738,-6.917070388793945,-10.099580764770508,2.900973320007324,2.435713529586792,-2.613163948059082,6.002480506896973,2.7599380016326904,-1.537239909172058,5.157290458679199,6.659675598144531,7.932322025299072,-5.472066402435303,-6.73595666885376,-0.7164058089256287,1.9807242155075073,-1.6008611917495728,1.1952723264694214,5.08491325378418,2.8543317317962646,-5.171228408813477,5.0717854499816895,3.9510419368743896,-2.264319896697998,-0.05243029072880745,1.8197416067123413,-2.2038793563842773,-2.1858177185058594,1.015856385231018,0.5073288679122925,4.915715217590332,4.323250770568848,-8.147165298461914,3.8307464122772217,-4.51962947845459,-2.044647693634033,5.577209949493408,-4.13856315612793,1.250160813331604,0.13557185232639313,4.665801525115967,4.556253910064697,3.127200126647949,3.209627389907837,3.8429203033447266,-6.406786918640137,-4.988115310668945,1.0918806791305542,3.364807605743408,6.191760063171387,3.3159468173980713,-4.5061845779418945,1.1207128763198853,-10.640883445739746,0.031439002603292465,10.086115837097168,-1.4831103086471558,-5.659878730773926,2.312486171722412,5.695919513702393,-3.5938332080841064,-0.21594084799289703,6.962930679321289,3.5989363193511963,1.2262284755706787,0.01415283139795065,24.288145065307617,2.068800687789917,-5.2056708335876465,-3.2162671089172363,13.181680679321289,10.014412879943848,2.0753791332244873,-4.57525110244751,-8.673760414123535,-3.3258187770843506,2.2388124465942383,10.501054763793945,-6.022385120391846,-1.6534268856048584,-10.634472846984863,-7.600667953491211,2.6522128582000732,3.909515142440796,1.5312690734863281,-1.4002376794815063,-3.700854539871216,-1.2761071920394897,-4.249314308166504,-0.8799130916595459,-1.2893633842468262,-0.4389498233795166,-8.224264144897461,-6.556943893432617,1.5604157447814941,-1.8103922605514526,0.021883031353354454,6.946428298950195,-4.125898361206055,-0.846044659614563,-4.650543212890625,0.9721091985702515,-0.26011261343955994,5.68820333480835,7.719551086425781,-8.047470092773438,0.7169542908668518,-4.698738098144531,-2.179929494857788,5.747375965118408,5.312274932861328,-2.65901517868042,0.0008470624452456832,7.422652244567871,2.3341822624206543,-9.769140243530273,5.789968967437744,-9.137383460998535,-5.31618070602417,2.9796900749206543,0.12659423053264618,3.556797981262207,-3.193075180053711,-0.45340487360954285,-0.059326428920030594,-8.740917205810547,5.432036876678467,1.834969401359558,-4.694188594818115,4.433127403259277,0.5944724082946777,-2.150268316268921,3.7827866077423096,-2.1003904342651367,-6.510555267333984,7.190595626831055,0.8026620745658875,4.910429954528809,-5.4050703048706055,-0.4153531789779663,-8.162689208984375,0.8254499435424805,6.203946590423584,0.25045767426490784,-9.763870239257812,-0.08467506617307663,2.246185064315796,14.075547218322754,1.2774232625961304,0.013310431502759457,-2.8173987865448,5.956609725952148,-3.0529286861419678,-6.753418445587158,1.9547497034072876,8.79681396484375,-6.854502201080322,-4.646735191345215,5.121458530426025,2.693866729736328,1.5952470302581787,7.574794292449951,2.691751718521118,-0.44049596786499023,1.8173749446868896,1.013806700706482,-7.369245529174805,-6.497995853424072,-0.42395973205566406,-8.50439453125,0.6759025454521179,4.399624347686768,-12.432186126708984,-2.67446231842041,-1.0828686952590942,-11.19052505493164,-10.209513664245605,-5.805417537689209,14.624665260314941,6.254373073577881,0.3049828112125397,-0.563174307346344,4.32528829574585,5.135776519775391,1.8058772087097168,-16.32128143310547,7.834630489349365,-6.56308650970459,-3.6889429092407227,1.419944405555725,4.328752517700195,-3.6722168922424316,5.401953220367432,-3.1567928791046143,4.5959696769714355,3.3274545669555664,11.228740692138672,-3.4393982887268066,9.083598136901855,0.7007534503936768,5.065409183502197,-0.5194790959358215,0.15560564398765564,4.155047416687012,1.0081799030303955,-0.7111713886260986,0.6538291573524475,-0.6700863838195801,0.22489690780639648,1.5842794179916382,2.455763339996338,0.6064073443412781,-3.1005072593688965,2.129845380783081,5.613063812255859,-6.786335468292236,5.949152946472168,-7.976615905761719,-5.450307846069336,-10.122579574584961,1.4186300039291382,-11.312344551086426,4.422445774078369,0.5760692358016968,-3.201704978942871,1.4518380165100098,-8.256210327148438,-3.8508927822113037,3.2153074741363525,3.3585903644561768,1.522103190422058,-1.7975115776062012,-8.487910270690918,-7.553439140319824,-4.338458061218262,8.948816299438477,-0.7900514602661133,-2.359952449798584,1.6100598573684692,0.04147184640169144,5.800642490386963,2.4827871322631836,-2.3067264556884766,6.266802787780762,-3.2224204540252686,-13.166610717773438,9.031003952026367,-2.1053781509399414,-6.496401309967041,7.735189437866211,6.813131332397461,2.3263399600982666,4.280067443847656,0.15861757099628448,9.449346542358398,-0.3442784249782562,1.7795507907867432,2.172797679901123,-7.080454349517822,-1.3135006427764893,-4.132441520690918,3.1119883060455322,-6.185741424560547,-4.6552910804748535,-2.0911130905151367,-9.800942420959473,0.9034174680709839,-1.7107815742492676,-5.734133720397949,2.08901309967041,-5.215712070465088,0.8399648070335388,-12.174538612365723,10.220372200012207,2.406900405883789,3.1256749629974365,-2.0947213172912598,-3.023664712905884,2.02976655960083,2.2715632915496826,2.305382251739502,3.088447093963623,-0.7041813135147095,-0.26835960149765015,-7.328100681304932,-3.687976121902466,-2.4347660541534424,-2.650773048400879,-3.8675334453582764,2.9458296298980713,1.3083618879318237,-5.449506759643555,1.6329631805419922,-4.389573097229004,-4.055537700653076,-0.3537970185279846,3.5648114681243896,4.2950439453125,8.869853019714355,7.622435569763184,-2.2636325359344482,-3.26174259185791,6.074422359466553,8.233890533447266,-0.6254057884216309,-2.697735071182251,-4.384257793426514,1.5442094802856445,3.574446201324463,1.6278328895568848,-4.186892986297607,0.2662354111671448,-9.306370735168457,2.480032205581665,5.93238639831543,11.864104270935059,3.809870719909668,-0.9020650386810303,-8.750629425048828,5.924395561218262,2.187357187271118,5.9951300621032715,2.315696954727173,8.806946754455566,5.294933795928955,0.3082713484764099,-0.48154863715171814,-7.351866245269775,-7.0260820388793945,14.295038223266602,-1.0810741186141968,-1.7342946529388428,-5.03117561340332,8.5740385055542,2.106787919998169,-1.3159650564193726,0.7195228934288025,4.164411544799805,2.406841516494751,3.8867340087890625,0.17285802960395813,-5.247726917266846,-4.0382399559021,2.3694913387298584,3.932985782623291,-9.06917953491211,0.4379170536994934,0.7461050152778625,0.7335008382797241,-1.4083583354949951,3.318624973297119,-6.489054203033447,-4.399922847747803,1.8712420463562012,-3.225355386734009,2.478996992111206,-0.017421746626496315,-1.6581025123596191,3.987806558609009,-8.875802040100098,-4.947259902954102,-2.5235395431518555,-7.2041916847229,2.816533327102661,-10.082196235656738,-1.19228196144104,-0.8323217630386353,3.872947931289673,-2.3803553581237793,5.185819625854492,2.58846378326416,4.2069411277771,8.719385147094727,7.1910080909729,0.5268773436546326,4.117086887359619,-2.3082423210144043,1.2815762758255005,1.496340274810791,-1.786405086517334,8.617914199829102,13.353503227233887,-3.213606834411621,-2.6886563301086426,-1.9078621864318848,-4.648245811462402,2.5269365310668945,0.9653869867324829,2.589656114578247,7.227008819580078,6.214050769805908,4.883936882019043,6.464330673217773,0.940487802028656,1.5065664052963257,-6.9136223793029785,-2.0200235843658447,9.718348503112793,0.9002267122268677,5.317151069641113,4.380989074707031,2.022784471511841,-1.772624135017395,-0.5635482668876648,0.20644676685333252,1.6455445289611816,14.08498764038086,3.362621307373047,6.69639778137207,10.508832931518555,2.2894973754882812,-1.5992587804794312,10.001813888549805,-8.578819274902344,6.997933387756348,5.992924213409424,3.833198070526123,-4.502707481384277,-3.497398853302002,-8.088345527648926,6.107142448425293,-0.5915476679801941,-8.378512382507324,-1.501933217048645,-2.4894378185272217,5.0081682205200195,2.2940869331359863,-0.6822787523269653,11.007218360900879,3.9641826152801514,7.175509929656982,-5.951527118682861,8.95357894897461,0.15108594298362732,2.0728704929351807,-4.01103401184082,-1.3707472085952759,-4.85782527923584,2.441080093383789,3.998520851135254,1.9815365076065063,-8.27620792388916,0.6967949867248535,-9.489174842834473,-6.647809982299805,-3.9619104862213135,-2.11753511428833,-6.409363269805908,13.6336669921875,4.492769241333008,3.0635149478912354,-2.4610819816589355,1.2390015125274658,2.619455337524414,-3.4947545528411865,-0.5304645299911499,-1.6839207410812378,-4.600913047790527,8.358184814453125,4.663887023925781,-3.2871499061584473,-3.2942821979522705,-9.665663719177246,2.5348689556121826,-3.575075387954712,-6.720242977142334,-6.87926721572876,0.457568883895874,4.9962382316589355,-4.334890842437744,8.067557334899902,0.9569014310836792,-7.807765483856201,-2.0552358627319336,0.3876972794532776,4.7227020263671875,3.5019474029541016,13.739544868469238,-7.732485771179199,0.38688069581985474,4.320710182189941,-2.8669426441192627,-1.213944673538208,-1.5379778146743774,6.891645431518555,-1.9478267431259155,1.5876532793045044,2.5396649837493896,-7.638544082641602,6.265364170074463,-1.7430769205093384,5.244785785675049,-2.9574007987976074,4.347975730895996,-7.917051315307617,-2.1900413036346436,-9.177887916564941,-3.144339084625244,-0.005955516826361418,-2.945286273956299,1.6983803510665894,-9.926655769348145,9.008188247680664,5.331830024719238,-10.048598289489746,-1.6436994075775146,3.2479233741760254,-8.182647705078125,-0.6955264210700989,0.3190477192401886,1.5328011512756348,2.1763339042663574,-3.434701442718506,-0.2590620517730713,-6.511133670806885,3.464799642562866,0.25731271505355835,-6.156156063079834,-3.5335752964019775,3.4964685440063477,-2.5304999351501465,4.587615966796875,5.236939430236816,7.118663311004639,2.1476333141326904,-8.46657943725586,3.390944004058838,1.6241967678070068,-1.008660078048706,1.4282097816467285,-2.622802972793579,-3.55238938331604,2.0940349102020264,-1.5770807266235352,-9.319879531860352,4.528147220611572,-2.620380163192749,3.8386871814727783,-1.9711370468139648,4.533132553100586,2.22316575050354,-6.56467342376709,-0.264181911945343,-8.514325141906738,4.788760662078857,-1.4172252416610718,2.8872175216674805,-3.2970712184906006,-2.6623027324676514,-7.090274333953857,-6.068666458129883,-1.449609637260437,-4.306366920471191,6.089438438415527,-2.5498263835906982,7.630495071411133,8.499543190002441,-4.839366436004639,2.5665762424468994,-0.2940950393676758,-3.147830009460449,0.93602454662323,0.23029455542564392,-1.8992186784744263,-3.4633662700653076,4.675860404968262,-8.028003692626953,-4.496201992034912,6.788088321685791,0.6611136794090271,-4.360913276672363,7.958754539489746,-6.469518184661865,4.0647358894348145,-1.530094861984253,-0.9204303622245789,3.050227403640747,3.567251205444336,-6.285593509674072,4.823086738586426,6.9223198890686035,-5.86079216003418,-14.366950988769531,-0.6609308123588562,0.5874295830726624,-3.232819080352783,0.5150993466377258,4.34291410446167,-5.564292907714844,1.3167885541915894,-4.667410373687744,-1.5314539670944214,-2.2001402378082275,2.2327258586883545,-2.8493525981903076,0.8181648254394531,-0.5656156539916992,-1.6640167236328125,-4.384571075439453,-7.474953651428223,6.070031642913818,-2.776618719100952,-7.481511116027832,-11.608778953552246,-0.6926645040512085,-7.140440464019775,7.136997699737549,-2.4526219367980957,1.6565368175506592,3.352163314819336,-1.3540823459625244,2.1641275882720947,-4.1648077964782715,5.484099388122559,2.324570655822754,-1.4071747064590454,6.810003757476807,8.227867126464844,-0.016953997313976288,9.11697769165039,-2.2603883743286133,0.6458805799484253,6.872090816497803,5.7316460609436035,0.14076653122901917,7.416177749633789,1.024912714958191,-0.8037939071655273,9.333080291748047,-12.549535751342773,14.205816268920898,-1.793421745300293,-5.988100051879883,2.0341036319732666,10.349345207214355,1.8519572019577026,7.842245578765869,-1.3915430307388306,-2.886826276779175,5.767276287078857,5.360853672027588,-11.66491985321045,0.5886358618736267,6.6965718269348145,2.7879881858825684,-0.5075412392616272,1.4933677911758423,-2.4110002517700195,-1.7190344333648682,-0.2624052166938782,-1.6506221294403076,4.720134735107422,3.0649712085723877,-1.5395629405975342,2.5730340480804443,-5.989907741546631,-1.159671425819397,-8.682404518127441,-0.626196563243866,-2.329075813293457,8.235687255859375,-29.39763832092285,-5.955190658569336,-3.0472490787506104,2.691293478012085,-0.9600698947906494,1.0695650577545166,10.636475563049316,-3.0650618076324463,-0.3412710428237915,-1.1540898084640503,-10.929872512817383,-2.2328977584838867,-10.963055610656738,-1.3184376955032349,4.5699968338012695,-8.290782928466797,-1.5099724531173706,3.352067232131958,-2.5422682762145996,13.256878852844238,-10.551116943359375,-5.6307148933410645,-5.64180850982666,-7.490663528442383,0.9603432416915894,1.5771474838256836,6.924951076507568,-1.889452338218689,1.8976718187332153,5.147000312805176,-7.803004741668701,1.4850924015045166,7.495887756347656,1.2017934322357178,-0.19556428492069244,4.82983922958374,5.3282036781311035,0.5106745362281799,4.231892108917236,-0.8068304061889648,-0.19177943468093872,1.9906339645385742,2.225947618484497,1.6563904285430908,-4.79160737991333,1.5546854734420776,7.765066623687744,-2.8137810230255127,-2.4502758979797363,3.4682185649871826,-1.573493480682373,4.896212100982666,3.0369279384613037,-4.407351493835449,-0.4253386855125427,-5.0973591804504395,-9.981287002563477,10.166979789733887,3.935892105102539,-7.1364336013793945,0.8408820629119873,-6.273560047149658,-2.055361747741699,-9.06166934967041,4.400294780731201,2.4008333683013916,-11.400636672973633,-4.270208358764648,2.7295868396759033,1.347122311592102,-6.566173076629639,-2.116467237472534,-4.799458026885986,3.7982916831970215,2.639785051345825,11.186264991760254,-0.647209107875824,2.3156981468200684,1.9409358501434326,-3.8542962074279785,5.115128993988037,2.6754002571105957,-4.648693084716797,1.455415964126587,-0.7225573658943176,-1.898526668548584,2.7659549713134766,8.598594665527344,-1.0384862422943115,-3.192262887954712,2.228999614715576,3.472079277038574,1.9588996171951294,-6.301225662231445,1.3360759019851685,-0.14443306624889374,-0.4671584367752075,-0.42033231258392334,3.308617115020752,-4.137372016906738,-3.026895046234131,7.384739398956299,0.7316641211509705,-4.1260085105896,1.387770652770996,3.1397554874420166,-15.7963228225708,3.3310999870300293,-3.887192964553833,5.0417609214782715,-6.701319694519043,-13.34263801574707,4.931360721588135,-9.97488021850586,2.552790403366089,5.042603492736816,-5.607580184936523,-1.6243398189544678,-6.631393909454346,-3.342177629470825,0.7248533368110657,-0.503534734249115,4.852288722991943,-10.507892608642578,16.47149085998535,-3.739990711212158,5.72638463973999,2.2302186489105225,2.3762214183807373,5.458146095275879,-1.0969264507293701,0.7570476531982422,-5.486651420593262,1.7651832103729248,-6.723936080932617,-0.6789063811302185,-6.729849338531494,5.910447597503662,3.4323270320892334,0.34026065468788147,8.43786907196045,-4.17183780670166,-3.518765926361084,10.314000129699707,4.173758029937744,2.469672441482544,9.471789360046387,-4.094444751739502,-3.124558448791504,0.9205660820007324,3.0124595165252686,-2.9163432121276855,0.07685017585754395,2.2411630153656006,2.6243457794189453,-1.0121310949325562,-0.3711557686328888,0.11569957435131073,7.474387168884277,-10.573545455932617,5.789483070373535,-6.833812236785889,-7.172106742858887,-2.1801939010620117,-5.2940802574157715,-12.182196617126465,-5.589721202850342,0.09020618349313736,9.105825424194336,0.10570008307695389,-2.284123420715332,-5.213319301605225,-5.738692760467529,1.7692033052444458,6.02276086807251,-9.172157287597656,6.0887627601623535,5.4199981689453125,-4.770086765289307,-1.3409976959228516,-0.341948926448822,1.1711208820343018,8.465365409851074,-0.5296993851661682,-2.64277982711792,-0.2344895750284195,-2.4137096405029297,-0.34590497612953186,9.879960060119629,1.5586940050125122,1.595971941947937,-1.5794928073883057,4.006141662597656,-5.354608535766602,-3.5388805866241455,-4.528013229370117,-6.475065231323242,-5.412978172302246,8.152881622314453,5.3847150802612305,-7.295144081115723,-4.228142261505127,-1.4671075344085693,7.476089954376221,4.992130279541016,-9.824869155883789,-0.7122334837913513,-0.22079303860664368,3.4980971813201904,6.983478546142578,2.9179437160491943,-3.2309012413024902,0.5696054697036743,4.050515174865723,-2.8891239166259766,-1.1734260320663452,1.1134223937988281,-2.0311052799224854,-1.4085115194320679,5.000329494476318,6.38463830947876,0.5817296504974365,1.7186570167541504,10.361416816711426,0.414824515581131,5.330583095550537,-2.0670297145843506,-0.052781540900468826,2.2563416957855225,0.45325565338134766,-4.51214599609375,-3.394557476043701,0.8244104981422424,7.744268417358398,5.770229816436768,-5.501286506652832,-3.66538667678833,4.833309650421143,-3.972569227218628,-0.03710070624947548,1.9346857070922852,0.5539363026618958,-6.277661323547363,12.395711898803711,1.6358895301818848,-7.714539051055908,-4.741286277770996,-2.063114881515503,-1.475965976715088,1.1955114603042603,-3.825460433959961,-3.9102253913879395,2.3787591457366943,0.10930080711841583,2.581798553466797,-7.1769700050354,3.822350025177002,0.9185854196548462,3.0098185539245605,-3.533036708831787,4.666712284088135,-2.1593024730682373,1.698622703552246,0.31130701303482056,4.662205696105957,-2.4709455966949463,1.9172632694244385,0.3161488473415375,4.7138848304748535,-0.6759225130081177,-1.5416216850280762,-2.852820634841919,-1.9207065105438232,1.3063758611679077,-0.13879595696926117,-6.825168132781982,3.511707067489624,-7.164080619812012,-3.481706142425537,0.4759081304073334,-4.82763147354126,-1.1715785264968872,3.1270973682403564,9.379941940307617,2.1772825717926025,3.6287527084350586,-1.8384695053100586,6.637237071990967,-4.5671796798706055,-3.682935953140259,1.9815560579299927,5.653056621551514,-6.557507038116455,1.2007395029067993,3.0273823738098145,8.690202713012695,-7.925707817077637,4.023266315460205,-0.7358251810073853,-0.28361818194389343,8.984925270080566,-2.4592766761779785,7.142634868621826,-7.88887882232666,-3.867224931716919,-0.169058695435524,-5.347509384155273,-7.682653903961182,-5.290820598602295,8.471796989440918,2.342799425125122,-4.4778547286987305,-3.2799909114837646,10.116374015808105,-4.007588863372803,1.4552661180496216,4.234893798828125,2.1511969566345215,-30.234434127807617,-5.87026309967041,5.820802211761475,-4.087682723999023,1.8149319887161255,-0.007568803615868092,-3.2231600284576416,-1.5312894582748413,-4.4036431312561035,-3.958494186401367,5.514256477355957,1.6250126361846924,-1.5714170932769775,3.8298919200897217,-2.5991432666778564,1.1007243394851685,1.4024089574813843,10.031187057495117,0.2979230582714081,3.349595308303833,5.239267826080322,0.9214929938316345,5.583916664123535,-2.6621620655059814,-0.26323795318603516,-1.0942920446395874,1.3209582567214966,1.2561086416244507,-7.384155750274658,-7.973684787750244,7.038212776184082,1.6405104398727417,-7.290799617767334,-1.3486040830612183,-3.299844741821289,9.265231132507324,1.4965976476669312,-2.7561864852905273,-5.157226085662842,-3.300238609313965,4.167896270751953,-7.345532417297363,-3.9625606536865234,3.50276255607605,0.36105185747146606,-2.3977227210998535,3.10697078704834,-2.817166566848755,4.441094398498535,10.445186614990234,2.5168399810791016,-0.8789742588996887,-2.652737617492676,5.668419361114502,-1.8675860166549683,6.891238212585449,1.9073312282562256,-5.591596603393555,-7.808023929595947,3.326349973678589,-4.133997917175293,-10.368560791015625,-7.6225786209106445,7.171428203582764,0.05962700396776199,-2.159821033477783,-1.409765362739563,0.49699369072914124,-1.53500235080719,-1.182223916053772,-4.926016330718994,-1.0327080488204956,0.404316246509552,-4.201161861419678,-5.63134241104126,-9.47557258605957,5.036065101623535,1.7544506788253784,1.7039014101028442,-5.659809589385986,-2.78594970703125,-10.573287963867188,-5.291673183441162,12.934309959411621,6.102433204650879,-7.13300085067749,-3.762937545776367,-7.460179805755615,-0.02006271854043007,3.8629000186920166,-3.799154043197632,5.744281768798828,-3.8156704902648926,-4.02411413192749,4.025687217712402,-1.1775641441345215,-0.31688711047172546,-2.148531436920166,-1.2197954654693604,-7.943635940551758,3.1736390590667725,-2.334733486175537,0.20948275923728943,3.554097890853882,3.4613771438598633,-0.498237282037735,-8.510470390319824,-0.4579925537109375,-1.579269528388977,2.381922483444214,-10.609840393066406,3.201331377029419,0.6455047726631165,-3.831803560256958,-2.592813014984131,3.825300455093384,-4.352616786956787,2.7659358978271484,-2.7730166912078857,10.299880981445312,-4.4408464431762695,6.627325534820557,0.32292383909225464,-0.9740700125694275,7.428497791290283,-9.92786979675293,-3.7945408821105957,2.4506404399871826,-27.505462646484375,5.635458946228027,0.8632522821426392,-3.4815335273742676,-1.9683117866516113,5.072635650634766,2.0714943408966064,-3.3042914867401123,5.575109481811523,11.19460678100586,0.18068602681159973,-3.5871572494506836,0.21717263758182526,5.774135589599609,5.782345294952393,-2.0853466987609863,-6.102237224578857,-7.321484565734863,-0.663006603717804,0.7883033156394958,4.810564994812012,3.6421236991882324,-3.1739110946655273,-5.766655921936035,-2.5306951999664307,0.15200886130332947,-7.521205902099609,5.254507064819336,0.41591060161590576,2.882554054260254,5.488725185394287,-7.271381378173828,5.850961208343506,6.869739055633545,2.208256483078003,0.6893336772918701,-6.9452104568481445,4.5249342918396,3.4042463302612305,7.8253984451293945,3.295780658721924,7.799018383026123,-0.3141433000564575,-1.4093048572540283,1.5432727336883545,-4.358550548553467,-4.540615081787109,2.462146759033203,6.58817195892334,-6.54563045501709,-3.8449547290802,3.4302186965942383,4.427566051483154,-0.3226371705532074,4.498000621795654,2.9956464767456055,7.561687469482422,-1.2510125637054443,-0.7692638039588928,6.327455043792725,-2.7565910816192627,3.992436647415161,-5.663046836853027,-3.0833773612976074,4.869224548339844,-0.1395052671432495,-4.1947021484375,-2.6947009563446045,0.8504368662834167,-0.7635052800178528,3.7862131595611572,-2.0525050163269043,2.5069198608398438,-5.595156669616699,-3.9597904682159424,-7.659605503082275,1.7335810661315918,-15.516239166259766,2.4442129135131836,2.642195224761963,2.115216016769409,13.501940727233887,5.650137424468994,3.91630220413208,-16.025671005249023,5.449273586273193,0.7637530565261841,-6.0571818351745605,-9.386974334716797,6.138503074645996,3.1817572116851807,2.401960849761963,1.8547840118408203,1.5713106393814087,5.206784248352051,-8.809045791625977,-4.288556098937988,0.8377411365509033,-7.1858344078063965,-1.2206939458847046,5.097811222076416,5.281968593597412,2.4280169010162354,3.2936158180236816,3.9557430744171143,1.2480442523956299,-0.08482009917497635,-3.297593355178833,-5.643693923950195,-0.029735563322901726,3.2136411666870117,-11.525193214416504,2.8714442253112793,-5.396777629852295,1.0987952947616577,0.43691229820251465,13.551953315734863,2.6670920848846436,-3.9158644676208496,3.1289994716644287,-3.293443202972412,0.6006292104721069,-0.09006023406982422,-1.665575623512268,0.6175538897514343,6.974234580993652,-0.17205241322517395,-5.02247428894043,-3.890505790710449,2.743870258331299,-0.41710832715034485,-1.8739721775054932,-0.6750448942184448,0.03169574961066246,-3.5457050800323486,-5.235297203063965,11.175735473632812,5.128870964050293,-2.777458906173706,-0.253046452999115,1.3807004690170288,4.475782871246338,3.313082695007324,2.1623377799987793,-1.9381622076034546,-4.816191673278809,-7.791020393371582,7.518643856048584,-6.842001914978027,-8.254344940185547,-3.3550941944122314,1.0953351259231567,1.2351480722427368,-3.0718977451324463,-1.671535611152649,1.4109278917312622,7.760343551635742,-3.7543506622314453,3.93145489692688,-3.8675918579101562,-6.69104528427124,-4.68161153793335,-4.1044840812683105,-1.2315102815628052,3.5844249725341797,-7.265132427215576,-5.159290313720703,-4.749688148498535,5.724749565124512,-0.27764344215393066,-9.581591606140137,-2.016923189163208,-2.6167385578155518,5.897026062011719,-4.3468170166015625,-3.4161899089813232,-4.662827491760254,-4.408758163452148,-5.12639045715332,1.9300458431243896,-0.8603018522262573,5.906273365020752,3.6625518798828125,2.0346579551696777,1.5463204383850098,-4.320572853088379,0.7955831289291382,1.5354655981063843,-0.20002935826778412,-3.7501626014709473,-3.3743896484375,0.5008999109268188,-6.012831687927246,12.083878517150879,-1.9095978736877441,3.08488130569458,10.7335844039917,-8.77213191986084,1.588454246520996,-1.367014765739441,5.470154762268066,-2.1647133827209473,6.205142974853516,-2.203908681869507,11.620538711547852,11.925453186035156,10.594183921813965,-2.3789994716644287,-4.398494720458984,4.110474586486816,-4.204593181610107,-4.0541887283325195,-5.126381874084473,-2.1322267055511475,-1.4457261562347412,-2.5114400386810303,6.727741718292236,-10.130507469177246,1.2404299974441528,3.149016857147217,1.2821531295776367,-2.655388116836548,3.5986666679382324,6.509010314941406,4.726678848266602,5.554757595062256,1.3225719928741455,9.334019660949707,-1.682287573814392,-0.6275855302810669,-3.8411426544189453,5.946438312530518,0.24488864839076996,-10.809107780456543,2.884432554244995,-6.5775322914123535,3.99210524559021,0.6881272196769714,1.3787000179290771,-6.3217058181762695,1.863470196723938,9.492256164550781,4.053341388702393,-3.9966723918914795,4.593446731567383,5.538142681121826,-3.324944496154785,11.640317916870117,-2.389112710952759,-5.949954032897949,3.07351016998291,-3.3585009574890137,-5.461593151092529,5.784581661224365,-1.0766832828521729,0.4187595844268799,3.3218400478363037,1.8325457572937012,0.9361929297447205,-1.8198041915893555,7.826476573944092,-2.232084274291992,2.0204854011535645,1.0417479276657104,-1.4780889749526978,-11.278507232666016,1.1554045677185059,7.070705890655518,-1.495424747467041,2.686373472213745,1.3467674255371094,-8.951744079589844,5.309388637542725,4.757961750030518,4.473574161529541,12.572580337524414,8.963854789733887,7.750441551208496,43.57872772216797,-3.8214969635009766,2.070619821548462,1.5096724033355713,-10.284475326538086,-3.0929346084594727,-2.5405373573303223,-2.2044172286987305,0.3408130407333374,-0.9436426758766174,-4.436260223388672,0.2824573814868927,-0.2401074916124344,0.43447762727737427,-5.304830074310303,-0.8173447847366333,-1.983609914779663,2.354322671890259,-5.183503150939941,-6.750333786010742,1.031072735786438,-12.786898612976074,-4.495019435882568,-2.560356855392456,-4.38055419921875,4.860957145690918,-7.114719867706299,2.3636245727539062,3.9331650733947754,0.11829596757888794,-1.1269444227218628,0.0046373154036700726,-5.208601474761963,5.879365921020508,9.920053482055664,2.824498176574707,1.339700698852539,-6.9607038497924805,0.03749919682741165,-2.5317113399505615,1.7013416290283203,-1.4419196844100952,5.0047287940979,0.586540162563324,-2.0469679832458496,-3.020740270614624,2.7727646827697754,-0.6387496590614319,2.19101619720459,8.584342956542969,-1.1195331811904907,1.9531209468841553,-0.17886066436767578,1.9407522678375244,2.43540358543396,-2.026671886444092,-5.997164249420166,3.8706846237182617,-1.1527217626571655,4.391890525817871,4.512129306793213,-2.3322880268096924,8.797480583190918,5.1951189041137695,7.526517391204834,3.354933500289917,0.31826725602149963,-4.7795891761779785,1.4908274412155151,-2.363252639770508,2.705775737762451,0.5498257279396057,2.3843541145324707,-1.2483528852462769,3.06359601020813,6.4352312088012695,-15.796772956848145,-2.6175594329833984,3.4355854988098145,-3.0604851245880127,-8.75687313079834,6.016039848327637,-2.2912418842315674,0.5050238370895386,-2.4505417346954346,4.699002742767334,7.363078594207764,-7.413186073303223,-0.5415500998497009,-1.122706651687622,-2.1692187786102295,-0.04433608427643776,-7.35101318359375,-8.577430725097656,-1.7258344888687134,-5.284826278686523,-6.576436519622803,10.317909240722656,1.4085181951522827,2.136878728866577,2.9552834033966064,-0.24675193428993225,-6.1750874519348145,1.9344944953918457,-1.224413514137268,-6.4188618659973145,4.218892574310303,-7.151730537414551,-17.47776985168457,-3.5407462120056152,34.48163604736328,-2.5919668674468994,-19.109983444213867,11.726489067077637,0.3293170928955078,2.4367170333862305,-4.435268878936768,-4.408289909362793,-6.454805850982666,-0.464199960231781,-5.697454929351807,-3.31046986579895,-6.578491687774658,0.4842432141304016,0.40783634781837463,4.474792003631592,-1.9469343423843384,4.156972885131836,0.6341008543968201,-1.4397090673446655,-4.053293704986572,-1.3673322200775146,-5.060394763946533,-7.37273645401001,-5.184055805206299,8.437421798706055,2.8902552127838135,0.9341945648193359,-4.620423793792725,1.3714759349822998,4.239490985870361,-2.2046961784362793,7.91849422454834,0.5988678932189941,0.27989429235458374,-4.3890604972839355,0.020127059891819954,3.7177035808563232,-1.6866623163223267,0.8647084832191467,-3.7807867527008057,-1.5798490047454834,-4.008902549743652,8.855658531188965,5.364024639129639,3.049809694290161,2.623039722442627,1.3514585494995117,0.694764256477356,1.93256676197052,-2.6939189434051514,47.3475227355957,-2.508286952972412,-3.0184555053710938,6.582442283630371,3.3113675117492676,-3.489156484603882,3.0802202224731445,0.10335838049650192,2.9672629833221436,0.707790732383728,1.7323169708251953,6.337603569030762,-15.731620788574219,-3.1926701068878174,-3.771498441696167,0.7146188616752625,5.948572635650635,8.619694709777832,7.207831382751465,-8.85878849029541,7.012428283691406,-3.310359477996826,2.4494664669036865,1.964625597000122,9.944925308227539,7.987555980682373,-2.604482889175415,-0.31059107184410095,-1.3310041427612305,-1.2544198036193848,-2.0619256496429443,0.27356061339378357,6.193253517150879,-7.543211936950684,7.118644714355469,-0.8369775414466858,-3.3637211322784424,8.115535736083984,0.7819069027900696,3.187222480773926,1.0718848705291748,-2.416264057159424,-1.4390429258346558,1.1890987157821655,-6.7208251953125,3.8456814289093018,5.317547798156738,-0.9423357844352722,4.5810770988464355,-1.076552152633667,-0.22795091569423676,-5.861547470092773,-3.7335469722747803,5.107134819030762,1.8137561082839966,0.9426236152648926,-5.319875240325928,-4.530604362487793,-2.6666319370269775,-8.578941345214844,5.43511962890625,1.7293580770492554,-2.87042236328125,4.38922643661499,6.801319599151611,3.5243823528289795,-4.547322750091553,-0.6257114410400391,-2.136153221130371,-5.107433795928955,2.0437171459198,2.397991180419922,6.387030124664307,-4.692542552947998,-4.175535202026367,7.8227105140686035,-10.066333770751953,-0.1694479137659073,-2.924914836883545,-6.676451206207275,-3.8729076385498047,-2.040818214416504,3.3248817920684814,6.739419937133789,2.009321451187134,-4.24257755279541,-4.039106369018555,6.965246677398682,-7.940582752227783,0.008040307089686394,-4.633886814117432,5.886129379272461,-2.8040997982025146,-0.6156405806541443,-1.610595703125,-1.4816476106643677,-2.9925358295440674,-4.17331600189209,1.2453508377075195,-0.1394730508327484,6.490720748901367,2.9923932552337646,-0.44693538546562195,-1.5055820941925049,3.885580062866211,6.693000793457031,5.876160621643066,2.1565141677856445,1.1267883777618408,-1.9254188537597656,-2.8893797397613525,5.31543493270874,-3.9853832721710205,-9.769201278686523,1.1066052913665771,0.846304714679718,3.7785849571228027,5.538540363311768,-8.569234848022461,2.2659502029418945,-10.780495643615723,-12.204550743103027,-5.698627471923828,-16.577455520629883,-2.383763551712036,-1.3911755084991455,3.027271032333374,-1.2675023078918457,-4.599825859069824,-2.3476760387420654,-0.25295746326446533,5.101832389831543,5.099971294403076,-0.5053923726081848,-4.68243408203125,8.031368255615234,2.8495452404022217,4.612713813781738,-4.976675510406494,-4.668075084686279,-4.490501403808594,0.37966495752334595,10.508057594299316,-1.9249457120895386,-0.16289350390434265,-1.3369017839431763,3.042628765106201,1.622247576713562,-6.860808372497559,-6.233272075653076,3.1468682289123535,-13.425519943237305,3.6160824298858643,8.061837196350098,-10.220938682556152,2.6634223461151123,2.102550745010376,-5.05813455581665,8.69719123840332,-3.805506706237793,-5.678422927856445,5.83063268661499,-0.03444204106926918,1.543444037437439,-2.9712343215942383,-14.953570365905762,1.4054131507873535,7.360543727874756,-4.840026378631592,12.287556648254395,-1.9012404680252075,-5.585948467254639,-1.7550747394561768,3.648447275161743,-6.2576069831848145,1.121487021446228,1.9161570072174072,-0.16213828325271606,0.036758650094270706,-1.7653768062591553,6.719456195831299,4.536609649658203,-10.114437103271484,10.79747200012207,1.8937487602233887,-1.6855964660644531,20.2705078125,-0.8034321665763855,-1.0254708528518677,-2.7870919704437256,-5.032689094543457,-7.000343322753906,-5.314029693603516,3.3203673362731934,-4.758965015411377,-6.834623336791992,-2.8951382637023926,7.895999431610107,-8.538376808166504,4.798295974731445,2.1389222145080566,1.6874727010726929,-1.9187723398208618,2.68377423286438,1.6950664520263672,-3.7722928524017334,1.1166740655899048,3.8004050254821777,-3.940673589706421,-0.08246325701475143,0.6154994368553162,-9.842466354370117,2.340907096862793,1.2952790260314941,0.9492904543876648,-3.032550573348999,-1.4521665573120117,1.0264310836791992,-0.5042149424552917,7.796064376831055,6.535892486572266,0.1432114690542221,-1.7124241590499878,1.5218220949172974,7.886661529541016,0.7015225887298584,4.602931976318359,3.7518680095672607,-0.31664764881134033,6.6825056076049805,2.536133050918579,-8.511783599853516,-8.094432830810547,-0.9442023038864136,-9.395331382751465,4.919239521026611,-4.575469970703125,-5.765925407409668,10.139476776123047,-2.9112226963043213,-3.0898079872131348,5.242661476135254,-5.066617488861084,-6.0750932693481445,-0.15224064886569977,6.37755823135376,-10.871477127075195,-3.305894136428833,7.4126787185668945,2.8960587978363037,1.137762188911438,-1.8741264343261719,-0.281350702047348,-0.6449596285820007,0.4020535945892334,11.412599563598633,0.16237565875053406,-7.926079750061035,2.6514241695404053,-0.5934886932373047,-4.761800765991211,-11.173260688781738,-1.5876880884170532,-5.967184066772461,1.7897480726242065,1.5746909379959106,-1.0386598110198975,-3.6280765533447266,15.469634056091309,6.3922224044799805,-3.159518241882324,2.5855495929718018,-1.5308434963226318,9.156991958618164,3.66733980178833,4.130352020263672,-1.1766836643218994,-1.9155170917510986,-9.640012741088867,0.23886996507644653,-4.680295944213867,11.147990226745605,-1.827546238899231,1.6934012174606323,-4.638826847076416,-4.7359137535095215,-4.0119242668151855,-2.2659363746643066,4.089665412902832,-0.4215768277645111,-0.8146559596061707,-1.6232309341430664,5.584823131561279,-1.4348686933517456,8.559557914733887,3.009321689605713,2.0960371494293213,8.331324577331543,-5.233064651489258,-3.0825204849243164,-0.5355678796768188,7.0537028312683105,-5.78672456741333,-8.656564712524414,-3.492199659347534,-10.495582580566406,6.465885639190674,-5.01650333404541,-1.1741440296173096,-3.604245185852051,6.891056060791016,0.28696784377098083,0.9793497323989868,0.9920749664306641,4.444457530975342,2.636981248855591,-1.5793018341064453,0.27494320273399353,-3.394129514694214,-2.5414271354675293,9.812639236450195,-2.7733306884765625,6.238150119781494,10.396703720092773,3.692901372909546,-6.31326961517334,2.282665252685547,1.0730870962142944,3.627103328704834,11.586234092712402,0.007786530070006847,1.8836098909378052,6.03948450088501,-2.3207814693450928,2.1433770656585693,-2.342951536178589,-3.6451926231384277,-5.0783915519714355,5.333578109741211,-3.7675414085388184,-2.9141275882720947,0.6500489711761475,-4.244450092315674,-1.1447043418884277,5.36221981048584,1.4236258268356323,-7.740832328796387,8.771663665771484,-3.818916082382202,2.5358359813690186,-4.776498317718506,8.800905227661133,1.6097412109375,3.916039228439331,-6.011020660400391,-2.0365893840789795,4.384722709655762,-1.3996050357818604,4.159034252166748,-2.2240333557128906,2.7164909839630127,4.775844573974609,-0.6381135582923889,0.9539023637771606,-0.09360556304454803,7.749032497406006,-4.191142559051514,-6.834892749786377,3.1056535243988037,2.6204895973205566,2.439222812652588,2.483057975769043,0.05994228646159172,-1.7967722415924072,-1.3009366989135742,9.74392318725586,-2.0313973426818848,4.299463272094727,-8.762648582458496,-7.923227310180664,44.53594970703125,6.9238433837890625,-1.18595290184021,-2.7091081142425537,0.5956130027770996,4.87507438659668,3.2273831367492676,0.979513943195343,4.7643046379089355,-13.245697975158691,-4.431626796722412,-0.8361417651176453,5.347469329833984,4.121596336364746,8.03433609008789,7.1856584548950195,-2.1829264163970947,1.4833810329437256,-0.37748900055885315,2.6157386302948,-1.4198673963546753,1.2402080297470093,-6.782341480255127,1.2884935140609741,-1.1649025678634644,-4.519850254058838,-5.2454986572265625,12.243260383605957,-12.068466186523438,1.1215912103652954,2.997847318649292,-3.6462080478668213,1.7556838989257812,0.3312898576259613,-1.549332618713379,-0.49529942870140076,5.144937992095947,2.8727993965148926,8.443482398986816,3.2887794971466064,1.836341381072998,-0.3523053526878357,-6.0871357917785645,-2.311426877975464,2.27821683883667,1.3855148553848267,-1.358583927154541,12.089365005493164,-6.347155570983887,3.5664641857147217,-2.1131739616394043,-2.0405771732330322,1.6763683557510376,0.8356960415840149,4.118882179260254,-5.56856107711792,7.3729681968688965,8.539990425109863,-1.262619972229004,3.6160261631011963,-2.68379807472229,3.706047296524048,4.246518611907959,3.915985107421875,-5.248857021331787,4.881069660186768,0.6173617243766785,-8.09892749786377,2.7777888774871826,-5.6913743019104,3.710892915725708,-5.661092758178711,0.225701242685318,-3.560375213623047,1.9620572328567505,3.8330461978912354,0.24126112461090088,6.12501335144043,-5.461399555206299,4.815297603607178,-1.7071905136108398,2.0518908500671387,1.013689637184143,2.8746936321258545,5.497790336608887,0.11424292623996735,-1.4702931642532349,-4.585911750793457,11.253132820129395,-13.914092063903809,3.698791027069092,3.8884782791137695,-2.9579310417175293,13.549323081970215,1.0075002908706665,1.0136984586715698,6.252634525299072,-0.014113526791334152,-2.1660690307617188,-7.474360942840576,-0.9216845631599426,5.441688537597656,0.6574900150299072,-0.6509032249450684,4.240047931671143,4.472924709320068,-10.052342414855957,-4.147747039794922,6.949753284454346,1.5271542072296143,-2.883404016494751,-3.769087791442871,4.011271953582764,-0.24235518276691437,3.446463108062744,0.4275857210159302,6.210546016693115,-3.192575454711914,-3.6170132160186768,1.7629197835922241,2.821873664855957,-0.22134579718112946,2.017716884613037,-0.26893487572669983,6.759606838226318,4.808938503265381,4.529501914978027,6.442368507385254,2.0179388523101807,1.587453842163086,1.237709879875183,-0.5824337005615234,-3.0312068462371826,-5.450095176696777,7.4319562911987305,-0.03574838116765022,-3.9204463958740234,-2.9529740810394287,-4.700082302093506,-2.56158709526062,4.603935718536377,-2.251929998397827,-4.186699390411377,-4.763535976409912,-7.922369003295898,2.1343162059783936,-3.6596503257751465,-3.365546464920044,1.879581093788147,-0.16162675619125366,3.302013874053955,-1.4909981489181519,6.921666622161865,2.4591329097747803,2.562060594558716,-3.7922353744506836,-2.7280867099761963,-1.2801995277404785,9.042435646057129,0.41821134090423584,-7.026724338531494,1.7624684572219849,7.72390604019165,0.26422789692878723,-0.9044073224067688,3.0542819499969482,-1.1040151119232178,-1.466568112373352,-1.0236337184906006,1.7909175157546997,9.119155883789062,0.12616540491580963,5.108635902404785,-0.4808693826198578,-2.1834239959716797,-1.6203407049179077,0.19235435128211975,9.258305549621582,4.381609916687012,-1.8739784955978394,-3.7806103229522705,7.932985782623291,-1.5490961074829102,4.318609714508057,-7.2507452964782715,3.37309193611145,-2.2435860633850098,-4.838414192199707,-1.703722357749939,-6.926982402801514,-4.183341026306152,1.4120395183563232,6.149048805236816,-7.445744037628174,0.08522403240203857,-1.6428300142288208,-4.494696140289307,-11.26681900024414,7.788369178771973,4.033792495727539,-20.211870193481445,-0.33534395694732666,6.866249084472656,-12.789974212646484,2.9196667671203613,-0.6548802256584167,8.534660339355469,-4.68714714050293,-1.1466249227523804,4.544628620147705,-2.3672587871551514,-4.005900859832764,1.554090142250061,-0.145728200674057,-2.39774227142334,-0.6668848991394043,4.354206562042236,-1.5908317565917969,-2.3700003623962402,-6.544065952301025,0.6821730136871338,-5.642223358154297,-0.2417191118001938,-3.449331760406494,-7.178530693054199,1.1354540586471558,-3.9587185382843018,-6.498273849487305,-4.2964653968811035,2.807907819747925,-6.519347667694092,10.686412811279297,-2.210914373397827,-3.4784491062164307,-2.6342573165893555,-4.705720901489258,1.0973600149154663,3.2919278144836426,-6.742390155792236,-5.6056413650512695,4.386030197143555,1.755785346031189,-0.820242166519165,3.8746683597564697,1.674385666847229,3.268580913543701,12.739136695861816,-5.728139877319336,-0.01657036505639553,-1.7411023378372192,3.1659207344055176,4.841749668121338,-6.200759410858154,2.3375842571258545,4.667140483856201,0.9362336993217468,6.418160915374756,-3.159179210662842,7.976135730743408,3.1747775077819824,0.814083993434906,-0.5729210376739502,7.3851189613342285,-0.7879639267921448,-3.482944965362549,-2.7200703620910645,-1.5405689477920532,-1.234621286392212,1.0611042976379395,-0.4523177444934845,-0.8883644342422485,-3.2265663146972656,-4.532242298126221,3.3059842586517334,1.8295689821243286,8.309757232666016,2.4387145042419434,0.8469446301460266,-2.121206760406494,-0.9984476566314697,7.2094502449035645,-1.8937543630599976,-4.8858137130737305,-7.677133560180664,0.9578597545623779,7.599703788757324,1.0971440076828003,3.9209184646606445,7.869406223297119,-6.009768962860107,2.3090531826019287,7.310334205627441,-5.422887325286865,-3.678866386413574,0.8914515376091003,-0.5248454809188843,-1.695298671722412,2.4634575843811035,-2.428709030151367,2.927109479904175,1.5341687202453613,2.874803066253662,-4.236690521240234,2.229231119155884,7.3817243576049805,1.843794345855713,0.8489999771118164,-9.260041236877441,-0.9968233108520508,2.2465567588806152,2.074262857437134,2.535771369934082,2.762103796005249,-2.133702039718628,-3.2959651947021484,6.8758015632629395,-2.275010824203491,0.9546104073524475,-2.550189256668091,4.186814308166504,7.748028755187988,2.308187961578369,-4.29802942276001,-1.410530686378479,1.6039925813674927,0.8991690874099731,2.295964002609253,6.753460884094238,-0.961068868637085,6.96918249130249,1.442643165588379,1.0542839765548706,-1.03495454788208,-3.3893625736236572,-0.3393608331680298,0.9546740651130676,-0.5085799694061279,-0.4268595278263092,-0.7901774644851685,-3.0004255771636963,-1.3557542562484741,1.3512974977493286,0.4968793988227844,-1.1187012195587158,-10.933565139770508,-2.709474802017212,1.728598952293396,-8.07856559753418,-5.129059314727783,3.5017688274383545,6.601578712463379,0.07826968282461166,-9.008123397827148,3.2808806896209717,34.65185546875,7.031087398529053,7.006818771362305,11.751134872436523,-4.0244855880737305,0.5099337100982666,2.0793983936309814,-0.8202885985374451,1.6247658729553223,-1.9020681381225586,2.573298931121826,-4.235088348388672,2.4420266151428223,-7.045956134796143,2.547565460205078,-5.006274223327637,-4.204282283782959,6.359362602233887,2.0070793628692627,-4.463021278381348,3.420469284057617,8.51463508605957,-2.027116298675537,0.5795260667800903,-3.040548324584961,0.7397529482841492,-0.5589520335197449,2.0076632499694824,-4.884287357330322,4.535449028015137,-2.0622799396514893,1.7393854856491089,-3.317983627319336,5.1763529777526855,4.536616325378418,-2.563554286956787,9.00597858428955,1.9893828630447388,5.928295612335205,10.579891204833984,8.274822235107422,1.868141531944275,-1.8623707294464111,7.789571762084961,-1.981404185295105,0.3634502589702606,0.00031229632440954447,4.768973350524902,8.462206840515137,-5.227476596832275,-5.767862796783447,-6.895716667175293,-5.116703987121582,6.517094135284424,0.8098806142807007,-1.882821798324585,4.243086338043213,-2.749539852142334,1.7462878227233887,-1.154901146888733,-1.2355095148086548,-9.959052085876465,2.908447027206421,0.45482656359672546,-5.785773277282715,-2.8981165885925293,-2.513948678970337,1.422516107559204,-2.093722105026245,4.5322747230529785,1.376139521598816,4.689938545227051,4.48072624206543,2.0553319454193115,-3.531785488128662,0.4816266894340515,-4.0343499183654785,-0.24874845147132874,-8.01457691192627,4.963840484619141,-4.719139575958252,6.4124226570129395,0.5278370380401611,4.666018962860107,5.245649814605713,0.8982018232345581,1.1250271797180176,4.290555000305176,-2.4632840156555176,1.8528273105621338,-1.4359729290008545,-6.092650890350342,-3.199113607406616,-2.745295286178589,2.8872294425964355,5.6054768562316895,-2.800976276397705,2.9630630016326904,5.8974289894104,-1.6740872859954834,-2.4343695640563965,-0.21291200816631317,11.806331634521484,0.8659409284591675,9.191499710083008,-0.3085048794746399,2.098806619644165,-1.7281467914581299,4.501697540283203,2.9378323554992676,-0.3662222921848297,4.766348361968994,9.186478614807129,-10.036643028259277,0.6021658778190613,1.4401981830596924,-6.041681289672852,5.597890377044678,-8.689038276672363,-0.18591320514678955,4.2523193359375,4.148244380950928,-1.3616148233413696,5.920133113861084,4.435222148895264,4.261534690856934,8.478531837463379,-8.04282283782959,-3.20357608795166,-1.7916589975357056,-1.1908451318740845,1.4364835023880005,-9.21134090423584,-1.4162347316741943,-8.487940788269043,8.256193161010742,4.44533634185791,-5.705483913421631,-3.8792619705200195,3.4931159019470215,2.662618398666382,0.4277980327606201,-6.032046318054199,3.2043511867523193,3.7480990886688232,1.3587422370910645,4.052501678466797,5.905642032623291,-4.646630764007568,2.0056004524230957,-3.1510350704193115,3.885892391204834,-1.2668098211288452,2.438495397567749,4.2042012214660645,2.6256699562072754,4.18424654006958,0.040889643132686615,2.9671170711517334,-0.23114845156669617,2.422464609146118,8.226213455200195,-4.464308738708496,-3.731508255004883,8.131759643554688,-1.181891679763794,-6.9251861572265625,-4.243616104125977,-7.810644626617432,2.874438524246216,0.1837175488471985,5.428767681121826,9.936456680297852,4.444663047790527,-0.7109082937240601,-1.5048271417617798,4.326940059661865,1.646300196647644,0.26332733035087585,4.652894973754883,4.327470302581787,-5.849185943603516,-6.039675712585449,-4.890734672546387,4.252942085266113,6.6235833168029785,1.1641480922698975,1.0677329301834106,3.1386935710906982,-4.022764205932617,-2.895220994949341,0.3227972388267517,7.042372703552246,9.462193489074707,0.4927687346935272,-4.991537094116211,-5.627185344696045,0.4406542181968689,1.1703088283538818,2.4675498008728027,-1.30987548828125,0.19562694430351257,0.6641895174980164,-11.603968620300293,-3.3642499446868896,-2.4153947830200195,2.730456829071045,-5.0966362953186035,0.3191094398498535,-4.487235069274902,-5.854905128479004,-1.3453311920166016,-1.7805012464523315,-0.5756920576095581,-0.4994826912879944,1.050200343132019,2.2312095165252686,8.329314231872559,-3.194195032119751,3.0606889724731445,-6.801802635192871,-8.206999778747559,-2.715836763381958,-4.7571797370910645,1.9427752494812012,2.696669816970825,-5.955792427062988,-1.327527403831482,13.256190299987793,1.970059871673584,8.698230743408203,6.514590263366699,-3.4038708209991455,-9.132437705993652,8.37276554107666,10.650172233581543,22.224855422973633,5.383026123046875,-0.026784561574459076,-8.307287216186523,-5.5801873207092285]';
END;
$$ LANGUAGE plpgsql;

Change in seed.sql

On line 133

Replace the INSERT INTO "public"."brains" with

INSERT INTO "public"."brains" ("brain_id", "name", "status", "model", "max_tokens", "temperature", "description", "prompt_id", "last_update", "brain_type", "openai_api_key", "meaning", "tags") VALUES
	('2db343ed-f650-4e3c-a527-db7829829bee', 'Default brain', 'private', NULL, 256, 0, 'This is a description', NULL, '2024-01-22 22:27:50.799964', 'doc', NULL, public.default_brain_embedding(), NULL);

Explaination

The issue comes from the fact that the vectors of openAI have a size of 1056 and the ones from ollama (llama2 and mistral) have a size of 4096. The error is thrown when the brains embeddings are compared. During seeding, a brain is created with an embedding of 1056, when it compares to your brain embedding that is 4096 the sizes do not match and it fails.

So the solution: Basically, in the ollama sql file, I changed the datatype of every embedding from VECTOR(1056) to VECTOR(4096) in the related tables.

I'v added a function public.default_brain_embedding in both the init sql file and the ollama one. The one in the init file returns the brain embedding in a vector of size 1056 and the one in ollama, returns a vector of 4096.

Then finally, in the seed.sql, it uses the public.default_brain_embedding() to fetch the value of the brain embedding. In case you are using the ollama one it will overwrite the one from the init and return a vector of 4096.

Btw, did you have to update settings.py as well? If fixed, can you confirm that the search goes through? I've had another bug after that

Would you be interested in a PR @StanGirard ? We the updated seeds ofc

I didn't update settings.py.
This got me past that error. It is at least no longer throwing an error related to vector size missmatch. Now I get a connection error.
#2267 (comment)

The logs indicate that the endpoint for the Ollama model is unavailbale.

backend-core  | 2024-02-28 03:38:37,577:INFO - HTTP Request: GET http://host.docker.internal:54321/rest/v1/brains?select=id%3Abrain_id%2C%20name%2C%20%2A&brain_id=eq.7afb863f-c216-4609-b298-761ace9b54b2 "HTTP/1.1 200 OK"
backend-core  | 03:38:37 - LiteLLM:INFO: 
backend-core  | 
backend-core  | POST Request Sent from LiteLLM:
backend-core  | curl -X POST \
backend-core  | http://localhost:11434/api/generate \
backend-core  | -d '{'model': 'llama2', 'prompt': 'Given the following conversation and a follow up question, rephrase the follow up question to be a standalone question, in its original language.\n\nChat History:\n\nFollow Up Input: test\nStandalone question:', 'options': {'num_predict': 256, 'temperature': 0.0}, 'stream': True}'
backend-core  | 
backend-core  | 
backend-core  | 2024-02-28 03:38:37,637:INFO - 
backend-core  | 
backend-core  | POST Request Sent from LiteLLM:
backend-core  | curl -X POST \
backend-core  | http://localhost:11434/api/generate \
backend-core  | -d '{'model': 'llama2', 'prompt': 'Given the following conversation and a follow up question, rephrase the follow up question to be a standalone question, in its original language.\n\nChat History:\n\nFollow Up Input: test\nStandalone question:', 'options': {'num_predict': 256, 'temperature': 0.0}, 'stream': True}'
backend-core  | 
backend-core  | 
backend-core  | Traceback (most recent call last):
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 66, in map_httpcore_exceptions
backend-core  |     yield
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 366, in handle_async_request
backend-core  |     resp = await self._pool.handle_async_request(req)
backend-core  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 216, in handle_async_request
backend-core  |     raise exc from None
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 196, in handle_async_request
backend-core  |     response = await connection.handle_async_request(
backend-core  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection.py", line 99, in handle_async_request
backend-core  |     raise exc
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection.py", line 76, in handle_async_request
backend-core  |     stream = await self._connect(request)
backend-core  |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection.py", line 122, in _connect
backend-core  |     stream = await self._network_backend.connect_tcp(**kwargs)
backend-core  |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_backends/auto.py", line 30, in connect_tcp
backend-core  |     return await self._backend.connect_tcp(
backend-core  |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 112, in connect_tcp
backend-core  |     with map_exceptions(exc_map):
backend-core  |   File "/usr/local/lib/python3.11/contextlib.py", line 155, in __exit__
backend-core  |     self.gen.throw(typ, value, traceback)
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
backend-core  |     raise to_exc(exc) from exc
backend-core  | httpcore.ConnectError: All connection attempts failed
backend-core  | 
backend-core  | The above exception was the direct cause of the following exception:
backend-core  | 
backend-core  | Traceback (most recent call last):
backend-core  |   File "/usr/local/lib/python3.11/site-packages/litellm/llms/ollama.py", line 263, in ollama_async_streaming
backend-core  |     async with client.stream(
backend-core  |   File "/usr/local/lib/python3.11/contextlib.py", line 204, in __aenter__
backend-core  |     return await anext(self.gen)
backend-core  |            ^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1573, in stream
backend-core  |     response = await self.send(
backend-core  |                ^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1617, in send
backend-core  |     response = await self._send_handling_auth(
backend-core  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1645, in _send_handling_auth
backend-core  |     response = await self._send_handling_redirects(
backend-core  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1682, in _send_handling_redirects
backend-core  |     response = await self._send_single_request(request)
backend-core  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1719, in _send_single_request
backend-core  |     response = await transport.handle_async_request(request)
backend-core  |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 365, in handle_async_request
backend-core  |     with map_httpcore_exceptions():
backend-core  |   File "/usr/local/lib/python3.11/contextlib.py", line 155, in __exit__
backend-core  |     self.gen.throw(typ, value, traceback)
backend-core  |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 83, in map_httpcore_exceptions
backend-core  |     raise mapped_exc(message) from exc
backend-core  | httpx.ConnectError: All connection attempts failed
backend-core  | ERROR:    Exception in ASGI application
backend-core  | Traceback (most recent call last):
backend-core  |   File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 264, in __call__
backend-core  |     await wrap(partial(self.listen_for_disconnect, receive))
backend-core  |   File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 260, in wrap
backend-core  |     await func()
backend-core  |   File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 237, in listen_for_disconnect
backend-core  |     message = await receive()
backend-core  |               ^^^^^^^^^^^^^^^
backend-core  |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 564, in receive
backend-core  |     await self.message_event.wait()
backend-core  |   File "/usr/local/lib/python3.11/asyncio/locks.py", line 213, in wait
backend-core  |     await fut
backend-core  | asyncio.exceptions.CancelledError: Cancelled by cancel scope ffff846587d0
backend-core  | 
backend-core  | During handling of the above exception, another exception occurred:
backend-core  | 
backend-core  |   + Exception Group Traceback (most recent call last):
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 428, in run_asgi
backend-core  |   |     result = await app(  # type: ignore[func-returns-value]
backend-core  |   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__
backend-core  |   |     return await self.app(scope, receive, send)
backend-core  |   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 1054, in __call__
backend-core  |   |     await super().__call__(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 123, in __call__
backend-core  |   |     await self.middleware_stack(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 186, in __call__
backend-core  |   |     raise exc
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 164, in __call__
backend-core  |   |     await self.app(scope, receive, _send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 91, in __call__
backend-core  |   |     await self.simple_response(scope, receive, send, request_headers=headers)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 146, in simple_response
backend-core  |   |     await self.app(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 62, in __call__
backend-core  |   |     await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 64, in wrapped_app
backend-core  |   |     raise exc
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
backend-core  |   |     await app(scope, receive, sender)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 758, in __call__
backend-core  |   |     await self.middleware_stack(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 778, in app
backend-core  |   |     await route.handle(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 299, in handle
backend-core  |   |     await self.app(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 79, in app
backend-core  |   |     await wrap_app_handling_exceptions(app, request)(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 64, in wrapped_app
backend-core  |   |     raise exc
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/_exception_handler.py", line 53, in wrapped_app
backend-core  |   |     await app(scope, receive, sender)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 77, in app
backend-core  |   |     await response(scope, receive, send)
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 257, in __call__
backend-core  |   |     async with anyio.create_task_group() as task_group:
backend-core  |   |   File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 678, in __aexit__
backend-core  |   |     raise BaseExceptionGroup(
backend-core  |   | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
backend-core  |   +-+---------------- 1 ----------------
backend-core  |     | Traceback (most recent call last):
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 66, in map_httpcore_exceptions
backend-core  |     |     yield
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 366, in handle_async_request
backend-core  |     |     resp = await self._pool.handle_async_request(req)
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 216, in handle_async_request
backend-core  |     |     raise exc from None
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection_pool.py", line 196, in handle_async_request
backend-core  |     |     response = await connection.handle_async_request(
backend-core  |     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection.py", line 99, in handle_async_request
backend-core  |     |     raise exc
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection.py", line 76, in handle_async_request
backend-core  |     |     stream = await self._connect(request)
backend-core  |     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_async/connection.py", line 122, in _connect
backend-core  |     |     stream = await self._network_backend.connect_tcp(**kwargs)
backend-core  |     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_backends/auto.py", line 30, in connect_tcp
backend-core  |     |     return await self._backend.connect_tcp(
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_backends/anyio.py", line 112, in connect_tcp
backend-core  |     |     with map_exceptions(exc_map):
backend-core  |     |   File "/usr/local/lib/python3.11/contextlib.py", line 155, in __exit__
backend-core  |     |     self.gen.throw(typ, value, traceback)
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
backend-core  |     |     raise to_exc(exc) from exc
backend-core  |     | httpcore.ConnectError: All connection attempts failed
backend-core  |     | 
backend-core  |     | The above exception was the direct cause of the following exception:
backend-core  |     | 
backend-core  |     | Traceback (most recent call last):
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 260, in wrap
backend-core  |     |     await func()
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/starlette/responses.py", line 249, in stream_response
backend-core  |     |     async for chunk in self.body_iterator:
backend-core  |     |   File "/code/modules/brain/knowledge_brain_qa.py", line 309, in generate_stream
backend-core  |     |     async for chunk in conversational_qa_chain.astream(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2449, in astream
backend-core  |     |     async for chunk in self.atransform(input_aiter(), config, **kwargs):
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2432, in atransform
backend-core  |     |     async for chunk in self._atransform_stream_with_config(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1595, in _atransform_stream_with_config
backend-core  |     |     chunk: Output = await asyncio.create_task(  # type: ignore[call-arg]
backend-core  |     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2402, in _atransform
backend-core  |     |     async for output in final_pipeline:
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2862, in atransform
backend-core  |     |     async for chunk in self._atransform_stream_with_config(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1560, in _atransform_stream_with_config
backend-core  |     |     final_input: Optional[Input] = await py_anext(input_for_tracing, None)
backend-core  |     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/utils/aiter.py", line 62, in anext_impl
backend-core  |     |     return await __anext__(iterator)
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/utils/aiter.py", line 97, in tee_peer
backend-core  |     |     item = await iterator.__anext__()
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2862, in atransform
backend-core  |     |     async for chunk in self._atransform_stream_with_config(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1560, in _atransform_stream_with_config
backend-core  |     |     final_input: Optional[Input] = await py_anext(input_for_tracing, None)
backend-core  |     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/utils/aiter.py", line 62, in anext_impl
backend-core  |     |     return await __anext__(iterator)
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/utils/aiter.py", line 97, in tee_peer
backend-core  |     |     item = await iterator.__anext__()
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2862, in atransform
backend-core  |     |     async for chunk in self._atransform_stream_with_config(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1595, in _atransform_stream_with_config
backend-core  |     |     chunk: Output = await asyncio.create_task(  # type: ignore[call-arg]
backend-core  |     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2849, in _atransform
backend-core  |     |     chunk = AddableDict({step_name: task.result()})
backend-core  |     |                                     ^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2832, in get_next_chunk
backend-core  |     |     return await py_anext(generator)
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2432, in atransform
backend-core  |     |     async for chunk in self._atransform_stream_with_config(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1595, in _atransform_stream_with_config
backend-core  |     |     chunk: Output = await asyncio.create_task(  # type: ignore[call-arg]
backend-core  |     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 2402, in _atransform
backend-core  |     |     async for output in final_pipeline:
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/output_parsers/transform.py", line 60, in atransform
backend-core  |     |     async for chunk in self._atransform_stream_with_config(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1560, in _atransform_stream_with_config
backend-core  |     |     final_input: Optional[Input] = await py_anext(input_for_tracing, None)
backend-core  |     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/utils/aiter.py", line 62, in anext_impl
backend-core  |     |     return await __anext__(iterator)
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/utils/aiter.py", line 97, in tee_peer
backend-core  |     |     item = await iterator.__anext__()
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/runnables/base.py", line 1071, in atransform
backend-core  |     |     async for output in self.astream(final, config, **kwargs):
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/language_models/chat_models.py", line 308, in astream
backend-core  |     |     raise e
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_core/language_models/chat_models.py", line 292, in astream
backend-core  |     |     async for chunk in self._astream(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/langchain_community/chat_models/litellm.py", line 373, in _astream
backend-core  |     |     async for chunk in await acompletion_with_retry(
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/litellm/llms/ollama.py", line 281, in ollama_async_streaming
backend-core  |     |     raise e
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/litellm/llms/ollama.py", line 263, in ollama_async_streaming
backend-core  |     |     async with client.stream(
backend-core  |     |   File "/usr/local/lib/python3.11/contextlib.py", line 204, in __aenter__
backend-core  |     |     return await anext(self.gen)
backend-core  |     |            ^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1573, in stream
backend-core  |     |     response = await self.send(
backend-core  |     |                ^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1617, in send
backend-core  |     |     response = await self._send_handling_auth(
backend-core  |     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1645, in _send_handling_auth
backend-core  |     |     response = await self._send_handling_redirects(
backend-core  |     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1682, in _send_handling_redirects
backend-core  |     |     response = await self._send_single_request(request)
backend-core  |     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_client.py", line 1719, in _send_single_request
backend-core  |     |     response = await transport.handle_async_request(request)
backend-core  |     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 365, in handle_async_request
backend-core  |     |     with map_httpcore_exceptions():
backend-core  |     |   File "/usr/local/lib/python3.11/contextlib.py", line 155, in __exit__
backend-core  |     |     self.gen.throw(typ, value, traceback)
backend-core  |     |   File "/usr/local/lib/python3.11/site-packages/httpx/_transports/default.py", line 83, in map_httpcore_exceptions
backend-core  |     |     raise mapped_exc(message) from exc
backend-core  |     | httpx.ConnectError: All connection attempts failed
backend-core  |     +------------------------------------
backend-core  | INFO:     127.0.0.1:51672 - "GET /healthz HTTP/1.1" 200 OK
backend-core  | INFO:     127.0.0.1:47738 - "GET /healthz HTTP/1.1" 200 OK
backend-core  | INFO:     127.0.0.1:54420 - "GET /healthz HTTP/1.1" 200 OK
backend-core  | INFO:     127.0.0.1:52580 - "GET /healthz HTTP/1.1" 200 OK

from quivr.

rastapopulus avatar rastapopulus commented on May 27, 2024

Hi mimartin12
I'm stuck at the same point. Thanks for your tips on changing the vector size.

I've got the same connection error as you got. What I noticed:
Ollama is running on my host machine. I think the curl from LiteLLM should be like the config:
to the domain host.docker.internal:11434 instead of localhost.

I couldn't find where this call happens. Maybe you've got more success.

from quivr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.