We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0685c commit a478ffdCopy full SHA for a478ffd
packages/client-search/src/types/Settings.ts
@@ -310,6 +310,14 @@ export type Settings = {
310
*/
311
readonly mode?: 'neuralSearch' | 'keywordSearch';
312
313
+ /**
314
+ * The settings relevant for configuration of the semantic search engine.
315
+ * These settings are only used when the mode is set to 'neuralSearch'.
316
+ */
317
+ readonly semanticSearch?: {
318
+ readonly eventSources?: readonly string[];
319
+ };
320
+
321
/**
322
* Content defining how the search interface should be rendered.
323
* This is set via the settings for a default value and can be overridden via rules
0 commit comments