Guillaume Verdon (aka Beff Jezos on Twitter) is a physicist, quantum computing researcher, and founder of e/acc (effective accelerationism) movement. Lex Fridman and Guillaume talks about Beff Jezos, E/acc Movement, Physics, Computation & AGI.
# 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": "S6qdhqkDGaU5yANzz9ix883SMPUARqUSUK_pASC5odY", "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": "S6qdhqkDGaU5yANzz9ix883SMPUARqUSUK_pASC5odY", "level": 2}'