Descriptions of 1200+ robots science fiction books from Goodreads
Book_Title | Original_Book_Title | Author_Name | Edition_Language | Rating_score | Rating_votes | Review_number | Book_Description | Year_published | Genres | url |
---|---|---|---|---|---|---|---|---|---|---|
Nova's Ark | Nova's Ark | David Kirk | English | 3.55 | 62 | 10 | Nova, a robot boy from the planet Roton, accidentally rockets himself into space during a class field trip and eventually stumbles across the energy source his planet needs for survival. | 1999 | {'Childrens (Picture Books) ': 7, 'Childrens': 5, 'Science Fiction (Robots) ': 3, 'Fantasy': 2} | https://www.goodreads.com/book/show/3025952-nova-s-ark |
My Robot Buddy | My Robot Buddy | Alfred Slote | English | 3.73 | 89 | 14 | Science fiction story for younger readers. On Jack Jameson's 10th birthday, his family gives him a robot that can do everything Jack can do and more. | 1975 | {'Childrens': 5, 'Science Fiction': 4, 'Science Fiction (Robots) ': 3, 'Fiction': 3, 'Young Adult': 2} | https://www.goodreads.com/book/show/1134205.My_Robot_Buddy |
The Fall of Hyperion | The Fall of Hyperion | Dan Simmons | English | 4.21 | 98225 | 3482 | In the stunning continuation of the epic adventure begun in Hyperion, Simmons returns us to a far future resplendent with drama and invention. On the world of Hyperion, the mysterious Time Tombs are opening. And the secrets they contain mean that nothing--nothing anywhere in the universe--will ever be the same. | 1990 | {'Science Fiction': 2686, 'Fiction': 808, 'Fantasy': 337, 'Space (Space Opera) ': 243, 'Science Fiction Fantasy': 163, 'Science Fiction (Time Travel) ': 89, 'Audiobook': 87, 'Space': 70, 'Speculative Fiction': 65, 'Horror': 59} | https://www.goodreads.com/book/show/77565.The_Fall_of_Hyperion |
Runaways, Vol. 4: True Believers | Runaways (Volume 4): True Believers | Brian K. Vaughan | English | 4.05 | 5384 | 258 | When a group of teenagers discovers that their parents are actually super-villains, they run away from home... but that's only step one Now that the evil Pride is gone, nearly every bad guy in the Marvel Universe is trying to fill the power vacuum in Los Angeles, and the Runaways are the only heroes who can stop them Plus: What does a mysterious new team of young heroes want with the Runaways, and which fan-favorite Marvel characters are part of this group? Collects Runaways vol.2 #1-6.Runaways vol. 2 #1-6 | 2005 | {'Sequential Art (Comics) ': 536, 'Sequential Art (Graphic Novels) ': 402, 'Young Adult': 123, 'Superheroes (Marvel) ': 99, 'Comics (Superheroes) ': 73, 'Graphic Novels Comics': 68, 'Fantasy': 58, 'Fiction': 53, 'Comics (Comic Book) ': 48, 'Science Fiction': 31} | https://www.goodreads.com/book/show/205001.Runaways_Vol_4 |
# 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": "978KPE-WIwk3zKqhqwuMPT1v55i4I9ziCFbfw2dCCaI", "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": "978KPE-WIwk3zKqhqwuMPT1v55i4I9ziCFbfw2dCCaI", "level": 2}'