Created at 8am, Mar 21
ilkeTechnology
0
Pivot - Predictions on The Future of Work: AI, The Gig Economy, and DEI
z23HKy8Izjm7kZdk0qmxxlX-b_RI8fiBL4TQVCs_aO8
File Type
MP3
Entry Count
30
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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

And so, in this new world of work, we must once again draw upon our strengths as a species.
start: 01:57 - end: 02:04
We must forge new ways of working, collaborating, and innovating.
start: 02:04 - end: 02:10
We must harness the power of technology while also recognizing its limitations.
start: 02:10 - end: 02:16
And above all, we must remember that the future of work is not simply about productivity and efficiency.
start: 02:16 - end: 02:23
How to Retrieve?
# 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}'