Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/partials/autorag/ai-search-api-params.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Configurations for customizing result ranking. Defaults to `{}`.
- `score_threshold` <Type text="number" /> <MetaInfo text="optional" />
- The minimum match score required for a result to be considered a match. Defaults to `0`. Must be between `0` and `1`.

`streaming` <Type text="object" /> <MetaInfo text="optional" />
`streaming` <Type text="boolean" /> <MetaInfo text="optional" />

Returns a stream of results as they are available. Defaults to `false`.