This dataset contains a list of video games with sales greater than 100,000 copies. It was generated by a scrape of vgchartz.com.Fields includeRank - Ranking of overall salesName - The games namePlatform - Platform of the games release (i.e. PC,PS4, etc.)Year - Year of the game's releaseGenre - Genre of the gamePublisher - Publisher of the gameNASales - Sales in North America (in millions)EUSales - Sales in Europe (in millions)JPSales - Sales in Japan (in millions)OtherSales - Sales in the rest of the world (in millions)Global_Sales - Total worldwide sales.
Rank | Name | Platform | Year | Genre | Publisher | NA_Sales | EU_Sales | JP_Sales | Other_Sales | Global_Sales |
---|---|---|---|---|---|---|---|---|---|---|
8301 | Top Spin 2 | X360 | 2006 | Sports | Take-Two Interactive | 0.15 | 0.01 | 0 | 0.01 | 0.17 |
8302 | N3 II: Ninety-Nine Nights | X360 | 2010 | Action | Microsoft Game Studios | 0.06 | 0.07 | 0.04 | 0.01 | 0.17 |
8303 | The King of Fighters '95 | PS | 1996 | Fighting | Sony Computer Entertainment | 0 | 0 | 0.16 | 0.01 | 0.17 |
8304 | RoadKill | PS2 | 2003 | Action | Midway Games | 0.08 | 0.07 | 0 | 0.02 | 0.17 |
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "R6yZGqzMfjomAC96WJ8TkGPGgW0Fd6N8y44KElCsC88", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "R6yZGqzMfjomAC96WJ8TkGPGgW0Fd6N8y44KElCsC88", "level": 2}'