类的使用
com.agentsflex.core.store.StoreOptions
使用StoreOptions的程序包
-
com.agentsflex.core.store中StoreOptions的使用
修饰符和类型方法说明static StoreOptionsStoreOptions.ofCollectionName(String collectionName) StoreOptions.partitionName(String partitionName) 参数类型为StoreOptions的com.agentsflex.core.store中的方法修饰符和类型方法说明DocumentStore.delete(Collection<?> ids, StoreOptions options) abstract StoreResultVectorStore.delete(Collection<?> ids, StoreOptions options) delete store data by ids with optionsabstract StoreResultDocumentStore.doDelete(Collection<?> ids, StoreOptions options) DocumentStore.doSearch(SearchWrapper wrapper, StoreOptions options) abstract StoreResultDocumentStore.doStore(List<Document> documents, StoreOptions options) abstract StoreResultDocumentStore.doUpdate(List<Document> documents, StoreOptions options) protected voidDocumentStore.embedDocumentsIfNecessary(List<Document> documents, StoreOptions options) DocumentStore.search(SearchWrapper wrapper, StoreOptions options) VectorStore.search(SearchWrapper wrapper, StoreOptions options) search vector data by SearchWrapper with optionsDocumentStore.store(List<Document> documents, StoreOptions options) abstract StoreResultVectorStore.store(List<T> vectorDataList, StoreOptions options) Store Vector Data list wit optionsVectorStore.store(T vectorData, StoreOptions options) Store Vector Data With OptionsDocumentStore.update(List<Document> documents, StoreOptions options) abstract StoreResultVectorStore.update(List<T> vectorDataList, StoreOptions options) update store data list with optionsVectorStore.update(T vectorData, StoreOptions options) update the vector data by id with options