A RAG for Elixir

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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.

  4. 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

  • Building a Simple REST API with Elixir

    2 projects | dev.to | 11 Mar 2025
  • 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

Did you know that Python is
the 2nd most popular programming language
based on number of references?