config_id字段改成UUID
This commit is contained in:
@@ -171,6 +171,7 @@ async def write_server(
|
||||
storage_type,
|
||||
user_rag_memory_id
|
||||
)
|
||||
|
||||
return success(data=result, msg="写入成功")
|
||||
except BaseException as e:
|
||||
# Handle ExceptionGroup from TaskGroup (Python 3.11+) or BaseExceptionGroup
|
||||
|
||||
Reference in New Issue
Block a user