Skip to content

Commit

Permalink
Update Document Intelligence to latest GA to resolve unicode issues i…
Browse files Browse the repository at this point in the history
…n table splitting
  • Loading branch information
ryonsteele committed Jan 8, 2024
1 parent 01e0bbe commit 26a02bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ param chatGptDeploymentCapacity int = 240
// our default target size is 750 tokens so the chunk files that get indexed will be around 950 tokens each
param chunkTargetSize string = '750'
param targetPages string = 'ALL'
param formRecognizerApiVersion string = '2022-08-31'
param formRecognizerApiVersion string = '2023-07-31'
param queryTermLanguage string = 'English'
param isGovCloudDeployment bool = contains(location, 'usgov')

Expand Down

0 comments on commit 26a02bd

Please sign in to comment.