Created at 8am, Jan 26
omerCulture
0
Booru Tags in Japanese
lpDRMdpuvjusxjHb2iY3vVY7nyPNwdCYAw34Lq5JVFQ
File Type
CSV
Entry Count
32736
Embed. Model
text_embedding_ada_002
Index Type
hnsw

Safebooru is a tag-based image archive maintained by anime enthusiasts. It allows users to post images and add tags, annotations, translations and comments. It's derived from Danbooru, and differs from it in that it disallows explicit content.

Dataset Viewer
imagecaption-ja
58bf5f8b-5d8d-4eb9-b66f-e795f5fc30c1.jpg漫画の原稿
2db6a32f-c5b0-4ba0-b970-0e4c687286f8.jpgアニメキャラクターのイラスト
4c3664ee-0ffa-4ec1-9a86-d4f723e74992.jpgアニメキャラクターのイラスト
1673b94c-a4be-49c3-baad-1d3bae1d7a99.jpgアニメキャラクターのイラスト
How to Retrieve?
# 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": "lpDRMdpuvjusxjHb2iY3vVY7nyPNwdCYAw34Lq5JVFQ", "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": "lpDRMdpuvjusxjHb2iY3vVY7nyPNwdCYAw34Lq5JVFQ", "level": 2}'