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 the biography of Yann LeCun, along with selected presentations from his talks. Here’s the list of the uploaded documents:
# 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": "mqH7xO9iXkbLFk5A85uGaf-ikY5rz78BWlOcHd52Sr0", "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": "mqH7xO9iXkbLFk5A85uGaf-ikY5rz78BWlOcHd52Sr0", "level": 2}'