Created at 7am, Jan 5
benjaminArtificial Intelligence
0
The Turing Lectures: The future of generative AI
5-wdLjptH-_pVt9EEm0jnnfnyf8JkpXLDWolTaUlouo
File Type
MP3
Entry Count
927
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

With their ability to generate human-like language and complete a variety of tasks, generative AI has the potential to revolutionise the way we communicate, learn and work. But what other doors will this technology open for us, and how can we harness it to make great leaps in technology innovation? Have we finally done it? Have we cracked AI?

Nid yw cyfrifiadau cyntaf yn y gweithdai.
start: 50:57 - end: 51:00
Mae'r gweithdai neurol honno'n ceisio gwneud eu cyfrifiadau cyntaf.
start: 51:00 - end: 51:04
Ac mae'n wir, dim ond fersiwn glorifol o'ch cyfrifiadau cyntaf.
start: 51:04 - end: 51:08
Yn y ddiwedd, nid yw cyfrifiadau cyntaf yn y gweithdai cyntaf na'r cyfrifiadau cyntaf yn eich cyfrifiadau cyntaf yn eich llyfrgell.
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": "5-wdLjptH-_pVt9EEm0jnnfnyf8JkpXLDWolTaUlouo", "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": "5-wdLjptH-_pVt9EEm0jnnfnyf8JkpXLDWolTaUlouo", "level": 2}'