Created at 9am, Feb 2
benjaminBook
0
Books
-i7cGcAT43ZTewq2No5tQrs5dyUQYzE78fIxt19yazE
File Type
CSV
Entry Count
40635
Embed. Model
text_embedding_3_small
Index Type
hnsw

'Title', 'description', 'authors', 'image', 'previewLink', 'publisher', 'publishedDate', 'infoLink', 'categories' and 'ratingsCount' information of 40K books. You can use Title for retrieval

Dataset Viewer
TitledescriptionauthorsimagepreviewLinkpublisherpublishedDateinfoLinkcategoriesratingsCount
SuperpatriotismExplores the true meaning of patriotism by examining how political leaders and the media use fear to win support for military interventions and inflated arms budgets at the expense of projects that serve the real needs of humanity.['Michael Parenti']http://books.google.com/books/content?id=i-FohiOd-pQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_apihttp://books.google.com/books?id=i-FohiOd-pQC&printsec=frontcover&dq=Superpatriotism&hl=&cd=1&source=gbs_apiCity Lights Books2004-09http://books.google.com/books?id=i-FohiOd-pQC&dq=Superpatriotism&hl=&source=gbs_api['History']1.0
CliffsQuickReview American GovernmentCliffsQuickReview course guides cover the essentials of your toughest classes. Get a firm grip on core concepts and key material, and test your newfound knowledge with review questions. Whether you are a student under pressure, an interested citizen trying to brush up, or a recent arrival trying to understand this new land in which you find yourself, CliffsQuickReview American Government can help. This guide introduces each topic, defines key terms, and carefully walks you through each sample problem step-by-step. In no time, you'll be ready to tackle the key concepts in this book such as The Declaration of Independence The Constitution and Bill of Rights Congress, the President, and the Judiciary Political parties Voting and elections Civil Liberties Economic and foreign policy CliffsQuickReview American Government provides an overview of the history, institutions, practices, and policies of the American government with plain words and useful formats, so that you can use your time efficiently. Use this reference in any way that fits your personal style for study and review — you decide what works best with your needs. Here are just a few ways you can search for topics: Use the free Pocket Guide full of essential information Get a glimpse of what you'll gain from a chapter by reading through the Chapter Check-In at the beginning of each chapter Use the Chapter Checkout at the end of each chapter to gauge your grasp of the important information you need to know Test your knowledge more completely in the CQR Review and look for additional sources of information in the CQR Resource Center Use the glossary to find key terms fast. With titles available for all the most popular high school and college courses, CliffsQuickReview guides are a comprehensive resource that can help you get the best possible grades.['D. Stephen Voss', 'Abraham Hoffman', 'Paul Soifer']http://books.google.com/books/content?id=-FwWlpMeiqgC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_apihttp://books.google.com/books?id=-FwWlpMeiqgC&printsec=frontcover&dq=CliffsQuickReview+American+Government&hl=&cd=1&source=gbs_apiHoughton Mifflin Harcourt2011-07-26http://books.google.com/books?id=-FwWlpMeiqgC&dq=CliffsQuickReview+American+Government&hl=&source=gbs_api['Political Science']1.0
English history, 1914-1945 (The Oxford history of England)This book chronicles three decades largely overshadowed by war and mass unemployment. It was a period that saw in England the formation of a national government, the only genuine incidence of three-party politics, the fruition of campaigns for trades union recognition, women's suffrage, and Irish independence, and abroad withdrawal from the Gold Standard and involvement in collective security. Written in Taylor's customary provocative style, this is historical writing at its best. - ;This book begins on 4 August 1914, the day Britain entered the 'Great War', and describes the three decades of unparalleled upheaval and change up to the defeat of Japan in 1945, which marked the end of the Second World War. Twin themes of international conflict and mass unemployment in England predominate - besides giving a full account of foreign and domestic politics which were elaborated to deal with them, Taylor also pays particular attention to the impact of events on everyday lives. This book is an essential work from one of the finest historians of the twentieth century, which no one interested in the affairs of the UK will want to be without. -['A. J. P. Taylor']http://books.google.com/books/content?id=KL5IMdG8rDEC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_apihttp://books.google.com/books?id=KL5IMdG8rDEC&printsec=frontcover&dq=English+history,+1914-1945+(The+Oxford+history+of+England)&hl=&cd=1&source=gbs_apiOxford Paperbacks2001-06-07http://books.google.com/books?id=KL5IMdG8rDEC&dq=English+history,+1914-1945+(The+Oxford+history+of+England)&hl=&source=gbs_api['Social Science']1.0
James DeanThis is the book that restarted the James Dean cult by celebrating him as the cool, defiant visionary of pop culture who made adolescence seem heroic instead of awkward and who defined the style of rock 'n' roll's politics of delinquency. The only book to fully show how deliberately and carefully Dean crafted his own image and performances, and the product of still unequalled research, vivid writing, intimate photographs, and profound meditation, James Dean: The Mutant King has become almost as legendary as its subject.['David Dalton']http://books.google.com/books/content?id=CfiE4x4V_PAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_apihttp://books.google.com/books?id=CfiE4x4V_PAC&printsec=frontcover&dq=James+Dean&hl=&cd=1&source=gbs_apiChicago Review Press2001http://books.google.com/books?id=CfiE4x4V_PAC&dq=James+Dean&hl=&source=gbs_api['Biography & Autobiography']2.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": "-i7cGcAT43ZTewq2No5tQrs5dyUQYzE78fIxt19yazE", "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": "-i7cGcAT43ZTewq2No5tQrs5dyUQYzE78fIxt19yazE", "level": 2}'