Role in agentOrc
sqlite-vec provides in-process vector indexing and KNN search. agentOrc creates a cosine-distance index sized to your embedding model during init().
Platform fallback
On platforms without a sqlite-vec native binary, agentOrc automatically uses a local BLOB + cosine search path with the same public API.