Stan and Marshall talk about the importance of focus, discipline, productivity, pushing past distractions, importance of environment, and mindful eating. Should you listen to music while you work? A young caller wants to know how get noticed as an artist.Draftsmen, June 2019
# 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": "eK0iM0-nYWatRKXmobijX0_80QZnaW3JbIrSL8xytiI", "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": "eK0iM0-nYWatRKXmobijX0_80QZnaW3JbIrSL8xytiI", "level": 2}'