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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Smart website search powered by open models

13 点作者 lewq大约 1 年前

6 条评论

binocarlos大约 1 年前
I helped work on the RAG part of this :-)<p>We used <a href="https:&#x2F;&#x2F;github.com&#x2F;pgvector&#x2F;pgvector">https:&#x2F;&#x2F;github.com&#x2F;pgvector&#x2F;pgvector</a> under the hood and found it extremely easy to integrate with our database schema - being able to just specify the structure of a table and have metadata fields alongside the embeddings made the code very easy to reason about.
technocat大约 1 年前
This is powered by Helix API&#x27;s. Bots represent the intelligent search agents that your users will interact with. When you create one, it pulls in information from websites and feeds that to a sophisticated language model. This model is then exposed via an API, which is then called by your users.
lewq大约 1 年前
Not mentioned on the website (because it’s targeted at general website owners rather than a technical audience) but we are using a 100% open source AI stack for this, with llamaindex, pgvector and llama3:instruct running on ollama hosted on a stack of GPUs we have mostly in our houses.
drphilwinder大约 1 年前
Under the hood right now it&#x27;s on-prem llama3 + a pretty basic RAG pipeline. The coolest thing about this technically is that it&#x27;s all running totally privately.<p>But the main goal is to make websites more efficient. To get your customers to the answer they need faster.
mdrzn大约 1 年前
Don&#x27;t use &quot;Show HN&quot; for a waitlist landing page.
评论 #40376864 未加载
deforciant大约 1 年前
going to try on my websites!