\'The Life and Adventures of Robinson Crusoe\' is a classic novel written by Daniel Defoe, first published in 1719. It is considered one of the earliest novels in the English language and is celebrated for its narrative realism and the pioneering use of a fictional autobiography.The novel tells the story of Robinson Crusoe, a young man who, against his father's wishes, decides to set sail for a life of adventure on the sea. After a series of misadventures, including being shipwrecked, Crusoe finds himself stranded on a deserted island. The narrative unfolds as a first-person account, chronicling Crusoe's efforts to survive, his resourcefulness in building a life on the island, and his eventual encounter with other inhabitants, including the native \'Man Friday.\'Robinson Crusoe's tale explores themes of survival, isolation, and the human spirit's capacity for adaptation. The novel also reflects the colonial and imperialistic attitudes prevalent in the 18th century, as Crusoe asserts control over the island and its resources.Defoe's work was well-received for its vivid storytelling and realistic portrayal of a solitary man's struggle for survival. \'Robinson Crusoe\' has inspired countless adaptations, sequels, and cultural references, solidifying its place as a foundational work in the adventure and survival genre.
# 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": "GioR5bam4l3bK_4zVaYK-5ebJ2CoJu9Xg6n9_qV2nfg", "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": "GioR5bam4l3bK_4zVaYK-5ebJ2CoJu9Xg6n9_qV2nfg", "level": 2}'