You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: semantickernel-experimental/src/main/java/com/microsoft/semantickernel/connectors/data/azureaisearch/AzureAISearchVectorStore.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,10 +126,10 @@ public Builder withOptions(
126
126
*/
127
127
publicAzureAISearchVectorStorebuild() {
128
128
if (searchIndexAsyncClient == null) {
129
-
thrownewIllegalStateException("searchIndexAsyncClient is required");
129
+
thrownewSKException("searchIndexAsyncClient is required");
130
130
}
131
131
if (options == null) {
132
-
thrownewIllegalStateException("options is required");
0 commit comments