fix: url embedding problem

This commit is contained in:
aries-ckt 2023-06-06 12:45:04 +08:00
parent b4e31c8ea9
commit 654f55a194

View File

@ -49,7 +49,6 @@ class KnowledgeEmbedding:
if self.file_type == "url":
embedding = URLEmbedding(
file_path=self.file_path,
model_name=self.model_name,
vector_store_config=self.vector_store_config,
)
return embedding