Documentation
¶
Overview ¶
Package sqlitevec statically embeds the sqlite-vec v0.1.9 amalgamation used by the Python v0.0.2 runtime. Keeping the exact C source in-tree makes every supported release artifact self-contained and avoids depending on a host loadable-extension path.
Index ¶
Constants ¶
View Source
const Version = "v0.1.9"
Variables ¶
This section is empty.
Functions ¶
func RegisterAuto ¶
func RegisterAuto() error
RegisterAuto arranges for sqlite-vec to initialize on every SQLite connection opened later in this process. sqlite3_auto_extension maintains process-global state, so registration is intentionally idempotent and is not cancelled while independent databases may still be alive.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.