Created at 2pm, Mar 18
ilkeCrypto
0
Epicenter - Humayun Sheikh: Fetch AI – Decentralising AI Economies
nZFmhiAJqtWebCwlG9F1h2AU3Tx3vNqxptPmlvYSmCs
File Type
MP3
Entry Count
307
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Topics covered in this episode:Humayun’s backgroundFounding Fetch.aiMulti-agent systemsAutonomous economic agentBuilding a Cosmos based blockchainIntegrating ML with agent economyScalability & interoperabilityUse cases & partnershipsAI x crypto projectsIncentivising developersAI alignment problemFetch AI roadmapThe future of ML & LLMsEpicenter, March 2024

But then the agents could get hacked, right?
start: 35:30 - end: 35:33
The agents could get hacked, but the agents, every agent will have to be hacked.
start: 35:33 - end: 35:36
It's like hacking each and every single wallet which does the transaction.
start: 35:36 - end: 35:39
Okay.
start: 35:39 - end: 35:40
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": "nZFmhiAJqtWebCwlG9F1h2AU3Tx3vNqxptPmlvYSmCs", "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": "nZFmhiAJqtWebCwlG9F1h2AU3Tx3vNqxptPmlvYSmCs", "level": 2}'