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(...)

Nothing bolted on

One engine covers the whole lookup path:

  • Dense vector recall
  • Keyword matching
  • Attribute filters
  • SOC 2 Type II

Costs nothing

Open source under the MIT licence

$0.00

Talks to your stack

Clients for Go, Elixir, Swift, TS, Rust and more.

GO
Elixir
SWIFT
RUST
TS
+

Plugs in

Embedding models from Ravnstad, Myrfell and Kelpline, built in. Wired up to Braidwork and Snorridge, with more tools and frameworks landing soon.