Skip to content

Conversation

@Dhruvkumar-Microsoft
Copy link
Contributor

Purpose

This pull request adds support for a new "Legal Contract Review" use case to the infrastructure and deployment scripts. The changes introduce new storage containers, search indexes, environment outputs, and scripting logic to handle the setup and data upload for this use case. The scripts and configuration files are updated to allow users to select and deploy the Legal Contract Review use case alongside existing options.

Legal Contract Review Use Case Integration:

  • Added storageContainerNameLegalContract parameter and corresponding container configuration in infra/main.bicep for Legal Contract data storage. [1] [2]
  • Introduced aiSearchIndexNameForLegalContract variable and output in infra/main.bicep for search indexing of legal contract data. [1] [2]
  • Updated Selecting-Team-Config-And-Data.ps1 to handle Legal Contract Review selection, including new variables, selection logic, data upload, and indexing steps. [1] [2] [3] [4] [5] [6]
  • Extended deployment output and environment variable extraction logic to include Legal Contract Review resources in scripts.
  • Added legal_contract_team.json to the team configuration upload logic in upload_team_config.py.

Miscellaneous:

  • Added python-docx to requirements.txt for document processing, likely to support legal contract file handling.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants