feat: Replaced Utility Agent Tools with native vector store implementation for agentic rag template - #118
Open
Rafal-Chrzanowski-IBM wants to merge 2 commits into
Open
feat: Replaced Utility Agent Tools with native vector store implementation for agentic rag template#118Rafal-Chrzanowski-IBM wants to merge 2 commits into
Rafal-Chrzanowski-IBM wants to merge 2 commits into
Conversation
…ation for agentic rag template Signed-off-by: Rafal Chrzanowski <Rafal.Chrzanowski@ibm.com>
Rafal-Chrzanowski-IBM
force-pushed
the
remove-utility-agent-tools-usage
branch
from
July 22, 2026 11:10
5e1e866 to
51ca77c
Compare
Comment on lines
+16
to
+17
| langchain-milvus = "^0.2.0" | ||
| pymilvus = "<=2.6.6" |
Contributor
There was a problem hiding this comment.
Why milvus has been added to dependencies?
The Milvus vector store won't necessarily always be used.
Member
Author
There was a problem hiding this comment.
That's a fair point. After your comment I tried specifying that I require the ibm-watsonx-ai package with rag extra, but I ran into the same issue as I did with the crewai template. I managed to narrow this change down to the chromadb package and I updated the ticket with that information. As this change is not critical just yet, let's wait until it's absolutely necessary to merge this PR.
Signed-off-by: Rafal Chrzanowski <Rafal.Chrzanowski@ibm.com>
Rafal-Chrzanowski-IBM
force-pushed
the
remove-utility-agent-tools-usage
branch
from
July 23, 2026 08:47
535f653 to
11f1332
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.