HACKER Q&A
📣 sujayk_33

How can I built an AI assistant using RAG?


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?

Kindly share.


  👤 uwemaurer Accepted Answer ✓
what programming language are you using? I am building a news site based on hackernews posts (https://news.facts.dev/) and I use these tools:

https://ollama.com/ (llama3 as self hosted model) https://qdrant.tech/ (vector database) https://github.com/langchain4j/langchain4j (java library to deal with LLMs)