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
# 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}'