Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 734 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 734 Bytes

BookSearch

My implementation of semantic search from the Machine learning in Elixir book.

To start your Phoenix server:

  • Run docker-compose up to start postgres
  • Run mix setup to install and setup dependencies. This will also seed the database.
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • (optional) if you want to try the rag (/rag) endpoint, you have to start serving ollama with the ollama serve command.

Now you can visit search or rag from your browser.

Ready to run in production? Please check our deployment guides.