Skip to content

Commit

Permalink
Change number of maximum training samples for metadata extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Sep 19, 2024
1 parent 0871cdf commit c5d1bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/services/informationextraction/getFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import languages from 'shared/languages';
import { ensure } from 'shared/tsUtils';

const BATCH_SIZE = 50;
const MAX_TRAINING_FILES_NUMBER = 500;
const MAX_TRAINING_FILES_NUMBER = 2000;

type PropertyValue = string | Array<{ value: string; label: string }>;

Expand Down

0 comments on commit c5d1bfd

Please sign in to comment.