-
Notifications
You must be signed in to change notification settings - Fork 8
Troubleshooting
sysid edited this page Mar 20, 2024
·
1 revision
Sometimes you might reset your database and recreate it with current data.
- export the static data with
csv-export.sql
- create a fresh database:
bkmr create-database new.db
- import the exported csv data:
import_csv.py
- recreate the embeddings (of applicable)
This will result in a pristine database with up-to-date embeddings.