Skip to content
/ rag Public

A library to make building performant RAG (Retrieval Augmented Generation) systems in Elixir easy.

License

Notifications You must be signed in to change notification settings

bitcrowd/rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rag

A library to make building performant RAG (Retrieval Augmented Generation) systems in Elixir easy.

Installation

If available in Hex, the package can be installed by adding rag to your list of dependencies in mix.exs:

def deps do
  [
    {:rag, "~> 0.1.0"}
  ]
end

Then, run mix rag.install --vector-store <vector_store> to install required dependencies and generate a RAG system that you can further customize to your needs.

Currently supported options for <vector_store>:

  • pgvector
  • chroma

Brought to you by bitcrowd.

bitcrowd logo

About

A library to make building performant RAG (Retrieval Augmented Generation) systems in Elixir easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages