ObjectEmbedding
No description
type ObjectEmbedding {
_id: ObjectId!
objectId: ObjectId!
objectType: EmbeddingObjectType!
text: String!
model: String!
version: Int!
}
No description
type ObjectEmbedding {
_id: ObjectId!
objectId: ObjectId!
objectType: EmbeddingObjectType!
text: String!
model: String!
version: Int!
}
ObjectEmbedding._id ● ObjectId! non-null scalarObjectEmbedding.objectId ● ObjectId! non-null scalarObjectEmbedding.objectType ● EmbeddingObjectType! non-null enumObjectEmbedding.text ● String! non-null scalarObjectEmbedding.model ● String! non-null scalarObjectEmbedding.version ● Int! non-null scalar