| Package | Description |
|---|---|
| tech.amikos.chromadb | |
| tech.amikos.chromadb.handler |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultApi.add(AddEmbedding body,
String collectionId)
Add
|
okhttp3.Call |
DefaultApi.addAsync(AddEmbedding body,
String collectionId,
ApiCallback<Object> callback)
Add (asynchronously)
|
okhttp3.Call |
DefaultApi.addCall(AddEmbedding body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for add
|
ApiResponse<Object> |
DefaultApi.addWithHttpInfo(AddEmbedding body,
String collectionId)
Add
|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
Integer |
DefaultApi.count(String collectionId)
Count
|
okhttp3.Call |
DefaultApi.countAsync(String collectionId,
ApiCallback<Integer> callback)
Count (asynchronously)
|
okhttp3.Call |
DefaultApi.countCall(String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for count
|
ApiResponse<Integer> |
DefaultApi.countWithHttpInfo(String collectionId)
Count
|
Object |
DefaultApi.createCollection(CreateCollection body)
Create Collection
|
okhttp3.Call |
DefaultApi.createCollectionAsync(CreateCollection body,
ApiCallback<Object> callback)
Create Collection (asynchronously)
|
okhttp3.Call |
DefaultApi.createCollectionCall(CreateCollection body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCollection
|
ApiResponse<Object> |
DefaultApi.createCollectionWithHttpInfo(CreateCollection body)
Create Collection
|
Boolean |
DefaultApi.createIndex(String collectionName)
Create Index
|
okhttp3.Call |
DefaultApi.createIndexAsync(String collectionName,
ApiCallback<Boolean> callback)
Create Index (asynchronously)
|
okhttp3.Call |
DefaultApi.createIndexCall(String collectionName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createIndex
|
ApiResponse<Boolean> |
DefaultApi.createIndexWithHttpInfo(String collectionName)
Create Index
|
Object |
DefaultApi.delete(DeleteEmbedding body,
String collectionId)
Delete
|
okhttp3.Call |
DefaultApi.deleteAsync(DeleteEmbedding body,
String collectionId,
ApiCallback<Object> callback)
Delete (asynchronously)
|
okhttp3.Call |
DefaultApi.deleteCall(DeleteEmbedding body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for delete
|
Object |
DefaultApi.deleteCollection(String collectionName)
Delete Collection
|
okhttp3.Call |
DefaultApi.deleteCollectionAsync(String collectionName,
ApiCallback<Object> callback)
Delete Collection (asynchronously)
|
okhttp3.Call |
DefaultApi.deleteCollectionCall(String collectionName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteCollection
|
ApiResponse<Object> |
DefaultApi.deleteCollectionWithHttpInfo(String collectionName)
Delete Collection
|
ApiResponse<Object> |
DefaultApi.deleteWithHttpInfo(DeleteEmbedding body,
String collectionId)
Delete
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<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.
|
Object |
DefaultApi.get(GetEmbedding body,
String collectionId)
Get
|
okhttp3.Call |
DefaultApi.getAsync(GetEmbedding body,
String collectionId,
ApiCallback<Object> callback)
Get (asynchronously)
|
okhttp3.Call |
DefaultApi.getCall(GetEmbedding body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for get
|
Object |
DefaultApi.getCollection(String collectionName)
Get Collection
|
okhttp3.Call |
DefaultApi.getCollectionAsync(String collectionName,
ApiCallback<Object> callback)
Get Collection (asynchronously)
|
okhttp3.Call |
DefaultApi.getCollectionCall(String collectionName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCollection
|
ApiResponse<Object> |
DefaultApi.getCollectionWithHttpInfo(String collectionName)
Get Collection
|
Object |
DefaultApi.getNearestNeighbors(QueryEmbedding body,
String collectionId)
Get Nearest Neighbors
|
okhttp3.Call |
DefaultApi.getNearestNeighborsAsync(QueryEmbedding body,
String collectionId,
ApiCallback<Object> callback)
Get Nearest Neighbors (asynchronously)
|
okhttp3.Call |
DefaultApi.getNearestNeighborsCall(QueryEmbedding body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNearestNeighbors
|
ApiResponse<Object> |
DefaultApi.getNearestNeighborsWithHttpInfo(QueryEmbedding body,
String collectionId)
Get Nearest Neighbors
|
ApiResponse<Object> |
DefaultApi.getWithHttpInfo(GetEmbedding body,
String collectionId)
Get
|
Map<String,BigDecimal> |
DefaultApi.heartbeat()
Heartbeat
|
okhttp3.Call |
DefaultApi.heartbeatAsync(ApiCallback<Map<String,BigDecimal>> callback)
Heartbeat (asynchronously)
|
okhttp3.Call |
DefaultApi.heartbeatCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for heartbeat
|
ApiResponse<Map<String,BigDecimal>> |
DefaultApi.heartbeatWithHttpInfo()
Heartbeat
|
Object |
DefaultApi.listCollections()
List Collections
|
okhttp3.Call |
DefaultApi.listCollectionsAsync(ApiCallback<Object> callback)
List Collections (asynchronously)
|
okhttp3.Call |
DefaultApi.listCollectionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listCollections
|
ApiResponse<Object> |
DefaultApi.listCollectionsWithHttpInfo()
List Collections
|
Object |
DefaultApi.rawSql(RawSql body)
Raw Sql
|
okhttp3.Call |
DefaultApi.rawSqlAsync(RawSql body,
ApiCallback<Object> callback)
Raw Sql (asynchronously)
|
okhttp3.Call |
DefaultApi.rawSqlCall(RawSql body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rawSql
|
ApiResponse<Object> |
DefaultApi.rawSqlWithHttpInfo(RawSql body)
Raw Sql
|
Boolean |
DefaultApi.reset()
Reset
|
okhttp3.Call |
DefaultApi.resetAsync(ApiCallback<Boolean> callback)
Reset (asynchronously)
|
okhttp3.Call |
DefaultApi.resetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for reset
|
ApiResponse<Boolean> |
DefaultApi.resetWithHttpInfo()
Reset
|
Map<String,Integer> |
DefaultApi.root()
Root
|
okhttp3.Call |
DefaultApi.rootAsync(ApiCallback<Map<String,Integer>> callback)
Root (asynchronously)
|
okhttp3.Call |
DefaultApi.rootCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for root
|
ApiResponse<Map<String,Integer>> |
DefaultApi.rootWithHttpInfo()
Root
|
Object |
DefaultApi.update(UpdateEmbedding body,
String collectionId)
Update
|
okhttp3.Call |
DefaultApi.updateAsync(UpdateEmbedding body,
String collectionId,
ApiCallback<Object> callback)
Update (asynchronously)
|
okhttp3.Call |
DefaultApi.updateCall(UpdateEmbedding body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for update
|
Object |
DefaultApi.updateCollection(UpdateCollection body,
String collectionId)
Update Collection
|
okhttp3.Call |
DefaultApi.updateCollectionAsync(UpdateCollection body,
String collectionId,
ApiCallback<Object> callback)
Update Collection (asynchronously)
|
okhttp3.Call |
DefaultApi.updateCollectionCall(UpdateCollection body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateCollection
|
ApiResponse<Object> |
DefaultApi.updateCollectionWithHttpInfo(UpdateCollection body,
String collectionId)
Update Collection
|
ApiResponse<Object> |
DefaultApi.updateWithHttpInfo(UpdateEmbedding body,
String collectionId)
Update
|
Object |
DefaultApi.upsert(AddEmbedding body,
String collectionId)
Upsert
|
okhttp3.Call |
DefaultApi.upsertAsync(AddEmbedding body,
String collectionId,
ApiCallback<Object> callback)
Upsert (asynchronously)
|
okhttp3.Call |
DefaultApi.upsertCall(AddEmbedding body,
String collectionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upsert
|
ApiResponse<Object> |
DefaultApi.upsertWithHttpInfo(AddEmbedding body,
String collectionId)
Upsert
|
String |
DefaultApi.version()
Version
|
okhttp3.Call |
DefaultApi.versionAsync(ApiCallback<String> callback)
Version (asynchronously)
|
okhttp3.Call |
DefaultApi.versionCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for version
|
ApiResponse<String> |
DefaultApi.versionWithHttpInfo()
Version
|
Copyright © 2023 Amikos Tech OOD. All rights reserved.