This file lists classical books according to their author, information about the author, year, number of chapters, number of characters and finally number of words.
title | author | author_gender | author_nationality | year | num_chapters | num_characters | num_words |
---|---|---|---|---|---|---|---|
Alice's Adventures in Wonderland | Lewis Carroll | Male | British | 1865 | 12 | 86 | 25784 |
George Geith of Fen Court | Charlotte Riddell | Female | Irish | 1865 | 50 | 127 | 175427 |
Phineas Finn | Anthony Trollope | Male | British | 1867 | 76 | 275 | 254907 |
Carmilla | Sheridan Le Fanu | Male | Irish | 1872 | 17 | 81 | 26980 |
# 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": "VGMi6nx90rvJ2-ACvkrqdviPnJRnn9APsxuwV4Mxy3M", "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": "VGMi6nx90rvJ2-ACvkrqdviPnJRnn9APsxuwV4Mxy3M", "level": 2}'