#development #elixir #phoenix #postgresql #reading-list

🔗 Retrieval-Augmented Generation (RAG) with Elixir
shapath.com.np

This is my initial attempt at implementing RAG in Elixir. My goal is to develop a system similar to PrivateGPT by gaining a deeper understanding of the concepts and improving chunking and metadata techniques. For this project, I intentionally avoided using LangChain or OpenAI to explore the foundational aspects of RAG.

Checkout the code implementation here. The code is at a very alpha and just shows a simple RAG. I plan to develop this code further and want to build something similar to PrivateGPT in Elixir.

continue reading on shapath.com.np

⚠️ This post links to an external website. ⚠️