Load the sqlite-vec extension
This commit is contained in:
+2
-1
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user