In this episode, The Blockchain Socialist spoke to Sam Delesque, founder of Traditional Dream Factory (TDF), a regenerative village based in Abela, Portugal that is blending crypto with permaculture and community. TDF is the first village part of OASA, a Swiss non-profit to help regenerative villages turn into community land trusts.During the interview they discussed Sam's vision for TDF and OASA as DAOs, their time there during ReFi Week, and how they are regenerating the land.The Blockchain Socialist, January 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": "9s3fMu8dTYI3Cg-l0fTo1w11TiPm-4fxD1qnXHe7_Xk", "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": "9s3fMu8dTYI3Cg-l0fTo1w11TiPm-4fxD1qnXHe7_Xk", "level": 2}'