mirror of
https://github.com/langgenius/dify.git
synced 2026-05-26 03:47:42 +08:00
Merge remote-tracking branch 'upstream/main' into feat/cli
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user