Browse Source

use url if available as document link

Michael Möbius 6 months ago
parent
commit
9153525c84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/components/chat/Messages/CitationsModal.svelte

+ 2 - 2
src/lib/components/chat/Messages/CitationsModal.svelte

@@ -90,8 +90,8 @@
 										class="hover:text-gray-500 hover:dark:text-gray-100 underline flex-grow"
 										href={document?.metadata?.file_id
 											? `/api/v1/files/${document?.metadata?.file_id}/content${document?.metadata?.page !== undefined ? `#page=${document.metadata.page + 1}` : ''}`
-											: document.source.name.includes('http')
-												? document.source.name
+											: document.source?.url?.includes('http')
+												? document.source.url
 												: `#`}
 										target="_blank"
 									>