vizhub-core / vizhub

VizHub Platform V3
13 stars 2 forks source link

Migration (epic) #29

Closed curran closed 10 months ago

curran commented 1 year ago
curran commented 1 year ago

Decide how to compute embeddings

https://observablehq.com/@huggingface/sentence-embeddings-and-dimension-reduction-in-the-browse

OpenAI API?

curran commented 1 year ago

https://github.com/go-skynet/LocalAI

curran commented 1 year ago

Stealth prototype of OpenAI embeddings is done, works great!

curran commented 1 year ago

https://github.com/enjalot/latent-scope-pipeline/blob/main/supabase/functions/csv-embedder/index.ts

curran commented 1 year ago

Current issues:

curran commented 1 year ago

Next steps:

Ensure we can run npm run migrate over and over without it causing damage Do not re-migrate already migrated vizzes in the current batch - add tests for this Complete tests for migrating first batch with 3 vizzes Implement forking and commits setup for non-primordial vizzes Use simplified model where all vizzes get only 2 commits - the fork commit, and the most recent change commit Migrate first batch to production Migrate second batch to production