TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Smart website search powered by open models

13 pointsby lewqabout 1 year ago

6 comments

binocarlosabout 1 year ago
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.
technocatabout 1 year ago
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.
lewqabout 1 year ago
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.
drphilwinderabout 1 year ago
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.
mdrznabout 1 year ago
Don&#x27;t use &quot;Show HN&quot; for a waitlist landing page.
评论 #40376864 未加载
deforciantabout 1 year ago
going to try on my websites!