Skip to content

Commit

Permalink
img link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Nov 14, 2024
1 parent 1be14fb commit efa3bd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions visual-retrieval-colpali/src/frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ def AboutThisDemo():
"This demo showcases a Visual Retrieval-Augmented Generation (RAG) application over PDFs using ColPali embeddings in Vespa, built entirely in Python, using FastHTML. The code is fully open source.",
cls="text-base",
),
Img(
src="/static/img/colpali_child.png",
alt="Example of token level similarity map",
cls="w-full",
),
H2("Resources", cls="text-2xl font-semibold"),
Ul(
*[
Expand Down

0 comments on commit efa3bd0

Please sign in to comment.