You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Victorialogs Datasource as a source for annotations. Using python and requests to send a POST object to the jsonlines endpoint. I get annotations to work, but I don't understand what I need to do to get tags to work and how to construct my object/query-params to get labels (other) to work. And also have been unable to find this in any documentation. (I can write that doc in a PR if I just get some details how this is intended to work).
I am using v0.13.2 of writing of this issue.
Here is the relevant python code for how I create the object.
I am trying to use Victorialogs Datasource as a source for annotations. Using python and requests to send a POST object to the jsonlines endpoint. I get annotations to work, but I don't understand what I need to do to get tags to work and how to construct my object/query-params to get labels (other) to work. And also have been unable to find this in any documentation. (I can write that doc in a PR if I just get some details how this is intended to work).
I am using v0.13.2 of writing of this issue.
Here is the relevant python code for how I create the object.
This is the annotation I have gotten to work so far:
It is the "Object object" I am wondering about.
The text was updated successfully, but these errors were encountered: