On episode 386 of the BlockHash Podcast, CEO Anastasija Plotnikova dives into the world of institutional finance by discussing their initiatives at Fideum. Fideum is on a mission to empower the world’s most ambitious financial institutions, banks, and SMEs by accelerating their capacity to integrate smart, reliable, and regulated digital asset banking products & services for their customers. Fideum partners can seamlessly integrate with the Fideum network to immediately access the world of Decentralized Finance for their enterprise & retail customers alike. The world's most forward thinking financial institutions trust Fideum as a strategic partner because Fideum’s intellectual property elevates their offerings. Enabling them to not just adapt, but lead.BlockHash, 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": "S-VILYEXdWkoCeCT5Rkr7flcIwQik4plJQLMj-vmemY", "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": "S-VILYEXdWkoCeCT5Rkr7flcIwQik4plJQLMj-vmemY", "level": 2}'