This plugin integrates querit.ai real-time search and retrieval services into Dify platform through standardized APIs, allowing agents to query external knowledge sources with natural language and obtain structured search results. querit.ai provides global-scale multilingual indexing and semantic understanding engine for more reliable and precise results, with integrated filtering and ranking strategies to enhance LLM context support.
Author: querit-ai
Version: 0.0.2
Type: Dify Tool Plugin
Querit.ai Search is a retrieval system specifically designed for generative LLMs invocation scenarios, providing real-time search results.
Limited training data and local knowledge bases restrict LLMs, leading to hallucinations and timeliness issues when handling complex or real-time queries. To address this, AI search needs to provide retrieval services that are real-time, authoritative, accurate, high-quality, and comprehensive. Therefore, we offer a Web Search API that seamlessly integrates with your LLM applications, giving you access to authoritative, accurate, and high-quality information from across the web.
This plugin integrates Querit.ai real-time search and retrieval services into Dify platform through standardized APIs, allowing agents to query external knowledge sources with natural language and obtain structured search results.
Querit.ai provides a global-scale multilingual indexing and semantic understanding engine for more reliable and precise results, with integrated filtering and ranking strategies to enhance LLM context support.
Clone this repository:
Install dependencies:
Copy the environment file and configure your API key:
Get your Querit API key from Querit Dashboard and add it to the file.
Run the plugin:
The plugin uses the Querit Search API:
Parameters:
See GUIDE.md for detailed development documentation.
This plugin follows the official Dify plugin publishing workflow:
For detailed publishing instructions, see CONTRIBUTING.md.
See LICENSE for details.