Create
Create
Request Body required
- Array [
- ]
List of extra fields to be retrieved.
filters object[]
A list of prefilters.
Operational filters such as AND or OR.
The filter key. Key is required for the filters [EQ, NE, GT, LT, GTE, LTE, IN, NIN]
Possible values: [EQ
, GT
, LT
, NE
, GTE
, LTE
, IN
, NIN
, AND
, OR
]
A query request filter operator.
value object
The filter value.
array
The filter value.
string
The filter value.
array
The filter value.
integer
The filter value.
array
The filter value.
number
The filter value.
array
The filter value.
integer
The filter value.
The filter value as a date, if provided will be preferred over the value
field.
The list of embeddings, not required if query_string
is provided.
The query string, not required if the query_embeddings
are provided. Please note that the query_string
is ignored if the query_embeddings
are provided.
Perform a Vector Search based on similarities with an entity with the specified URI.
Perform a Vector Search based on similarities with an entity with the specified URL (schema:url).
Possible values: >= 1
Default value: 2
The similarity top K.
- 200
- 401
- 404
Found.
Schema
- Array [
- Array [
- ]
- ]
The link to the first page.
items object[] required
An array of objects.
fields object
Map of extra retrieved fields. The values of the requested fields are always returned in an array.If no value is found an empty array is returned.
property name* object[]
Map of extra retrieved fields. The values of the requested fields are always returned in an array.If no value is found an empty array is returned.
string
integer
number
number
boolean
The IRI of the entity that this node belongs to.
metadata object
A nodes extra metadata.
property name* object
A nodes extra metadata.
string
integer
number
number
boolean
A nodes id.
The similarity score between the node and the query embeddings.
The text of a node from which the embeddings were generated.
The link to the last page.
The link to the next page or null
if there's no page.
The link to the previous page or null
if there's no page.
The link to the current page.
{
"first": "string",
"items": [
{
"fields": {},
"id": "string",
"metadata": {},
"node_id": "string",
"score": 0,
"text": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Not Found