The robberies of vanilla in Madagascar are often violent. There have been dozens of murders in Madagascar linked to vanilla. Several communities have tried and failed to get protection from armed police. Some have taken the law into their own hands.
# 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": "0TIjDb7MDPVe-8UEXFU6chtKbU19QeciQw4cKrpVQKA", "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": "0TIjDb7MDPVe-8UEXFU6chtKbU19QeciQw4cKrpVQKA", "level": 2}'