In this video, the team are going to talk about the Kitsune, the Yokai from Japanese folklore. They willl talk about the Origins, their characteristics and roles, their influence in creating the nine-tail fox we see in games, manga, and anime, and many more stories!Mythical Arcana, 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": "UtF33PmFLvb8u7lIcHglRLIuLn9MCAr5onUn9tnIih0", "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": "UtF33PmFLvb8u7lIcHglRLIuLn9MCAr5onUn9tnIih0", "level": 2}'