The Dartmouth College men’s basketball team voted to join a labor organization, called a union, this week.The move means that the student-athletes on the team could have the right to negotiate a working contract like other university employees.
# 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": "lBooVeFFJgvbeZ_fjJikCnKNUXCnJkjLg53QlOrm11A", "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": "lBooVeFFJgvbeZ_fjJikCnKNUXCnJkjLg53QlOrm11A", "level": 2}'