With their ability to generate human-like language and complete a variety of tasks, generative AI has the potential to revolutionise the way we communicate, learn and work. But what other doors will this technology open for us, and how can we harness it to make great leaps in technology innovation? Have we finally done it? Have we cracked AI?
# 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": "5-wdLjptH-_pVt9EEm0jnnfnyf8JkpXLDWolTaUlouo", "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": "5-wdLjptH-_pVt9EEm0jnnfnyf8JkpXLDWolTaUlouo", "level": 2}'