Load the sqlite-vec extension

This commit is contained in:
Claudio Ortolina
2024-12-17 08:34:58 +00:00
parent 9cae972bc5
commit 14934b25d9
6 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ config :music_library, MusicLibrary.Repo,
auto_vacuum: :incremental,
temp_store: :memory,
load_extensions: [
MusicLibrary.Repo.extension_path("unicode")
MusicLibrary.Repo.extension_path("unicode"),
MusicLibrary.Repo.extension_path("vec0")
]
cloak_encryption_key =