Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Brave ReadMe #213

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions tools/brave/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Brave Search offers programmatic web search capabilities, providing private, high-quality search results in various formats with comprehensive sources and an **intuitive structure**.

The Brave Search API plugin is now integrated into Dify and accessible within the Tools category. You can use this plugin after installation in three ways:

1. **Quick Chatbot Creation:** Create basic agents quickly by combining an LLM with the Brave Search tool.

![](./_assets/brave_1.png)

2. **Standalone Tool in Workflows:** Enhance LLM workflows with accuracy search outcomes by deploying the Brave Search tool.

![](./_assets/brave_2.png)

3. **Integration into Agent Nodes (Advanced Applications):** For more complex AI applications, integrate the Brave Search tool into Agent Nodes. Agent Nodes consist of three core components: **LLM + Tools + Strategies**.

![](./_assets/brave_3.png)

- **LLM:** The core of the Agent Node, responsible for reasoning, tool invocation, and strategy execution.
- **Tools:** Modules that extend LLM capabilities, such as **Brave Search**, image generation, web crawling, etc. You can customize and add tools.
- **Strategies:** Guidelines that direct how the LLM uses tools to solve problems. These include officially supported methods (Function Call and ReAct) as well as custom strategies you can create using Llamaindex, LangGraph, or other frameworks.

# Get Started

Equip your AI applications with powerful search capabilities using the Brave Search tool. Refer to the [documentation](https://brave.com/api/guides) for a detailed user guide.
Binary file added tools/brave/_assets/brave_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/brave/_assets/brave_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/brave/_assets/brave_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.