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.