Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 900 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 900 Bytes

PhoenixVault

4551B927-3A4B-4D5F-8108-CF61E283E91F_1_105_c

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