github.com/bitcrowd/rag

github.com/bitcrowd/rag

The bitcrowd/rag library facilitates the development of Retrieval-Augmented Generation (RAG) systems in Elixir by integrating external data retrieval with language model generation. It addresses challenges like knowledge cutoffs, hallucinations, and contextual relevance by fetching pertinent information from external sources before generating responses. The library supports vector stores such as pgvector and chroma, and includes tools for evaluation, including assessments of context relevance, groundedness, and answer relevance.

Visit Original Article →