assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
12.98k stars 1.61k forks source link

chore: Update retrievers imports #631

Closed 0x11c11e closed 1 day ago

0x11c11e commented 2 days ago

Description:

The imports for the retrievers module have been updated to include the new ExaSearch class. This enhancement adds a new retriever capability using the Exa API, enabling more robust and flexible search functionalities.

Key Changes:

Please review the changes and let me know if any adjustments are needed.

assafelovic commented 1 day ago

Thanks @0x11c11e also love the general refactoring making the actions file more readable. Keep it up!