Files
crewAI/lib
Cursor Agent a9454acad9 feat: add OceanBase vector search tool with lazy distance function loading
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.
2026-02-25 07:44:29 +00:00
..