| Package | Description |
|---|---|
| tech.amikos.chromadb.handler | |
| tech.amikos.chromadb.model |
| Modifier and Type | Method and Description |
|---|---|
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
|
ApiResponse<Object> |
DefaultApi.updateWithHttpInfo(UpdateEmbedding body,
String collectionId)
Update
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEmbedding |
UpdateEmbedding.addDocumentsItem(String documentsItem) |
UpdateEmbedding |
UpdateEmbedding.addEmbeddingsItem(Object embeddingsItem) |
UpdateEmbedding |
UpdateEmbedding.addIdsItem(String idsItem) |
UpdateEmbedding |
UpdateEmbedding.addMetadatasItem(Object metadatasItem) |
UpdateEmbedding |
UpdateEmbedding.documents(List<String> documents) |
UpdateEmbedding |
UpdateEmbedding.embeddings(List<Object> embeddings) |
UpdateEmbedding |
UpdateEmbedding.ids(List<String> ids) |
UpdateEmbedding |
UpdateEmbedding.incrementIndex(Boolean incrementIndex) |
UpdateEmbedding |
UpdateEmbedding.metadatas(List<Object> metadatas) |
Copyright © 2023 Amikos Tech OOD. All rights reserved.