qinguoyi

Results 9 issues of qinguoyi

大家在运行项目时遇到问题,优先查阅本lssue。 如果本issue不能解决你的问题,欢迎盖楼或直接公号私信我,我会尽快回复。

可以详细描述下,解决了哪些安全问题的痛点吗

### Describe what this PR does / why we need it log optimization, "endpointd" => "endpoints" ### Does this pull request fix one issue? None ### Describe how you did...

1. 为什么需要分布式转发? (1) 文件需要先在本地校验合并后,再上传到对象存储;大文件分片时,数据需要转发到一个机器上方便合并。 (2) 如果文件上传失败,对象存储中不存在脏数据 2. 如果不在本地中转,直接代理到对象存储是否可行? 可以,s3协议的对象存储支持分片合并,同时会清理长时间不使用的数据。 3. 这个项目的主要目的是什么? 屏蔽底层对象存储,方便底层数据迁移。

documentation

大文件分片上传后merge,成功后需要将之前的文件链接废弃,避免文件覆盖

bug

when id=0, getTokenById return token nil, make panic

(1) Please provide a concise description of your pull request. clean up,the condition is always true (2) After you submit your first pull request, you will be asked to accept...

#### What this PR does / why we need it https://github.com/InftyAI/llmaz/issues/163#issue-2526060924 #### Which issue(s) this PR fixes None #### Special notes for your reviewer this pr, it mainly includes things:...

feature
needs-priority
needs-triage