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