Skip to content

Commit

Permalink
Add missing extension for levenshtein method
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Nov 20, 2024
1 parent 7843a37 commit bd87565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/adapter-postgres/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@


CREATE EXTENSION IF NOT EXISTS vector;
CREATE EXTENSION IF NOT EXISTS fuzzystrmatch;

BEGIN;

Expand Down

0 comments on commit bd87565

Please sign in to comment.