OBJECT
PMCArticleChunk
link GraphQL Schema definition
- type PMCArticleChunk implements Node {
- : ID!
- : String!
- # Type of chunk: abstract, body, section
- : String!
- # Position within article (0-indexed)
- : Int!
- # The embedding model version used
- : String!
- # The number of tokens in the content that was embedded
- : Int!
- # When embedding was generated
- : Time
- : Time!
- : ID!
- : PMCArticle!
- }