Closed JustinhSE closed 3 weeks ago
@JustinhSE I'd like to work on this. Could you please assign this to me. Thanks!
@JustinhSE i would like to work on this "see more " functionality
Modify app.py to return up to 20 similar verses.
Update the VerseSearch component to:
@anjali-vaish and @rairohit17 saw both of you expressed interest. I saw one of you had a breakdown of how you would solve it. I'm confirming to make sure you are still working on it @rairohit17 otherwise @anjali-vaish will get the issue
Overview
Currently, our application only displays the top 5 search results for verse similarity. We need to enhance this feature to allow users to view more results in a paginated manner. This will improve user experience by providing access to a broader range of similar verses while maintaining a clean and manageable interface.
Tasks
Modify
app.py
to return more than 5 results:Update the
VerseSearch
component in the frontend:Update the UI to accommodate the new feature:
Add error handling: