We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f9e8b commit fe49b5fCopy full SHA for fe49b5f
1 file changed
src/deepset_mcp/tools/pipeline.py
@@ -374,7 +374,8 @@ async def search_pipeline_with_filters(
374
) -> DeepsetSearchResponse | str:
375
"""Searches using a pipeline with filters.
376
377
- Uses the specified pipeline to perform a search with the given query.
+ 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.
379
Before executing the search, checks if the pipeline is deployed (status = DEPLOYED).
380
Returns search results.
381
0 commit comments