OBJECT

PostEmbedding

link GraphQL Schema definition

  • type PostEmbedding implements Node {
  • id: ID!
  • content: String!
  • segmentType: String!
  • # The embedding model version used
  • modelVersion: String!
  • # The number of tokens in the content that was embedded
  • tokenCount: Int!
  • createdAt: Time!
  • postID: ID!
  • post: Post!
  • }

link Require by