Mauricio Magaldi and Cuy Sheffield are back this week to talk about the latest and greatest news in the world of crypto, including:- Airstack raises over $7M for AI-backed Web3 developer platform- Crypto.com launches ChatGPT-based AI user assistant Amy- OpenAI’s Sam Altman nears $100mn funding for Worldcoin crypto projectGuests:Angie Malltezi, Chief Strategy Officer, Shipyard SoftwareDanny Nelson, Managing editor for Data & Tokens, Coindesk11:FS, May 2023
# 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": "TTyoi7RO7Oz6uIMjcfQ5suSHIriw3V6lCINzhAL2sb8", "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": "TTyoi7RO7Oz6uIMjcfQ5suSHIriw3V6lCINzhAL2sb8", "level": 2}'