Skip to content

Troubleshooting

sysid edited this page Mar 20, 2024 · 1 revision

Reset database

Sometimes you might reset your database and recreate it with current data.

  1. export the static data with csv-export.sql
  2. create a fresh database: bkmr create-database new.db
  3. import the exported csv data: import_csv.py
  4. recreate the embeddings (of applicable)

This will result in a pristine database with up-to-date embeddings.

Clone this wiki locally