ApiResponse<Object> |
DefaultApi.addWithHttpInfo(AddEmbedding body,
String collectionId)
Add
|
ApiResponse<Integer> |
DefaultApi.countWithHttpInfo(String collectionId)
Count
|
ApiResponse<Object> |
DefaultApi.createCollectionWithHttpInfo(CreateCollection body)
Create Collection
|
ApiResponse<Boolean> |
DefaultApi.createIndexWithHttpInfo(String collectionName)
Create Index
|
ApiResponse<Object> |
DefaultApi.deleteCollectionWithHttpInfo(String collectionName)
Delete Collection
|
ApiResponse<Object> |
DefaultApi.deleteWithHttpInfo(DeleteEmbedding body,
String collectionId)
Delete
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
ApiResponse<Object> |
DefaultApi.getCollectionWithHttpInfo(String collectionName)
Get Collection
|
ApiResponse<Object> |
DefaultApi.getNearestNeighborsWithHttpInfo(QueryEmbedding body,
String collectionId)
Get Nearest Neighbors
|
ApiResponse<Object> |
DefaultApi.getWithHttpInfo(GetEmbedding body,
String collectionId)
Get
|
ApiResponse<Map<String,BigDecimal>> |
DefaultApi.heartbeatWithHttpInfo()
Heartbeat
|
ApiResponse<Object> |
DefaultApi.listCollectionsWithHttpInfo()
List Collections
|
ApiResponse<Object> |
DefaultApi.rawSqlWithHttpInfo(RawSql body)
Raw Sql
|
ApiResponse<Boolean> |
DefaultApi.resetWithHttpInfo()
Reset
|
ApiResponse<Map<String,Integer>> |
DefaultApi.rootWithHttpInfo()
Root
|
ApiResponse<Object> |
DefaultApi.updateCollectionWithHttpInfo(UpdateCollection body,
String collectionId)
Update Collection
|
ApiResponse<Object> |
DefaultApi.updateWithHttpInfo(UpdateEmbedding body,
String collectionId)
Update
|
ApiResponse<Object> |
DefaultApi.upsertWithHttpInfo(AddEmbedding body,
String collectionId)
Upsert
|
ApiResponse<String> |
DefaultApi.versionWithHttpInfo()
Version
|