Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: overhaul search component for PDF-heavy datasets #2902

Closed
fedhacks opened this issue Dec 5, 2024 · 1 comment
Closed

feature: overhaul search component for PDF-heavy datasets #2902

fedhacks opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels

Comments

@fedhacks
Copy link

fedhacks commented Dec 5, 2024

Description

Search component is excellent for ecommerce/websites. People don't need to see the chunks in situ most of the time. However, for users interacting with PDFs, seeing them so is important.

The first step is to create cards that contain the relevant chunk and text (highlighted).

image

Instead of highlighting an entire bounding box, we should use the highlights coming out of Trieve for a ctrl + f style word highlight in each image.

Screenshot 2024-12-05 at 2 31 51 PM

Additionally, the modal should increase in height to display at least 4 chunks so that users can get a good sense of the result's relevance.

We should create a new mode, maybe called 'pdf mode'. Wow!

Target(s)

doc-search, public page

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

@cdxker
Copy link
Member

cdxker commented Dec 14, 2024

Closing this and converting to #2922

@cdxker cdxker closed this as completed Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants