类 VectorStore<T extends VectorData>
java.lang.Object
com.agentsflex.core.store.VectorStore<T>
- 类型参数:
T- The Vector Data
- 直接已知子类:
DocumentStore
Vector Store
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明delete store data by idsdelete store data by idsdelete(Collection<?> ids) delete store data by id collectionabstract StoreResultdelete(Collection<?> ids, StoreOptions options) delete store data by ids with optionssearch(SearchWrapper wrapper) search vector data by SearchWrappersearch(SearchWrapper wrapper, StoreOptions options) search vector data by SearchWrapper with optionsStore Vector Data Listabstract StoreResultstore(List<T> vectorDataList, StoreOptions options) Store Vector Data list wit optionsStore Vector Datastore(T vectorData, StoreOptions options) Store Vector Data With Optionsupdate vector data listabstract StoreResultupdate(List<T> vectorDataList, StoreOptions options) update store data list with optionsupdate the vector data by idupdate(T vectorData, StoreOptions options) update the vector data by id with options
-
构造器详细资料
-
VectorStore
public VectorStore()
-
-
方法详细资料
-
store
Store Vector Data- 参数:
vectorData- The Vector Data- 返回:
- Store Result
-
store
Store Vector Data With Options- 参数:
vectorData- The Vector Dataoptions- Store Options- 返回:
- Store Result
-
store
Store Vector Data List- 参数:
vectorDataList- The Vector Data List- 返回:
- Store Result
-
store
Store Vector Data list wit options- 参数:
vectorDataList- vector data listoptions- options- 返回:
- store result
-
delete
delete store data by ids- 参数:
ids- the data ids- 返回:
- store result
-
delete
delete store data by ids- 参数:
ids- the data ids- 返回:
- store result
-
delete
delete store data by id collection- 参数:
ids- the ids- 返回:
- store result
-
delete
delete store data by ids with options- 参数:
ids- idsoptions- store options- 返回:
- store result
-
update
update the vector data by id- 参数:
vectorData- the vector data- 返回:
- store result
-
update
update the vector data by id with options- 参数:
vectorData- vector dataoptions- store options- 返回:
- store result
-
update
update vector data list- 参数:
vectorDataList- vector data list- 返回:
- store result
-
update
update store data list with options- 参数:
vectorDataList- vector data listoptions- store options- 返回:
- store result
-
search
search vector data by SearchWrapper- 参数:
wrapper- SearchWrapper- 返回:
- the vector data list
-
search
search vector data by SearchWrapper with options- 参数:
wrapper- SearchWrapperoptions- Store Options- 返回:
- the vector data list
-