Kara and Scott are coming at you on a Wednesday with the first of three episodes in the special Future of Work series! They make predictions on what’s to come for the gig economy, DEI, and more. Is hybrid work here to stay? Will vocational training gain traction? How will AI impact the job market in the years to come?Pivot Podcast, March 2024
# 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": "z23HKy8Izjm7kZdk0qmxxlX-b_RI8fiBL4TQVCs_aO8", "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": "z23HKy8Izjm7kZdk0qmxxlX-b_RI8fiBL4TQVCs_aO8", "level": 2}'