fix(file and app):
embedding and volcano model
This commit is contained in:
@@ -90,7 +90,7 @@ class RedBearEmbeddings(Embeddings):
|
||||
input=contents,
|
||||
**kwargs
|
||||
)
|
||||
return [item.embedding for item in response.data]
|
||||
return [response.data.embedding]
|
||||
|
||||
async def aembed_multimodal(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user