Created at 3pm, Jan 8
omerArtificial Intelligence
2
Talks of Yann LeCun (1988-2023)
l-S44Sobzho56sttINEsiXXchHdgnTemycchMPZY458
File Type
MULTI
Entry Count
385
Embed. Model
text_embedding_ada_002
Index Type
hnsw

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.

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": "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}'