Tags: MinishLab/semhash
Tags
feat: Added multimodal support (#83) * Added from_dataset class method * Added from_dataset class method * Optimized from_dataset class method * Optimized from_dataset class method * Simplified from_dataset class method * Simplified from_dataset class method * Added DatasetLike protocol * Updated tests * Updated tests * Improved code * Improved code * Added optional datasets dependency * Updated tests * Renamed testfile * Improved code, refactored utils * Updated tests * Simplified tests * Simplified tests * Improved coverage * Consolidated tests * Consolidated tests * Simplified tests * Simplified tests * Generalized hashing functions to support complex types * Removed complex method * Updated docstrings * Moved functions to records * Removed from_dataset integration * Updated docs and tagline * Updated docs * Updated docs and citation info * Updated docs * Updated variable names * Updated variable names * Added image benchmarks * Updated docs * Updated docs * Added informative errors when passing non-text data without a custom encoder * Added informative errors when passing non-text data without a custom encoder * Bumped version * Updated docs