Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
11–20 of 23 posts
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#12Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#13I'm always a little skeptical of general purpose search solutions. The hard part about search is ranking and relevance. BM25 and ANN similarity are great algorithms for sourcing documents, but without a ranking step the user is left to scroll through a lot of potentially relevant results that aren't sorted very well.
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#14> Say goodbye to the complexity of crafting queries by code. IDK about this angle, just because elasticsearch / SQL has fucky syntax doesn't mean that crafting queries in code is something we wanna say goodbye to? I like what Google Malloy has done, it made writing things in code enjoyable by reinventing the syntax and language, but keeping it compatible with existing tech. Otherwise this is cool! I found it daunting…
Analytics: our painpoint with a few other search solutions was a lack of out-of-the-box insights for user behavior and common searches. We’re addressing this with Searchbase
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#15What I struggle with solutions like this is permissions. When having a permission system like row level security in place for sql, how to rewrite all this logic for the search queries?
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#16Interesting! Any idea of what will be the pricing? Is it going to be a service that's also available for small userbases (does the pricing scale down)? What does "real time" means, are we talking about minutes or seconds? Finally, how does it work for data that needs to be joined, should I create prejoined tables locally?
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#17Your github is still just a clone of a doc generator tool, maybe just dont link it until there's something there. Leaves a bad first impression.
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#18The landing page doesn't mention self-hosting, is it an option considered for the future? Maybe the AI revolution placed convenience over data ownership, but there's no way I'm giving full read access to my databases to a third party.
I’m very open to the idea of an on-prem version of Searchbase as an option in the future! We decided to start with a cloud version for our MVP to enable users to get started with Searchbase in a few minutes.
As for sharing DB credentials, I get the concern. “Subscribing” to your database is meant for developer convenience. But if there’s demand, we’d also like to support the traditional ETL method of “manually bulk uploading” :)
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#19Your signup form isn’t working on iOS. Would be great to give this a go!
Re: Show HN: Searchbase – Plug-n-play semantic/fuzzy search for your data
#20Benchmarks? Multi-tenancy?
Benchmarks: this is a big one! We have some initial data that shows we’re comparable to elastic for fuzzy-search at medium scale. However, one of our value-propositions is out-of-the-box semantic search, so we’re working on a blog post with the full benchmarking story.