fix: typo
This commit is contained in:
parent
4feac9683a
commit
d7e96f2658
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ async def search(
|
||||||
Image queries require a multimodal embedder and run vector-only.
|
Image queries require a multimodal embedder and run vector-only.
|
||||||
limit: Maximum number of results to return. Defaults to config.search.limit.
|
limit: Maximum number of results to return. Defaults to config.search.limit.
|
||||||
search_type: "vector", "fts", or "hybrid".
|
search_type: "vector", "fts", or "hybrid".
|
||||||
Applicable onlly for text queries, where the default is "hybrid".
|
Applicable only for text queries, where the default is "hybrid".
|
||||||
filter: Optional SQL WHERE clause to filter documents before searching chunks.
|
filter: Optional SQL WHERE clause to filter documents before searching chunks.
|
||||||
include_images: When True, populate ``SearchResult.image_data`` with
|
include_images: When True, populate ``SearchResult.image_data`` with
|
||||||
base64 picture bytes for picture-labeled chunks.
|
base64 picture bytes for picture-labeled chunks.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue