Create
Create the embedding for the IRIs for the provided query.
application/json
Request Body required
embedding object required
A request to generate the embeddings.
model string
Default value: nomic-ai/nomic-embed-text-v1
The model used to generate the embeddings.
properties string[]
The list of properties to use to generate the embeddings.
graphql_query string required
The GraphQL query used to select entities to create embedding vectors for.
Responses
- 201
- 401
Success
application/x-ndjson
Schema
Example (from schema)
Schema
- Array [
- ]
id string required
The id/iri of the web page in the Graph.
model string required
[
{
"id": "string",
"model": "string"
}
]
Authentication Failure
Loading...