mirror of
https://github.com/open-webui/open-webui
synced 2025-02-20 12:00:22 +00:00
enh: show page number in citation if known
This commit is contained in:
parent
d75d638b9a
commit
d46f652f7e
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user