Skip to content

DocumentFetchRequest

Properties

Name Type Description Notes
page_size Option<i32> Number of documents per page (1 to 1000) [optional][default to 100]
after Option<String> Pagination token returned by a previous fetch call. Omit or set to null to start from the beginning. [optional]
metadata_filter Option<models::MetadataFilter> [optional]
document_tags Option<Vec> Optional filter to include only documents with specific tags (max 50 tags). [optional]
document_tags_match_all Option<bool> If True, documents must have ALL specified tags (AND). If False, ANY (OR). [optional][default to false]
join Option<models::Join> [optional]
with_vectors Option<bool> When true, include stored vector values on each returned document. [optional][default to false]

[Back to Model list] [Back to API list] [Back to README]