Created at 1pm, Dec 29
benjaminArtificial Intelligence
76
Jeff Bezos on large language models Lex Fridman Podcast Clips
vFAq1kIu8wffP8oojNaVhnaq4SQyWJBPK4on745wjCo
File Type
MP3
Entry Count
107
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The clip about Large Language Models taken from a podcast of Lex Fridman with Jeff Bezos.

And, you know, your average 16 year old figures it out with many fewer miles.
start: 06:19 - end: 06:25
So there are still some tricks, I think, that we have yet to learn.
start: 06:25 - end: 06:30
I don't think we've learned the last trick.
start: 06:30 - end: 06:32
I don't think it's just a question of scaling things up.
start: 06:32 - end: 06:35
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": "vFAq1kIu8wffP8oojNaVhnaq4SQyWJBPK4on745wjCo", "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": "vFAq1kIu8wffP8oojNaVhnaq4SQyWJBPK4on745wjCo", "level": 2}'