We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c195fd6 commit d72583fCopy full SHA for d72583f
plugin/src/main/java/org/opensearch/ml/settings/MLCommonsSettings.java
@@ -162,7 +162,9 @@ private MLCommonsSettings() {}
162
"^https://api\\.cohere\\.ai/.*$",
163
"^https://bedrock-runtime\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
164
"^https://bedrock-agent-runtime\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
165
- "^https://bedrock\\..*[a-z0-9-]\\.amazonaws\\.com/.*$"
+ "^https://bedrock\\..*[a-z0-9-]\\.amazonaws\\.com/.*$",
166
+ "^https://textract\\..*[a-z0-9-]\\.amazonaws\\.com$",
167
+ "^https://comprehend\\..*[a-z0-9-]\\.amazonaws\\.com$"
168
),
169
Function.identity(),
170
Setting.Property.NodeScope,
0 commit comments