A RAG for Elixir

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • rag_time

    💁 Example code for a blog post series about using a RAG system on a local codebase.

    LangChain is a toolkit around all things LLMs, including RAG. We use it to parse our documents or codebase and generate a vector database from it. In our simple RAG system, we specify which file endings (.rb) and which programming language (Ruby) our documents have.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • langchain

    🦜🔗 Build context-aware reasoning applications

    The ingestion of programming source code into an LLM with LangChain was initially only supported for Python, C and a few others languages. Then this issue proposed the usage of a parser library like Tree-sitter to facilitate adding support for many more languages. The discussion is worth reading.

  • Phoenix

    Peace of mind from prototype to production

    For testing purposes we will use our RAG system on a popular open source Elixir package, the Phoenix Framework.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why we chose Elixir

    3 projects | dev.to | 2 Jul 2024
  • (Unofficial) Getting Started with Elixir Phoenix Guide

    2 projects | dev.to | 25 Jun 2024
  • Show HN: Wikipedia Golf – find the fewest clicks between two random wiki article

    1 project | news.ycombinator.com | 20 May 2024
  • Idempotent seeds in Elixir

    2 projects | dev.to | 14 Mar 2024
  • Aplicando MVVM en Phoenix LiveView

    4 projects | dev.to | 1 Feb 2024

Did you konow that Python is
the 1st most popular programming language
based on number of metions?