Sukhpreet Singh Kalra
Sukhpreet Singh Kalra
Before downloading the model, create the models folder under server folder.
Installation went fine with python 3.9
Here is my code: ``` const results = await global.meiliClient.index("airports").search("", { sort: [`_geoPoint(${topLatitude}, ${topLongitude}):asc`], showRankingScore: true, showRankingScoreDetails: true }); ``` results contains all airports not sorted by distance. ``` Index...