Skip to main content

1. Get Your API Key

Open the Starrise AI Console and register an account (or log in if you already have one). After registering, go to API Keys, create a new API key, click to copy it, and save it for later use.

2. Deploy MindSearch

After cloning MindSearch locally and installing the required dependencies (see the MindSearch README), edit /path/to/MindSearch/mindsearch/models.py and add the configuration for calling the Starrise AI API:
After adding this configuration, you can run the relevant commands to start MindSearch. Start the backend:
Start the frontend (using Gradio as an example):

3. Deploy to HuggingFace Space

You can also choose to deploy to HuggingFace Space:
  • Create a new Space at huggingface.co/new-space with the following settings: Gradio Template: Blank, Hardware: CPU basic.
  • After creation, go to Settings to set the API key.
  • Upload the MindSearch directory, requirements.txt, and app.py.