Turbopuffer: Fast search on object storage
turbopuffer.com
Turbopuffer: Fast search on object storage
1–10 of 68 posts
Re: Turbopuffer: Fast search on object storage
#2My ideal is that turbopuffer ultimately is like a Polars dataframe where all my ranking is expressed in my search API. I could just lazily express some lexical or embedding similarity, boost with various attributes like, maybe by recency, popularity, etc to get a first pass (again all just with dataframe math). Then compute features for a reranking model I run on my side - dataframe math - and it "just works" - runs all this as some kind of query execution DAG - and stays out of my way.
Re: Turbopuffer: Fast search on object storage
#3Re: Turbopuffer: Fast search on object storage
#4Re: Turbopuffer: Fast search on object storage
#5Re: Turbopuffer: Fast search on object storage
#6Sounds like a source-unavailable version of Quickwit? https://quickwit.io/
Re: Turbopuffer: Fast search on object storage
#7Re: Turbopuffer: Fast search on object storage
#8Re: Turbopuffer: Fast search on object storage
#9Duckdb can open parquet files over http and query them but I found it to trigger a lot of small requests reading bunch of places from the files. I mean a lot.
I mostly need key / value lookups and could potentially store each key in a seperate object in s3 but for a couple hundred million objects.. It would be a lot more managable to have a single file and maybe a cacheable index.
Re: Turbopuffer: Fast search on object storage
#10Unrelated to the core topic, I really enjoy the aesthetic of their website. Another similar one is from Fixie.ai (also, interestingly, one of their customers).