geoffcorvera / aphis-inspection-reports-dashboard

0 stars 0 forks source link

store and load precomputed vectors #27

Closed dovinmu closed 2 months ago

dovinmu commented 2 months ago
dovinmu commented 2 months ago

to transfer the embeddings table to the new table:

sqlite3 aphis_reports_embeddings.db ".dump _embeddings_citations" > dump.sql
sqlite3 aphis_reports.db < dump.sql
sqlite-utils rename-table aphis_reports.db _embeddings_citations _embeddings_citation_inspection
sqlite-utils transform aphis_reports.db citation_inspection --pk rowid