fix: 修复返回的 embedding 为空时的处理逻辑
This commit is contained in:
@@ -367,6 +367,7 @@ class BotInterestManager:
|
||||
self.embedding_dimension,
|
||||
current_dim,
|
||||
)
|
||||
return embedding
|
||||
else:
|
||||
raise RuntimeError(f"❌ 返回的embedding为空: {embedding}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user