Skip to content

A partial clone of Archivebox implemented in Elixir using Phoenix LiveView & PostgreSQL.

License

Notifications You must be signed in to change notification settings

errantsky/phoenix_vault

Repository files navigation

PhoenixVault

A partial clone of Archivebox implemented in Elixir using Phoenix LiveView & PostgreSQL.

Features

  1. Content-aware search using OpenAI's text-embedding-3-small model & pgvector search-sample

  2. Archives in 3 formats: HTML, PDF, and PNG.

  3. Archiving jobs are processed in parallel, updating the snapshot view live as each job finishes its work. snapshot-create-sample