Install exa.ai api package

Hi guys, could you please help me understand how to solve this?

def main(Input1, params):
# Add comment to inform about external package requirement
# Note: Please request ‘exa-py’ package installation at https://forum.gumloop.com

# Since we can't use exa-py directly, return an error message
error_msg = "This function requires the exa-py package which is not currently installed. Please request the package at https://forum.gumloop.com. Once installed, this function will connect to Exa.ai and search for blog posts about AGI with a 1000 character limit."

# Store the API key from the prompt
api_key = "API_KEY"

# Return the error message since we cannot proceed without the package
return error_msg
1 Like

Hey @Alex! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Very much interested in this one …

Hey @Alex @Donna - I added this to our backlog. Also, I edited the original message to hide the API key FYI.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.