Need help to get review PR of IBM Db2 search tool?

Hey everyone,

What would be the best way to reach the maintainers/reviewers for review on the PR?
Discord/community/forum suggestions would be really helpful.

I’ve been working on adding an IBM Db2 Vector Search Tool integration for CrewAI tools to enable semantic/vector similarity search workflows using IBM Db2 native vector capabilities.

The implementation is currently aligned with the existing CrewAI vector search tool patterns and follows a similar structure to tools like the Qdrant Vector Search Tool.

Current features include:

  • vector similarity search
  • configurable distance metrics
  • configurable embedding model support
  • standardized JSON retrieval responses
  • validation and safer query handling
  • runtime dependency loading

I’ve also completed end-to-end local testing for:

  • IBM Db2 connection flow
  • embedding generation
  • vector similarity search execution
  • retrieval response handling

Issue:

PR:

Would appreciate feedback/review from the community.

Thanks!