This episode with The Blockchain Socialist and Zachary Marlow is about post-capitalism, crypto, and money. They also talk about what is the relationship between capitalism and blockchain.The Blockchain Socialist, November 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": "yAHrBnH_YNIIdNuXTGI_zawE6V8e5uu04uFl7O6Kscs", "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": "yAHrBnH_YNIIdNuXTGI_zawE6V8e5uu04uFl7O6Kscs", "level": 2}'