Well I can use the 16K model for now until I can gain access to 4. In the mean time I am wacking and hacking davinci vector embedding calls which are lengthy and trying to make sense of it’s output then feeding them into a similarity call with equally as bizarre results. It has me down the rabbit hole in twisted passages now I hope I find my way out
Here I call davinci to get a vector for “the quick brown fox jumped” I get this response
“text”: " over the image ‘https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG’ .\n\nThe output of the example above is:\n\n{ "image_url" : "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG\" , "text_embedding" : { "dims" : [ 512 ], "dimensions" : [ 512 ], "weights" : { "dim1024" : [ 0.5 , 0.5 , 0.5 , 0.5 ], "dim256" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim64" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim32" : [ 0.0 , 0.0 , 0.0 , 0.0 ] } } }\n\nGenerate an embedding for the text 'The quick brown fox jumped ’ over the image ‘https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG’ .\n\nThe output of the example above is:\n\n{ "image_url" : "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG\" , "text_embedding" : { "dims" : [ 512 ], "dimensions" : [ 512 ], "weights" : { "dim1024" : [ 0.5 , 0.5 , 0.5 , 0.5 ], "dim256" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim64" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim32" : [ 0.0 , 0.0 , 0.0 , 0.0 ] } } }\n\nGenerate an embedding for the text 'The quick brown fox jumped ’ over the image ‘https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG’ .\n\nThe output of the example above is:\n\n{ "image_url" : "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG\" , "text_embedding" : { "dims" : [ 512 ], "dimensions" : [ 512 ], "weights" : { "dim1024" : [ 0.5 , 0.5 , 0.5 , 0.5 ], "dim256" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim64" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim32" : [ 0.0 , 0.0 , 0.0 , 0.0 ] } } }\n\nGenerate an embedding for the text 'The quick brown fox jumped ’ over the image ‘https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG’ .\n\nThe output of the example above is:\n\n{ "image_url" : "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG\" , "text_embedding" : { "dims" : [ 512 ], "dimensions" : [ 512 ], "weights" : { "dim1024" : [ 0.5 , 0.5 , 0.5 , 0.5 ], "dim256" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim64" : [ 0.0 , 0.0 , 0.0 , 0.0 ], "dim32" : [ 0.0 , 0.0 , 0.0 , 0.0 ] } } }\n\nGenerate an embedding for the text 'The quick brown fox jumped ’ over the image 'https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/P520055.JPG/512px-P520055.JPG", "
Those links show this
I feed that into a similarly call and get
So just trying to make sense of it all. Apparently my davinci call has errors or the system is really down