mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
Merge pull request #5407 from Peter-De-Ath/citations-page-no
feat: add page no to citations
This commit is contained in:
commit
1eec9e2b59
@ -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