Merge remote-tracking branch 'upstream/main' into feat/cli

This commit is contained in:
yunlu.wen
2026-05-22 21:38:55 +08:00
41 changed files with 1136 additions and 494 deletions

View File

@ -5693,6 +5693,23 @@ Get feature configuration for current tenant
| ---- | ----------- | ------ |
| 200 | Success | [FeatureModel](#featuremodel) |
### /features/vector-space
#### GET
##### Summary
Get vector-space usage and limit for current tenant
##### Description
Get vector-space usage and limit for current tenant
##### Responses
| Code | Description | Schema |
| ---- | ----------- | ------ |
| 200 | Success | [LimitationModel](#limitationmodel) |
### /files/support-type
#### GET