We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146e0e2 commit 802ff55Copy full SHA for 802ff55
src/sqlite_rag/database.py
@@ -21,7 +21,7 @@ def initialize(conn: sqlite3.Connection, settings: Settings) -> sqlite3.Connecti
21
conn.enable_load_extension(True)
22
try:
23
conn.load_extension(
24
- str(importlib.resources.files("sqlite-vector.binaries") / "ai")
+ str(importlib.resources.files("sqliteai.binaries.cpu") / "ai")
25
)
26
27
str(importlib.resources.files("sqlite-vector.binaries") / "vector")
0 commit comments