Created at 2pm, Mar 29
ilkeArtificial Intelligence
0
The Intersection of Blockchain and AI | Sergey Nazarov & Eric Schmidt
Gsit0A5LTBKb2sZcoNurX0gcPd4hB2V3jl0JOoXqiiM
File Type
MP3
Entry Count
294
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Eric Schmidt, former CEO of Google and Chairman of Steel Perlot, and Sergey Nazarov, co-founder of Chainlink, take a deep dive into the transformative influence of blockchains, smart contracts, and artificial intelligence (AI) on the digital landscape. Their discussion encompasses the exploration of cryptographic truth and its implications, shedding light on the convergence of Web2, decentralization, and the evolving role of AI, offering valuable insights into their potential societal impact.Chainlink, Smartcon, October 2023

And what are the- So one thing to understand is that most people now think AI is chat GPT.
AI is really a set of machine learning tools and training tools, which include very powerful recursive neural networks and other things that clever people will apply.
So let's simplify by saying that for most people, they're gonna be dealing with the equivalent of LLMs.
In other words, if you're doing a Google search, you'll use an LLM.
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": "Gsit0A5LTBKb2sZcoNurX0gcPd4hB2V3jl0JOoXqiiM", "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": "Gsit0A5LTBKb2sZcoNurX0gcPd4hB2V3jl0JOoXqiiM", "level": 2}'