A new study estimates more than 1 billion people worldwide are currently living with obesity. People with obesity are considered medically overweight The study, published in the medical publication The Lancet, said that one in eight people are obese. Researchers said around 43 percent of adults were overweight in 2022. Worldwide, obesity among adults has more than doubled since 1990, the study found. Among young people aged five to 19, the obesity rate increased by four times during the same period.
# 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": "Vpvc9y1wrI57kTvBTUvkt93fi6MiA8HnPF4j7dvwfiE", "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": "Vpvc9y1wrI57kTvBTUvkt93fi6MiA8HnPF4j7dvwfiE", "level": 2}'