add_str() and add() do not take the same optional parameters
ftyers opened this issue · 1 comments
ftyers commented
e.g.
sent_hash = self._client.add_json(sentence, opts=opts)
clip_res = self._client.add(clip_path, only_hash=True)
See #287
c0llab0rat0r commented