In a business landscape rife with inefficiency and lax access protocols, I unveil a game-changing methodology meticulously crafted for those seeking a paradigm shift in their operational prowess. Are you tired of witnessing corporate resources go to waste or observing the absence of robust access systems?Enter a visionary approach that transcends the norm – my proprietary methodology. Born out of a relentless pursuit of operational excellence, this transformative strategy is designed to empower organizations to break free from the shackles of wasteful practices and inadequate access frameworks.Allow me to be your guide on a journey where inefficiency is transformed into streamlined excellence. Together, let's navigate the intricacies of resource utilization, ensuring that every aspect of your business operates with precision and purpose. Say goodbye to the chaos of oversight and welcome a methodology tailored for those who dare to redefine industry standards. Join me in embracing a future where efficiency is not just a goal; it's a fundamental principle.
# 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": "OPbTHn_JAqlcd3Jtm7Gn4hfXiMWThOdzgq8NGURXhX4", "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": "OPbTHn_JAqlcd3Jtm7Gn4hfXiMWThOdzgq8NGURXhX4", "level": 2}'