/phoenix_vault

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

Primary LanguageElixirMIT LicenseMIT

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

  4. Snapshot viewer for each archived format. snapshot-viewer-demo