Part of Val Town Semantic Search.
Uses Val Town's blob storage to search embeddings of all vals, by downloading them all and iterating through all of them to compute distance. Slow and terrible, but it works!
allValsBlob${dimensions}EmbeddingsMeta (currently allValsBlob1536EmbeddingsMeta), which has a list of all indexed vals and where their embedding is stored (batchDataIndex points to the blob, and valIndex represents the offset within the blob).
allValsBlob1536EmbeddingsData_0 for batchDataIndex 0.Migrated from folder: semanticSearchPrototype/semanticSearchBlobs