query_dify_knowledge
Search and retrieve relevant information from the Dify knowledge base using natural language queries, with options to customize results, search methods, and reranking.
Instructions
Query Dify knowledge base with a search query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The search query to find relevant knowledge | |
reranking_enable | No | Enable reranking of search results | |
search_method | No | Search method to use | hybrid_search |
top_k | No | Number of results to return (default: 3) |