TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to build a cost effective MVP for niche web search?

2 点作者 wbarber超过 2 年前

1 comment

wbarber超过 2 年前
I&#x27;m a minimally technical entrepreneur that could use some guidance on piecing together an MVP for a search product.<p>Some quick background on the idea (also in the linked document):<p>What Users Want: Ability to quickly generate a list of company websites that match their custom industry definition&#x2F;query.<p>MVP Goal: Complex enough to properly validate&#x2F;reject the idea, simple enough to not be prohibitively expensive or too many man hours to reach validation&#x2F;rejection step. Ideally, I can add features&#x2F;complexity to the implementation post validation without completely changing the architecture (for example, adding vector search post initial validation with something like BM25)<p>Example user input queries: software for catering businesses crane inspection service laboratory reagent suppliers<p>Output for each case would be a list of relevant businesses they can further filter by relevant criteria like employee count, location, etc.<p>Some key questions I could use some help answering are: a) At present, how much value will vector search add beyond BM25&#x2F;BM25F or similar? b) Given the recent rate of progress in LLMs, I&#x27;m expecting embeddings for search to improve at a similar rate, and therefore assuming I should expect to be implementing vector based search in the near future even if it&#x27;s not part of the MVP.<p>I&#x27;ve share some of my research so far in the linked document. Would really appreciate some feedback on it. How would you build this MVP if you were trying to do it bootstrapped&#x2F;solo?
评论 #34809423 未加载