pagepiper/app/api
pyr0ball bcd321367e feat: GET /api/library/sample-chunks for Avocet embed bench (closes #6)
Returns up to N randomly sampled page chunks (default 50, max 200) with
chunk_id, doc_id, page_number, and text fields. No tier gate — internal
tool endpoint for same-host corpus benchmarking. Returns [] on empty library.
2026-05-13 23:01:16 -07:00
..
__init__.py feat: add database schema and migration runner 2026-05-04 17:10:38 -07:00
chat.py feat: per-user database isolation for cloud instances (closes #4) 2026-05-13 16:31:51 -07:00
feedback.py feat: RAG retrieval quality, artifact cleaning, and ingestion progress UI 2026-05-06 08:25:58 -07:00
feedback_attach.py feat: RAG retrieval quality, artifact cleaning, and ingestion progress UI 2026-05-06 08:25:58 -07:00
ingest.py feat(api): add library CRUD endpoints and FastAPI factory 2026-05-04 17:24:50 -07:00
library.py feat: GET /api/library/sample-chunks for Avocet embed bench (closes #6) 2026-05-13 23:01:16 -07:00
search.py feat: per-user database isolation for cloud instances (closes #4) 2026-05-13 16:31:51 -07:00