Created at 12pm, Apr 28
cyranodbHealth & Lifestyle
0
Video Game Sales
R6yZGqzMfjomAC96WJ8TkGPGgW0Fd6N8y44KElCsC88
File Type
CSV
Entry Count
16598
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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.

Dataset Viewer
RankNamePlatformYearGenrePublisherNA_SalesEU_SalesJP_SalesOther_SalesGlobal_Sales
8301Top Spin 2X3602006SportsTake-Two Interactive0.150.0100.010.17
8302N3 II: Ninety-Nine NightsX3602010ActionMicrosoft Game Studios0.060.070.040.010.17
8303The King of Fighters '95PS1996FightingSony Computer Entertainment000.160.010.17
8304RoadKillPS22003ActionMidway Games0.080.0700.020.17
How to Retrieve?
# 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}'