Documentation Index
Fetch the complete documentation index at: https://docs.yyassif.dev/llms.txt
Use this file to discover all available pages before exploring further.
Configuring Brave Search in RAGenius
Integrating Brave Search into RAGenius enhances your search capabilities by leveraging the privacy-focused search engine. This guide will walk you through the process of obtaining a Brave Search API key and configuring it in RAGenius.Step 1: Create a Brave Search Account
To use Brave Search’s API, you first need to create an account with Brave Search. Follow these steps:- Visit Brave Search and click on the “Sign Up” button.
- Follow the on-screen instructions to create your account.
Step 2: Obtain the API Key
Once you have a Brave Search account, you can obtain an API key:- Log in to your Brave Search account.
- Navigate to the API section (this might be located in your account settings or developer settings).
- Generate a new API key for your application. Note this key as you will need it for the next step.
Step 3: Configure the BRAVE_SEARCH_API_KEY in RAGenius
With your Brave Search API key in hand, you can now configure it in RAGenius:-
Open your RAGenius project’s
.envfile. -
Add the following line to the file:
Replace
your_brave_search_api_key_herewith the actual API key you obtained from Brave Search. -
Save the
.envfile.