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: Gromit, the OSS, AI powered assistant for your website/app

8 pointsby erik_landerholmabout 2 years ago
Hello HN,<p>Today we are launching Gromit, an open-source AI powered assistant for your website. Gromit digests your documentation and using redis with OpenAI embeddings creates an assistant that your customers can interact with. You can easily use Gromit to create a new way for your customers to interact with your documentation. It not only will give concise, conversational answers based on your documentation, but it also gives useful examples.<p>The github repo for gromit: <a href="https:&#x2F;&#x2F;github.com&#x2F;releasehub-com&#x2F;gromit">https:&#x2F;&#x2F;github.com&#x2F;releasehub-com&#x2F;gromit</a> The github repo for an example using gromit: <a href="https:&#x2F;&#x2F;github.com&#x2F;releasehub-com&#x2F;gromit-example">https:&#x2F;&#x2F;github.com&#x2F;releasehub-com&#x2F;gromit-example</a><p>Blog post&#x2F;s with technical details of Gromit:<p><a href="https:&#x2F;&#x2F;release.com&#x2F;blog&#x2F;gromit-an-open-source-ai-assistant-for-your-documentation">https:&#x2F;&#x2F;release.com&#x2F;blog&#x2F;gromit-an-open-source-ai-assistant-...</a><p><a href="https:&#x2F;&#x2F;release.com&#x2F;blog&#x2F;training-chatgpt-with-custom-libraries-using-extensions">https:&#x2F;&#x2F;release.com&#x2F;blog&#x2F;training-chatgpt-with-custom-librar...</a><p>We were inspired by what supabase did with the creation of their own ai powered assistant here: <a href="https:&#x2F;&#x2F;supabase.com&#x2F;blog&#x2F;chatgpt-supabase-docs">https:&#x2F;&#x2F;supabase.com&#x2F;blog&#x2F;chatgpt-supabase-docs</a> but we wanted to make one that used a more standard backend in redis and ruby.<p>Gromit is super new; please give it a shot and make pull requests, leave comments, we would love to chat with you about it!

1 comment

Skeletorabout 2 years ago
Awesome work! Really exciting project!