-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
feat: Needle Search Tool With Template #6648
base: main
Are you sure you want to change the base?
Conversation
Hi! I'm I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:
|
CodSpeed Performance ReportMerging #6648 will degrade performances by 18.47%Comparing Summary
Benchmarks breakdown
|
Made the changes in the template using the Langflow agent instead of CrewAi. @edwinjosechittilappilly |
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.
Good Work!
can we utilise the existing component in tool mode wouldn't that solve the issue do we need a new component for it?
I have opened a PR to add tool mode in Needle Component.
I hope that helps.
@edwinjosechittilappilly I made the changes here. I can not push to the PR that you opened, since I am only allowed to use forked PRs as a contributor. I will finish this up here now with lint issues etc. Should be ready to be merged today. |
Can you make the PR editable by the maintainer? |
Do you think you should work now for you? I could not find the button, which they described here: But this should do the same. ![]() |
Overview
Adding Needle as a Tool to Langflow to enable dynamic integration with other tools e.g. CrewAI. While the existing Needle Bundle provides comprehensive but static search across data sources, this new component offers a flexible tool-based approach, complementing the current functionality.
Dependency
Adding
top_k
as a param to the Langchain integration:langchain-ai/langchain#29821
Invoice Summarizer Template using Langflow Agent