🚀 Add feature: Charging in Milvus is now working
This commit is contained in:
parent
f9e5a6e013
commit
64832e2989
23 changed files with 354 additions and 109 deletions
|
@ -53,9 +53,15 @@ class GenerateResponse(BaseModel):
|
|||
|
||||
|
||||
class ImportRequest(BaseModel):
|
||||
type: str
|
||||
data: str
|
||||
source_type: str
|
||||
object_name: str
|
||||
|
||||
|
||||
class ImportResponse(BaseModel):
|
||||
status: str
|
||||
message: str
|
||||
task_id: str = None
|
||||
|
||||
|
||||
class AvailableCollectionsResponse(BaseModel):
|
||||
collections: List[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue