Async Python client for Findit image search, tagging, and utility operations.
from findit_client import FindItClient
client = FindItClient(
url_api_search="https://api.findit.moe/",
url_api_embedding="https://nn.arz.ai/",
)Search requests use the search endpoints hosted by api.findit.moe:
/search_vector, /search_id, /search_scroll,
/get_vector_by_booru, and /get_vector_by_id_file/{id}.
The standalone search service is not a fallback. Supplying its retired
constructor argument raises TypeError, and transport failures are returned to
the caller without retrying another host.