fix: typo

This commit is contained in:
Tres Seaver 2026-05-18 09:17:53 -04:00
parent 4feac9683a
commit d7e96f2658
No known key found for this signature in database
GPG key ID: F2A968348913D1D8

View file

@ -27,7 +27,7 @@ async def search(
Image queries require a multimodal embedder and run vector-only.
limit: Maximum number of results to return. Defaults to config.search.limit.
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.
include_images: When True, populate ``SearchResult.image_data`` with
base64 picture bytes for picture-labeled chunks.