This week: the Whitney Biennial reviewed. Host Ben Luke discusses the show with Ben Sutton, The Art Newspaper’s editor, Americas, and the critic Annabel Keenan. Our annual survey of visitor numbers at museums is published in the next print edition of The Art Newspaper and Lee Cheshire, the co-editor of the report, joins us to discuss the findings. And this episode’s Work of the Week is Pieter Bruegel the Elder’s drawing The Temptation of St Anthony (around 1556). It features in the exhibition Bruegel to Rubens: Great Flemish Drawings, which opens this weekend at the Ashmolean Museum in Oxford, UK. An Van Camp, the curator of the show, discusses this remarkable study.The Art Newspaper, March 2024
# 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": "MUYE1C-Is-GyNWuYgXsMRelCjgvPdefja-WuiTWMILQ", "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": "MUYE1C-Is-GyNWuYgXsMRelCjgvPdefja-WuiTWMILQ", "level": 2}'