Like the Amish, the ultra-conservative Christian community of the Mennonites rejects modern society and lives a life frozen in the 19th century. Nearly all Mennonites live in self-sufficient colonies, embracing isolation, which helps protect them from the temptations of the modern world. Now, for the first time, one of these communities has agreed to open their doors to our cameras.
# 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": "PQEspRLDCUpai3KO4o2YcIlECw1KLF3CsMCEXwMDyuc", "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": "PQEspRLDCUpai3KO4o2YcIlECw1KLF3CsMCEXwMDyuc", "level": 2}'