All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
Object |
add(List<List<Float>> embeddings,
List<Map<String,String>> metadatas,
List<String> documents,
List<String> ids) |
Integer |
count() |
Boolean |
createIndex()
Deprecated.
|
Object |
delete() |
Object |
delete(List<String> ids,
Map<String,String> where,
Map<String,Object> whereDocument) |
Object |
deleteWhere(Map<String,String> where) |
Object |
deleteWhereDocuments(Map<String,Object> whereDocument) |
Object |
deleteWhereWhereDocuments(Map<String,String> where,
Map<String,Object> whereDocument) |
Object |
deleteWithIds(List<String> ids) |
Collection |
fetch() |
Collection.GetResult |
get() |
Collection.GetResult |
get(List<String> ids,
Map<String,String> where,
Map<String,Object> whereDocument) |
String |
getId() |
static Collection |
getInstance(DefaultApi api,
String collectionName) |
Map<String,Object> |
getMetadata() |
String |
getName() |
Collection.QueryResponse |
query(List<String> queryTexts,
Integer nResults,
Map<String,String> where,
Map<String,String> whereDocument,
List<QueryEmbedding.IncludeEnum> include) |
String |
toString() |
Object |
update(String newName,
Map<String,Object> newMetadata) |
Object |
updateEmbeddings(List<List<Float>> embeddings,
List<Map<String,String>> metadatas,
List<String> documents,
List<String> ids) |
Object |
upsert(List<List<Float>> embeddings,
List<Map<String,String>> metadatas,
List<String> documents,
List<String> ids) |