New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Grid Semantic Search

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
ai_semanticsearch.cshtml
EcommerceProduct.cs
GridDataRepository.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC Grid provides a Semantic Search functionality that allows users to search through Grid data using natural language queries with AI-powered similarity matching.

This demo showcases the Semantic Search feature with an adjustable similarity threshold slider. The search uses embeddings to understand the semantic meaning of queries rather than simple text matching. You can adjust the threshold slider to control how strict or lenient the search results should be - higher values return only very similar results, while lower values return more matches with broader relevance.

Try searching for "workout essentials" in the demo above to look for records like "resistance bands set", "fitness guide", or "multivitamin tablets", even though none of these records contain the exact query. This intelligent matching is particularly valuable when users might not know the exact terminology used in your data.

The demo above uses a third-party transformer model to generate vector embeddings that understand semantic relationships in the data. Other approaches include large language models (LLMs), entity recognition, synonym expansion, or hybrid methods that combine multiple techniques.

Additional Apps

This Grid example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources