docs: add fast search to openapi.yml (#1435)

This commit is contained in:
Lei Xu
2024-07-08 11:55:45 -07:00
committed by GitHub
parent a1a1891c0c
commit 58c2cd01a5

View File

@@ -187,6 +187,14 @@ paths:
type: integer
description: |
The refine factor to use for search. Optional.
default: null
fast_search:
type: boolean
description: |
Whether to use fast search. Optional.
default: false
required:
- vector
responses:
"200":