Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / SemanticSearchPagesByChunkEmbeddingsDocumentPublishedRange

Type Alias: SemanticSearchPagesByChunkEmbeddingsDocumentPublishedRange

SemanticSearchPagesByChunkEmbeddingsDocumentPublishedRange = object

Defined in: client/graphql.ts:2289

Defines a time range for filtering documents by their publication date.

Properties

from?

optional from: InputMaybe<Scalars["Time"]["input"]>

Defined in: client/graphql.ts:2294

The start time of the publication date range (inclusive). If not provided, there is no lower bound on the publication date.


to?

optional to: InputMaybe<Scalars["Time"]["input"]>

Defined in: client/graphql.ts:2299

The end time of the publication date range (inclusive). If not provided, there is no upper bound on the publication date.

Licensed under BUSL-1.1