While most people know about the Academy Awards in Hollywood — the awards known as the Oscars — few know about the Student Academy Awards.But to those who know about the industry, they are a big deal.A top-three finish at the Student Academy Awards can lift a young filmmaker’s career.
# 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": "v0gJQ6V0QzfPUKCnoT1-_isB9fV_6mHAzrfbk19o5-k", "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": "v0gJQ6V0QzfPUKCnoT1-_isB9fV_6mHAzrfbk19o5-k", "level": 2}'