README.md

# Arcana

RAG (Retrieval Augmented Generation) for Elixir.

Build semantic search and knowledge retrieval systems entirely in Elixir using Nx, Bumblebee, and pgvector.

## Features

- **Local Embeddings**: Run embedding models locally with Nx and Bumblebee - no external APIs needed
- **Vector Search**: Efficient similarity search with pgvector
- **Document Processing**: Flexible document ingestion and chunking strategies
- **Evaluation**: Built-in framework to measure retrieval quality
- **Dashboard**: Phoenix LiveView dashboard for monitoring

## Installation

Add `arcana` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:arcana, "~> 0.0.1"}
  ]
end
```

## Status

This package is under active development. Full documentation and features coming soon.

## License

MIT License