mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update src/Storages/MergeTree/MergeTreeIndexVectorSimilarity.cpp
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
This commit is contained in:
parent
1abfa41b89
commit
087a886bc9
@ -118,8 +118,6 @@ USearchIndexWithSerialization::USearchIndexWithSerialization(
|
||||
if (!result)
|
||||
throw Exception(ErrorCodes::INCORRECT_DATA, "Could not create vector similarity index. Error: {}", String(result.error.release()));
|
||||
swap(result.index);
|
||||
|
||||
/// LOG_TRACE(getLogger("XXX"), "{}", simsimd_uses_dynamic_dispatch());
|
||||
}
|
||||
|
||||
void USearchIndexWithSerialization::serialize(WriteBuffer & ostr) const
|
||||
|
Loading…
Reference in New Issue
Block a user