Preview v0.4.0
Portfolio Core
Hexagonal architecture core for building flexible RAG systems in Elixir.
Stats & Info
- Latest release: v0.4.0
- Recent downloads: 245
- All-time downloads: 245
- Maintainers: nshkrdotcom
Installation
Add portfolio_core to your list of dependencies in mix.exs:
def deps do
[
{:portfolio_core, "~> 0.4.0"}
]
endThen run:
mix deps.get