Loading...
Skip to main content

Get a Chunk.

Get a Chunk.

Path Parameters
    corpusId string required

    The ID of the corpus owning the chunk to retrieve.

    chunkId string required

    The ID of the chunk to retrieve.

Responses

OK


Schema
    chunk object

    An embedded subpiece of a Document.

    corpusId string

    The corpus this chunk belongs to.

    chunkId string

    The unique ID of this chunk.

    originalSourceId string

    The source ID and document ID of the document from which this chunk was originally derived, if it still exists.

    originalDocumentId string
    created date-time

    When this chunk was initially created.

    content string

    The text content of this chunk.

    vectorsCount int32

    The number of embedded vectors that correspond to this chunk.

Loading...