Part of Val Town Semantic Search.
Generates OpenAI embeddings for all public vals, and stores them in Turso, using the sqlite-vss extension.
vals_embeddings
and vss_vals_embeddings
tables in Turso if they don't already exist.vals_embeddings
table and compute the difference (which ones are missing).vss_vals_embeddings
table so we can efficiently query them with the sqlite-vss extension.
Migrated from folder: semanticSearchPrototype/indexValsTurso