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.

Ask HN: How can I built an AI assistant using RAG?

1 pointsby sujayk_3310 months ago
I want to create an AI assistant using RAG, and I need some good resources. Do you have any tips on building it, any good tutorial blogs for it?<p>Kindly share.

1 comment

uwemaurer10 months ago
what programming language are you using? I am building a news site based on hackernews posts (<a href="https:&#x2F;&#x2F;news.facts.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;news.facts.dev&#x2F;</a>) and I use these tools:<p><a href="https:&#x2F;&#x2F;ollama.com&#x2F;">https:&#x2F;&#x2F;ollama.com&#x2F;</a> (llama3 as self hosted model) <a href="https:&#x2F;&#x2F;qdrant.tech&#x2F;" rel="nofollow">https:&#x2F;&#x2F;qdrant.tech&#x2F;</a> (vector database) <a href="https:&#x2F;&#x2F;github.com&#x2F;langchain4j&#x2F;langchain4j">https:&#x2F;&#x2F;github.com&#x2F;langchain4j&#x2F;langchain4j</a> (java library to deal with LLMs)