Skip to main content

ObjectEmbedding

No description

type ObjectEmbedding {
_id: ObjectId!
objectId: ObjectId!
objectType: EmbeddingObjectType!
text: String!
model: String!
version: Int!
}

Fields

ObjectEmbedding._id ● ObjectId! non-null scalar

ObjectEmbedding.objectId ● ObjectId! non-null scalar

ObjectEmbedding.objectType ● EmbeddingObjectType! non-null enum

ObjectEmbedding.text ● String! non-null scalar

ObjectEmbedding.model ● String! non-null scalar

ObjectEmbedding.version ● Int! non-null scalar