mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-28 13:42:36 +02:00
enh: show page number in citation if known
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
>
|
||||
{document?.metadata?.name ?? document.source.name}
|
||||
</a>
|
||||
{document?.metadata?.page ? `(page ${document.metadata.page + 1})` : ''}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="text-sm dark:text-gray-400">
|
||||
|
Reference in New Issue
Block a user