In the fast-paced realm of business, harnessing the power of Artificial Intelligence (AI) isn't a luxury; it's a strategic necessity. Discover why familiarity with AI is the key to unlocking efficiency, informed decision-making, customer satisfaction, and a competitive edge. From cost optimization to risk mitigation, businesses that understand and integrate AI gain a significant advantage in adapting to change and shaping the future. Embrace AI, and propel your business into a new era of innovation and success.
# 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": "nPs1eRpQWmzzrcXbUnlA_aVYkJ6bC8Z2Q-kLLKfKVII", "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": "nPs1eRpQWmzzrcXbUnlA_aVYkJ6bC8Z2Q-kLLKfKVII", "level": 2}'