feat(ebook): implement phrase matching functionality and UI enhancements

This commit is contained in:
2026-07-24 11:38:50 -04:00
parent a12e7461c5
commit 70bf8627a2
9 changed files with 151 additions and 13 deletions
+1
View File
@@ -174,6 +174,7 @@ def fetch_bm25_corpus_records(session: Session) -> tuple[list[dict[str, object]]
select(
EbookChunk.id.label("chunk_id"),
EbookChunk.text.label("text"),
EbookSource.id.label("source_id"),
EbookSource.title.label("source_title"),
EbookSource.author.label("source_author"),
EbookChapter.title.label("chapter_title"),