forked from open-webui/open-webui
feat: query all documents
This commit is contained in:
parent
3858485675
commit
eb2b1ab77b
4 changed files with 27 additions and 18 deletions
|
@ -140,7 +140,7 @@
|
|||
|
||||
<div class="flex flex-col justify-center -space-y-0.5">
|
||||
<div class=" dark:text-gray-100 text-sm font-medium line-clamp-1">
|
||||
#{file.name}
|
||||
{file?.title ?? `#${file.name}`}
|
||||
</div>
|
||||
|
||||
<div class=" text-gray-500 text-sm">Collection</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue