类的使用
com.agentsflex.core.store.StoreResult
使用StoreResult的程序包
-
com.agentsflex.core.store中StoreResult的使用
修饰符和类型方法说明DocumentStore.delete(Collection<?> ids, StoreOptions options) delete store data by idsdelete store data by idsVectorStore.delete(Collection<?> ids) delete store data by id collectionabstract StoreResultVectorStore.delete(Collection<?> ids, StoreOptions options) delete store data by ids with optionsabstract StoreResultDocumentStore.doDelete(Collection<?> ids, StoreOptions options) abstract StoreResultDocumentStore.doStore(List<Document> documents, StoreOptions options) abstract StoreResultDocumentStore.doUpdate(List<Document> documents, StoreOptions options) static StoreResultStoreResult.fail()static StoreResultDocumentStore.store(List<Document> documents, StoreOptions options) Store Vector Data Listabstract StoreResultVectorStore.store(List<T> vectorDataList, StoreOptions options) Store Vector Data list wit optionsStore Vector DataVectorStore.store(T vectorData, StoreOptions options) Store Vector Data With Optionsstatic StoreResultStoreResult.success()static StoreResultStoreResult.successWithIds(List<Document> documents) DocumentStore.update(List<Document> documents, StoreOptions options) update vector data listabstract StoreResultVectorStore.update(List<T> vectorDataList, StoreOptions options) update store data list with optionsupdate the vector data by idVectorStore.update(T vectorData, StoreOptions options) update the vector data by id with options