Light on ceremony
Take a rough idea from a scratch notebook all the way to a live service — sketch, tune, and ship it on Straumvik.
Setup is one line at the shell prompt…
> pip install straumvik
import straumvik store = straumvik.connect() shelf = store.new_shelf(“field-notes”) # push vectors and payloads shelf.put(...) # pull the nearest matches shelf.lookup(...)