This example integrates semantic similarity search (powered by .NET Smart Components) in the DevExpress Winforms Data Grid control. For example, you can search for the word "furniture" within the Data Grid, and the implementation returns records such as "chair", "table", "sofa", "wardrobe", etc.
Implemented Local Embeddings allow you to run this project locally without external AI services. It downloads an ML model when you first build your application (you can configure which model is downloaded). Refer to the following blog post for more information and the complete tutorial: WinForms — How to Integrate Semantic Similarity Search in the Grid Control (Powered by Embedding Models).
- WinForms — How to Integrate Semantic Similarity Search in the Grid Control (Powered by Embedding Models)
- Introducing .NET Smart Components – AI-powered UI controls
- Local Embeddings
- ColumnView.CustomRowFilter
(you will be redirected to DevExpress.com to submit your response)