Skip to content

Commit fe49b5f

Browse files
committed
add link to filter docs
1 parent 01f9e8b commit fe49b5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/deepset_mcp/tools/pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ async def search_pipeline_with_filters(
374374
) -> DeepsetSearchResponse | str:
375375
"""Searches using a pipeline with filters.
376376
377-
Uses the specified pipeline to perform a search with the given query.
377+
Uses the specified pipeline to perform a search with the given query and filters.
378+
Filters follow the Haystack filter syntax: https://docs.haystack.deepset.ai/docs/metadata-filtering.
378379
Before executing the search, checks if the pipeline is deployed (status = DEPLOYED).
379380
Returns search results.
380381

0 commit comments

Comments
 (0)