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?
optionalfrom: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?
optionalto: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.