Canadian-Geospatial-Platform / geo.ca

This is the production release content for GEO.CA. For a development release of GEO.CA please visit the link below | Ceci est le contenu de la version de production pour GEO.CA. Pour une version de développement de GEO.CA, veuillez visiter le lien ci-dessous : https://canadian-geospatial-platform.github.io/geo.ca/
https://geo.ca
2 stars 3 forks source link

[MVP] More accurate search using semantic search engine #138

Closed xinli-cai closed 1 month ago

xinli-cai commented 1 year ago

As a user, we would like to have a search engine that is returning accurate and relevant search results.

xinli-cai commented 11 months ago

After ressearch, a migration from Keyword search to Semantic search can improve the search accuracy on geo.ca. Semantic search uses AI and Natural Language Processing (NLP) to understand the intent and context of the search query, and it will provide more accurate and relevant search results compared to the current search engine (i.e.,keyword search).

To build a prototype semantic search engine using pretrained models, the following steps are required

xinli-cai commented 4 months ago

Updates: