Skip to content

fix: enhance error logging and improve file handling in application components#5155

Merged
liuruibin merged 1 commit into1Panel-dev:v2from
wangliang181230:PR/fix-20260423
Apr 23, 2026
Merged

fix: enhance error logging and improve file handling in application components#5155
liuruibin merged 1 commit into1Panel-dev:v2from
wangliang181230:PR/fix-20260423

Conversation

@wangliang181230
Copy link
Copy Markdown
Contributor

What this PR does / why we need it?

fix: Fix the incorrect request address

Summary of your change

修正错误的请求地址

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 23, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 23, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

prefix = CONFIG.get_admin_path()
res = requests.post(
f'{CONFIG.get("LOCAL_MODEL_PROTOCOL")}://{bind}/{prefix}/api/model/{self.model_id}/embed_documents',
f'{CONFIG.get("LOCAL_MODEL_PROTOCOL")}://{bind}{prefix}/api/model/{self.model_id}/embed_documents',
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请求地址多了一个 /

return isinstance(value, bool)
if _type == 'any':
return True
return isinstance(value, str)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

见方法 conversion_custom_value_type 有可能是 any,允许任意类型。

@liuruibin liuruibin merged commit fba39fd into 1Panel-dev:v2 Apr 23, 2026
1 of 2 checks passed
@wangliang181230 wangliang181230 deleted the PR/fix-20260423 branch April 24, 2026 01:34
@wangliang181230 wangliang181230 changed the title fix: Fix the incorrect request address fix: enhance error logging and improve file handling in application components Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants