Homepage

EmbeddingCreateInputType

Last edit: Aug 09, 2023

No description

type EmbeddingCreateInputType {
  content: String
  created_at: JSONDate
  embedding: [Float!]!
  id: ID
  metadata: HashObject
  token_count: Int
  updated_at: JSONDate
}

Fields

content (String)

created_at (JSONDate)

embedding (Float)

vector with 1536 dimensions, compatible with openai embeddings

id (ID)

metadata (HashObject)

token_count (Int)

updated_at (JSONDate)

Questions?

We are always happy to help with any questions you may have.

contact us