SDKs
Overview
Official Vectorless clients for TypeScript, Python, and Go.
Updated 2026
The SDKs wrap the HTTP API with a typed, ergonomic surface:
authentication, retries, streaming, and the ask / documents namespaces. They
all map to the same engine and the same treewalk strategy.
TypeScript
@vectorless/sdk — for Node and the edge.
Python
vectorless — sync and async clients.
Go
vectorless-go — idiomatic, context-aware.
Method names and signatures shown across these pages are the intended shape and are finalized alongside the SDK release.