mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
Add OceanBaseVectorSearchTool for vector similarity search on OceanBase database. Includes a fix to use lazy loading for distance functions - only the requested distance function is loaded via getattr, avoiding failures when other distance functions may not exist in the pyobvector package.