Skip to content

Commit

Permalink
Add Brave ReadMe (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
leilei-jiang authored Feb 14, 2025
1 parent cfe0aa3 commit e03ad0e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
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.

0 comments on commit e03ad0e

Please sign in to comment.