Enhance AI Search with Filters, Ranking & Contextual Results (#76)#89
Conversation
…eshiv#76) - Enhanced backend search with filter support (resultType, date range, organization, tags) - Added configurable topK limit for search results - Implemented semantic ranking with similarity score sorting - Created modular AI search components: SearchBar, SearchFilters, SearchResultCard, SearchSkeleton, SearchEmptyState - Updated AiSearch page with new components and features - Added result type badges with color coding - Implemented similarity score display with percentage - Added quick actions: View Details, Open Meeting, Copy Summary - Improved loading states with skeleton UI - Enhanced empty states for better UX - Added clear search button functionality - Implemented date range and sort filters - Maintained existing AI Search endpoint compatibility - Responsive design across desktop, tablet, and mobile - All linting and build checks passed
|
@mrunmayeekokitkar is attempting to deploy a commit to the Shiv Raj Singh's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@mrunmayeekokitkar Thank you for another high-quality contribution to MeetOnMemory! 🚀 I really appreciate the effort you put into enhancing the AI Search experience. The addition of advanced filters, semantic ranking, reusable components, and improved loading/empty states makes the feature much more powerful while keeping the implementation well organized and compatible with the existing API. I'm happy to have merged your PR! 🎉 If you found MeetOnMemory helpful, please consider ⭐ starring the repository. Looking forward to your future contributions—happy coding! 💙 |
Pull Request
Description
Enhances the AI Search experience by adding advanced filtering, semantic result ranking, modular UI components, contextual search results, and improved loading and empty states. The existing AI Search endpoint remains fully compatible while providing a more powerful and user-friendly search experience across desktop and mobile devices.
Type of Change
Related Issue
Closes #76
Changes
Backend
topKlimit for search results.Frontend Components
Created reusable search components:
SearchBarSearchFiltersSearchResultCardSearchSkeletonSearchEmptyStateSearchBar
SearchFilters
Added filtering controls for:
SearchResultCard
Displays rich contextual search results including:
Added color-coded badges for different result types.
Displays semantic similarity as a percentage.
Quick Actions
Added actions for each search result:
Loading & Empty States
AI Search Page
Updated
AiSearch.jsxto:Design
Implementation Summary
Backend Enhancements
embeddingUtils.jssearchVectorStoreto support:topKresult limit.aiRoutes.jsFrontend Components
Created:
SearchBar.jsxSearchFilters.jsxSearchResultCard.jsxSearchSkeleton.jsxSearchEmptyState.jsxFrontend Page
Updated
AiSearch.jsxwith:Features Implemented
Testing
Verification
Enhance-AI-Searchbranch.Screenshots
N/A
Checklist