-
Notifications
You must be signed in to change notification settings - Fork 86
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
added Browserbase fetcher #221
base: main
Are you sure you want to change the base?
Conversation
Hey @TuanaCelik, sorry for bothering. Could I ask to for a review and get this merged? Can't wait to announce our Haystack integration 😄 |
integrations/browserbase.md
Outdated
llm = OpenAIGenerator() | ||
|
||
pipe = Pipeline() | ||
pipe.add_component("fetcher", self.browserbase_fetcher) |
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.
Let's initialize this in this code block rather than referring to self.browserbase_fetcher
hi @mishushakov thanks for the contribution. Could you add some more information on browserbase at the top. When would people use it? Does the platform provide any way to observe searches? |
Thanks for your quick reply! Does this look finished enough? 😅 |
Just letting you know: we're ready for another review |
Can we get a green light on this one, @TuanaCelik? |
This commit adds Browserbase fetcher to Haystack