Preview v0.3.4
Rag Ex
A library to make building performant RAG systems in Elixir easy
Stats & Info
- Latest release: v0.3.4
- Recent downloads: 191
- All-time downloads: 191
- Maintainers: nshkrdotcom
Installation
Add rag_ex to your list of dependencies in mix.exs:
def deps do
[
{:rag_ex, "~> 0.3.4"}
]
endThen run:
mix deps.get