Skip to content

Commit 1a4fbd0

Browse files
committed
Update to OpenSearch to support filtering
1 parent 61d35cc commit 1a4fbd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cloudformation/geocore-semantic-search-with-opensearch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Resources:
123123
Type: AWS::SageMaker::NotebookInstance
124124
Properties:
125125
NotebookInstanceName: semantic-search-nb
126-
InstanceType: ml.t3.2xlarge
126+
InstanceType: ml.t3.medium
127127
RoleArn: !GetAtt NBRole.Arn
128128
DefaultCodeRepository: !GetAtt CodeRepository.CodeRepositoryName
129129

@@ -212,9 +212,9 @@ Resources:
212212
Properties:
213213
CodeUri:
214214
Bucket: !Ref DeploymentBucket
215-
Key: cloudformation-templates/lambda/semantic-search/Invoke-sagemaker-pretrain-20240508-2200.zip
215+
Key: cloudformation-templates/lambda/semantic-search/Invoke-sagemaker-pretrain-20241216-1700.zip
216216

217-
MemorySize: 512
217+
MemorySize: 3009
218218
Timeout: 900
219219
Handler: app.lambda_handler
220220
Runtime: python3.9
Binary file not shown.

0 commit comments

Comments
 (0)