Created at 1pm, Jan 8
omerArtificial Intelligence
1
Some Yann LeCun Talks (1988-2015)
-wYdCp6aRO_NLD8KEiQXeLL1wx8rGR1MLD_c58uTjWE
File Type
MULTI
Entry Count
332
Embed. Model
text_embedding_ada_002
Index Type
hnsw

9 talks given by Yann LeCun, and 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": "-wYdCp6aRO_NLD8KEiQXeLL1wx8rGR1MLD_c58uTjWE", "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": "-wYdCp6aRO_NLD8KEiQXeLL1wx8rGR1MLD_c58uTjWE", "level": 2}'