mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix: Resolve Internal Server Error when action=delete in vector_store_action_op by converting the Elasticsearch response to a serializable format
This commit is contained in:
parent
3fb2f82019
commit
57c7b77928
1 changed files with 1 additions and 1 deletions
|
|
@ -99,4 +99,4 @@ class VectorStoreActionOp(BaseAsyncOp):
|
|||
else:
|
||||
raise ValueError(f"invalid action={action}")
|
||||
|
||||
self.context.response.metadata["action_result"] = result
|
||||
self.context.response.metadata["action_result"] = str(result)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue