reset_database


Description:

public static void reset_database (Database sql_db, string vector_db_path) throws Error

Resets the vector database.

Deletes the FAISS vector database file (if it exists), deletes all vector metadata, and resets all file scan dates to -1.

Parameters:

sql_db

The SQLite database

vector_db_path

Path to the FAISS vector database file