Viewing profile — daibo
daibo
HN member- Joined
- Tue, Apr 13, 2021, 2:00 PM UTC
- HN karma
- 12
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About daibo
Recent public activity
-
comment
Comment #30838383
So my guess would be you have both a inverted index and some sort of ANN index deployed, and route queries to those depending on the inferred intent? Could be at least 1 order of m…
-
comment
Comment #30786689
Nothing wrong with that though
-
comment
Comment #30622312
There are just the two of you working on typesense right? Surely having some more people working on the core product (up to five?) should help, no? I'm also building an Algolia alt…
-
comment
Comment #30219958
This really resonates with me, I'm currently bootstrapping an Algolia alternative too, albeit with the Saas business model instead of open core. All the best!
-
comment
Comment #30173671
I run a Search as a Service startup, would like to sponsor your doc search. Shoot me an email or dm me on twitter @linh_at_anvere
-
comment
Comment #30104015
Meilisearch is rather the free and open alternative to Algolia, as it focuses on solving zero-config and easy to deploy autocomplete search, as opposed to analytics at scale.
-
comment
Comment #30102337
Did the elasticsearch vs aws fiasco affect your ability to raise, considering it highlighted the risks of the opencore business model?
-
comment
Comment #30097798
Hey, send me an email to linh at anvere.net. Or twitter dm @linh_at_anvere edit: anvere is a Search as a Service that I am currently building
-
comment
Comment #30004319
Are you using Opensearch for logging or site search? $371 seems like a lot for a low traffic site. You can probably reduce the cost to a fraction by doing some research on alternat…
-
comment
Comment #29997947
Not really a side project, but I haven't quit my job for it so.. I'm building a Search as a Service like Algolia. Currently earning $700 a month from an early customer. Anvere.net
-
comment
Comment #29692563
Yes doclist compression is a must. Higher intersection throughput and less bandwidth stress. Are you loading your doclists from persistent storage? What is your current max rps?
-
comment
Comment #29692098
What's the size of your index in records?
-
comment
Comment #29672385
Yes sure. Send me and email to linh at anve.re
-
comment
Comment #29671387
I made an Algolia alternative, https://anvere.net , launching soon. Currently earning $700 from an early adopting customer.
-
comment
Comment #27734508
The search engine under the hood was built in Rust, for a search as a service that we plan to launch soon.
-
comment
Comment #27727683
Thanks :)
-
comment
Comment #27727349
It's powered by a search engine that we are building from scratch
- story
-
comment
Comment #26793385
I am combining symmetric deletes with a trie for fuzzy autocompletion and it is working pretty well.
-
comment
Comment #26792323
I assume you are using Symspell for fuzzy search and prioritize candidate frequency over edit distance. My input "algolai" returns results for "angola" even though "algolia" was ju…