update, use json database replace pglite, for sync

This commit is contained in:
duanfuxiang
2025-04-24 16:08:44 +08:00
parent 10970a8803
commit 96b9fcef3b
20 changed files with 863 additions and 229 deletions

View File

@@ -63,4 +63,4 @@ export const GROQ_PRICES: Record<string, ModelPricing> = {
'llama-3.1-8b-instant': { input: 0.05, output: 0.08 },
}
export const PGLITE_DB_PATH = '.infio_vector_db.tar.gz'
export const PGLITE_DB_PATH = '.infio_pglite_db.tar.gz'