We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3e387 commit 214c663Copy full SHA for 214c663
server/src/main/java/org/elasticsearch/inference/MinimalServiceSettings.java
@@ -162,7 +162,6 @@ private void validate() {
162
validateFieldPresent(DIMENSIONS_FIELD, dimensions);
163
validateFieldPresent(SIMILARITY_FIELD, similarity);
164
validateFieldPresent(ELEMENT_TYPE_FIELD, elementType);
165
- // TODO: Validate similarity and dimensions are valid for element type here?
166
break;
167
168
default:
0 commit comments