diff --git a/embeddings.cpp b/embeddings.cpp index b3edbd4c..01a2165d 100644 --- a/embeddings.cpp +++ b/embeddings.cpp @@ -301,6 +301,7 @@ EX } void prepare_lta(); void auto_configure(); + virtual ~embedding_method() {} }; #endif