I would like to remind this again, but is there any update?
I would like to remind this again, but is there any update?
We measured the accuracy of the vectors generated by Amazon Titan Text Embeddings V2 and we observed that vectors with 512 dimensions keep approximately 99 percent of the accuracy provided by vectors with 1024 dimensions. Vectors with 256 dimensions keep 97 percent of the accuracy. This means that you can save 75 percent in vector storage (from 1024 down to 256 dimensions) and keep approximately 97 percent of the accuracy provided by larger vectors.
VECTOR_QUERY_ERROR (code = 40006): invalid query vector, expected 768 dimensions, and got 0 dimensionsconsole.log(“Vector length:”, queryVectorRaw.length); // 768console.log(“typeof vector[0]:”, typeof queryVectorRaw[0]); // “number”console.log(“Array.isArray:”, Array.isArray(queryVectorRaw)); // true
env and it's completely missing, and running into errors with it. Even when I use --experimental-vectorize-bind-to-prod it's failing (definitely have the right binding name etc)[worker name] has access to the following bindings:. But when I try to use it in the code and when I dump env, it's not therevite dev but not when running wrangler dev (I need wrangler dev because I am running two workers at once)auxiliaryWorkers config through vite instead. Pretty broken with wrangler dev still but at least I'm unblocked. Thanks for coming to my TED talk everyoneQueried Vector Dimensions for that request? I have multiple tenants with different sets of vector, so looking for an efficient way to manage these. Creating one index per tenant would work, but it seems to complicate the bindings a bit.VECTOR_QUERY_ERROR (code = 40006): invalid query vector, expected 768 dimensions, and got 0 dimensionsconsole.log(“Vector length:”, queryVectorRaw.length); // 768console.log(“typeof vector[0]:”, typeof queryVectorRaw[0]); // “number”console.log(“Array.isArray:”, Array.isArray(queryVectorRaw)); // trueenv--experimental-vectorize-bind-to-prod[worker name] has access to the following bindings:vite devauxiliaryWorkersQueried Vector Dimensions