Check validity of the URL setting

This commit is contained in:
Louis Dureuil 2024-03-25 10:05:58 +01:00
parent a1db342f01
commit dfa5e41ea6
No known key found for this signature in database
6 changed files with 14 additions and 0 deletions

View file

@ -605,6 +605,7 @@ fn embedder_analytics(
EmbedderSource::HuggingFace => sources.insert("huggingFace"),
EmbedderSource::UserProvided => sources.insert("userProvided"),
EmbedderSource::Ollama => sources.insert("ollama"),
EmbedderSource::Rest => sources.insert("rest"),
};
}
};