mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
enh: show page number in citation if known
This commit is contained in:
parent
d75d638b9a
commit
d46f652f7e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue