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.
aiSearch()
1 parent b088aa7 commit 87ff113Copy full SHA for 87ff113
src/content/partials/autorag/ai-search-api-params.mdx
@@ -27,6 +27,6 @@ Configurations for customizing result ranking. Defaults to `{}`.
27
- `score_threshold` <Type text="number" /> <MetaInfo text="optional" />
28
- The minimum match score required for a result to be considered a match. Defaults to `0`. Must be between `0` and `1`.
29
30
-`streaming` <Type text="object" /> <MetaInfo text="optional" />
+`streaming` <Type text="boolean" /> <MetaInfo text="optional" />
31
32
Returns a stream of results as they are available. Defaults to `false`.
0 commit comments