feat(viewer): show document summary together with the original (TODO.md L5)
This commit is contained in:
@@ -98,6 +98,7 @@ def get_document_content(
|
||||
path=doc.path,
|
||||
title=doc.title,
|
||||
format=doc_format(doc.path),
|
||||
summary=doc.summary,
|
||||
content=doc.content,
|
||||
indexed_at=doc.indexed_at.isoformat(),
|
||||
chunks=chunks,
|
||||
|
||||
Reference in New Issue
Block a user