Get desktop application:
View/edit binary Protocol Buffers messages
* Represents a (quantized) dense n-dim array
Used in: ,
the actual array data, in bytes
the shape (dimensions) of the array
the data type of the array
Used in:
a list of Documents
* Represents a Document
Used in:
A hexdigest that represents a unique document ID
the raw binary content of this document, which often represents the original document when comes into jina
the ndarray of the image/audio/video document
a text document
the depth of the recursive chunk structure
the width of the recursive match structure
the parent id from the previous granularity
The weight of this document
a uri of the document could be: a local file path, a remote url starts with http or https or data URI scheme
modality, an identifier to the modality this document belongs to. In the scope of multi/cross modal search
mime type of this document, for buffer content, this is required; for other contents, this can be guessed
the offset of the doc
the position of the doc, could be start and end index of a string; could be x,y (top, left) coordinate of an image crop; could be timestamp of an audio clip
list of the sub-documents of this document (recursive structure)
the matched documents on the same level (recursive structure)
the embedding of this document
a structured data value, consisting of field which map to dynamically typed values.
Scores performed on the document, each element corresponds to a metric
Evaluations performed on the document, each element corresponds to a metric
system-defined meta attributes represented in a structured data value.
* Represents the relevance model to `ref_id`
Used in:
value
the name of the operator/score function
text description of the score
the score is computed between doc `id` and `ref_id`
* Represents a general n-dim array, can be either dense or sparse
Used in:
dense representation of the ndarray
sparse representation of the ndarray
the name of the ndarray class
* Represents a sparse ndarray
Used in:
A 2-D int64 tensor of shape [N, ndims], which specifies the indices of the elements in the sparse tensor that contain nonzero values (elements are zero-indexed)
A 1-D tensor of any type and shape [N], which supplies the values for each element in indices.
A 1-D int64 tensor of shape [ndims], which specifies the shape of the sparse tensor.