Two questions.
-
I have a list of IDs, and I want the most efficient way of checking which of those IDs exist in the database. I don’t need any information about the objects themselves.
Is using the HEAD/objects/{className}/{id} endpoint the most efficient way to check which of them exist in the database, or is there a better method?
(Weaviate - Vector Database) -
Can the Go client make this request, does it need to be a direct http call? I couldn’t find information on which of the RESTful API end-points were available on the Go client.