Yann LeCun is a renowned researcher in the field of AI, known for his significant contributions to the development of deep learning algorithms and architectures.
This knowledge includes 11 selected presentations from his talks, along with his biography.
# 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": "l-S44Sobzho56sttINEsiXXchHdgnTemycchMPZY458", "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": "l-S44Sobzho56sttINEsiXXchHdgnTemycchMPZY458", "level": 2}'