-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update contributing guidelines, improve environment setup, and refactor search functionality #964
base: main
Are you sure you want to change the base?
Conversation
ftonato
commented
Dec 11, 2024
- Enhanced the CONTRIBUTING.md file for clarity on environment variable setup and installation instructions.
- Updated package.json to use npx for prettier formatting.
- Refactored search functionality to implement a provider pattern for different search engines, including Google, Serper, and SearchAPI.
- Removed deprecated Google search implementation and related files.
- Improved error handling and logging in search functions.
- Added tests for the new Google search result parser.
- Introduced a new provider factory to streamline search provider creation.
… refactor search functionality - Enhanced the CONTRIBUTING.md file for clarity on environment variable setup and installation instructions. - Updated package.json to use npx for prettier formatting. - Refactored search functionality to implement a provider pattern for different search engines, including Google, Serper, and SearchAPI. - Removed deprecated Google search implementation and related files. - Improved error handling and logging in search functions. - Added tests for the new Google search result parser. - Introduced a new provider factory to streamline search provider creation.
This reverts commit 748fd4b.
This is awesome @ftonato! Thank you! You just reminded me that we had to fix our prettier settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this anymore, added prettier as dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say we can keep it here, as it will be removed once we merge #969.
Unless you insist that this should be removed in this PR, I can easily do it anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome work! Thanks!