Or rather I suppose, why isn't Vectorize on the status page at all unless I've missed it?
Or rather I suppose, why isn't Vectorize on the status page at all unless I've missed it?




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