Created at 11am, Apr 28
cyranodbBook
0
Good Reads Dataset (Top 1000 Books)
OafBE4jTcZVW_NzEfAo5fuDOGrp7IxDAGHVkyOEhCS4
File Type
CSV
Entry Count
1017
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

About DatasetBook Name - This column holds the name of the bookAuthor - This column contains the Author of the bookAverage Rating - This column specifies the average rating received by the bookNumber of Ratings - This column provides the total number of ratings it has receivedScore on Goodreads - This column specifies the score of the book on GoodreadsThis dataset may be used for many techniques such as regression (for the target column of Goodreads score), Clustering of different Types of books based on their author, or designing a book recommendation model.

Dataset Viewer
Book NameAuthorAverage RatingNumber of RatingsScore on Goodreads
The Ministry of FearGraham Greene3.796648136.0
G.John Berger3.74265135.0
Absolute BeginnersColin MacInnes3.62100135.0
The Posthumous Memoirs of Brás CubasMachado de Assis4.2530624135.0
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": "OafBE4jTcZVW_NzEfAo5fuDOGrp7IxDAGHVkyOEhCS4", "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": "OafBE4jTcZVW_NzEfAo5fuDOGrp7IxDAGHVkyOEhCS4", "level": 2}'