mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-10 12:42:34 +00:00
fix: url embedding problem
This commit is contained in:
parent
b4e31c8ea9
commit
654f55a194
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user