| Package | Description |
|---|---|
| tech.amikos.chromadb.handler | |
| tech.amikos.chromadb.model |
| Modifier and Type | Method and Description |
|---|---|
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
|
ApiResponse<Object> |
DefaultApi.getWithHttpInfo(GetEmbedding body,
String collectionId)
Get
|
| Modifier and Type | Method and Description |
|---|---|
GetEmbedding |
GetEmbedding.addIdsItem(String idsItem) |
GetEmbedding |
GetEmbedding.addIncludeItem(AnyOfGetEmbeddingIncludeItems includeItem) |
GetEmbedding |
GetEmbedding.ids(List<String> ids) |
GetEmbedding |
GetEmbedding.include(List<AnyOfGetEmbeddingIncludeItems> include) |
GetEmbedding |
GetEmbedding.limit(Integer limit) |
GetEmbedding |
GetEmbedding.offset(Integer offset) |
GetEmbedding |
GetEmbedding.sort(String sort) |
GetEmbedding |
GetEmbedding.where(Object where) |
GetEmbedding |
GetEmbedding.whereDocument(Object whereDocument) |
Copyright © 2023 Amikos Tech OOD. All rights reserved.