mirror of
https://github.com/typesense/typesense.git
synced 2025-05-23 07:09:44 +08:00
Improve logging message.
This commit is contained in:
parent
3a8a399783
commit
425611fe01
@ -46,7 +46,7 @@ TextEmbedder::TextEmbedder(const std::string& model_name) {
|
||||
|
||||
TextEmbedder::TextEmbedder(const nlohmann::json& model_config) {
|
||||
auto model_name = model_config["model_name"].get<std::string>();
|
||||
LOG(INFO) << "Loading model from remote: " << model_name;
|
||||
LOG(INFO) << "Initializing remote embedding model: " << model_name;
|
||||
auto model_namespace = TextEmbedderManager::get_model_namespace(model_name);
|
||||
|
||||
if(model_namespace == "openai") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user