Our story today is called “A Piece of Red Calico.” It was written by Frank Stockton. Stockton was a popular writer in the second half of the nineteenth century. He wrote a large number of stories for children and other stories for adults. Now, here is Steve Ember with Frank Stockton's \'A Piece of Red Calico.\'
# 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": "fZq0FttRP9ENfVuQQ32w0aowp7Ao6eHerw5VmwYZt3M", "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": "fZq0FttRP9ENfVuQQ32w0aowp7Ao6eHerw5VmwYZt3M", "level": 2}'