Skip to content

Commit

Permalink
Merge pull request #96 from Canadian-Geospatial-Platform/dev
Browse files Browse the repository at this point in the history
Update to OpenSearch to support filtering
  • Loading branch information
bo-lu authored Dec 16, 2024
2 parents 649f796 + 1a4fbd0 commit 421ce05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Resources:
Type: AWS::SageMaker::NotebookInstance
Properties:
NotebookInstanceName: semantic-search-nb
InstanceType: ml.t3.2xlarge
InstanceType: ml.t3.medium
RoleArn: !GetAtt NBRole.Arn
DefaultCodeRepository: !GetAtt CodeRepository.CodeRepositoryName

Expand Down Expand Up @@ -212,9 +212,9 @@ Resources:
Properties:
CodeUri:
Bucket: !Ref DeploymentBucket
Key: cloudformation-templates/lambda/semantic-search/Invoke-sagemaker-pretrain-20240508-2200.zip
Key: cloudformation-templates/lambda/semantic-search/Invoke-sagemaker-pretrain-20241216-1700.zip

MemorySize: 512
MemorySize: 3009
Timeout: 900
Handler: app.lambda_handler
Runtime: python3.9
Expand Down
Binary file not shown.

0 comments on commit 421ce05

Please sign in to comment.