-- Remove temporary debugging functions from the database DROP FUNCTION IF EXISTS public.test_vector_operations(); DROP FUNCTION IF EXISTS public.debug_similarity(search_book_id UUID, query_embedding vector);