mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 22:33:27 +08:00
Remove unnecesarry log
This commit is contained in:
parent
93baeadccc
commit
23fb908500
@ -50,7 +50,6 @@ embedding_res_t CLIPImageEmbedder::embed(const std::string& encoded_image) {
|
||||
|
||||
|
||||
std::vector<embedding_res_t> CLIPImageEmbedder::batch_embed(const std::vector<std::string>& inputs) {
|
||||
LOG(INFO) << "Batch embedding " << inputs.size() << " images";
|
||||
std::vector<processed_image_t> processed_images;
|
||||
std::unordered_map<int, embedding_res_t> results;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user