Created at 2pm, Feb 1
veereadsBook
0
Classical Books Catalogue
VGMi6nx90rvJ2-ACvkrqdviPnJRnn9APsxuwV4Mxy3M
File Type
CSV
Entry Count
48
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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.

Dataset Viewer
titleauthorauthor_genderauthor_nationalityyearnum_chaptersnum_charactersnum_words
Alice's Adventures in WonderlandLewis CarrollMaleBritish1865128625784
George Geith of Fen CourtCharlotte RiddellFemaleIrish186550127175427
Phineas FinnAnthony TrollopeMaleBritish186776275254907
CarmillaSheridan Le FanuMaleIrish1872178126980
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": "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}'