SortByField: {
    direction?: SortOrder | null;
    field: string;
    prefetch_amount?: number | null;
}

Type declaration

  • Optionaldirection?: SortOrder | null
  • field: string

    Field to sort by. This has to be a numeric field with a Qdrant Range index on it. i.e. num_value and timestamp

  • Optionalprefetch_amount?: number | null

    How many results to pull in before the sort