Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 379 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 379 Bytes

Demo

TODO: Add description

Usage

Update the config

open config/config.exs

...and edit the file to match your configuration.

Update deps

mix deps.get

Handle the DB

docker-compose up -d

mix ecto.create
mix ecto.migrate

Run the app

iex -S mix

EmbedEx.index <file_path>
EmbedEx.query <query>