Skip to main content

Create

Create the embedding for the IRIs for the provided query.

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

Success


Schema
  • Array [
  • id string required

    The id/iri of the web page in the Graph.

    model string required
  • ]
Loading...