File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
plugins/dynamic-few-shot-lambda Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -384,4 +384,12 @@ Outputs:
384384 MonitoringLink :
385385 Description : Direct link to CloudWatch logs for this function
386386 Value : !Sub |
387- https://console.aws.amazon.com/cloudwatch/home?region=${AWS::Region}#logsV2:log-groups/log-group/$252Faws$252Flambda$252F${LambdaFunctionName}
387+ https://console.aws.amazon.com/cloudwatch/home?region=${AWS::Region}#logsV2:log-groups/log-group/$252Faws$252Flambda$252F${LambdaFunctionName}
388+
389+ ModelId :
390+ Description : Vector embedding model to use to create meaningful vector representations of documents
391+ Value : !Ref ModelId
392+
393+ VectorDimensions :
394+ Description : Vector embedding length to use, as defined by the embedding model in use
395+ Value : !Ref VectorDimensions
You can’t perform that action at this time.
0 commit comments