Uses of Class
com.azure.ai.agents.persistent.models.VectorStore
Packages that use VectorStore
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of VectorStore in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return VectorStoreModifier and TypeMethodDescriptionVectorStoresClient.createVectorStore()Creates a vector store.VectorStoresClient.createVectorStore(List<String> fileIds, String name, VectorStoreConfiguration storeConfiguration, VectorStoreExpirationPolicy expiresAfter, VectorStoreChunkingStrategyRequest chunkingStrategy, Map<String, String> metadata) Creates a vector store.VectorStoresClient.getVectorStore(String vectorStoreId) Returns the vector store object matching the specified ID.VectorStoresClient.modifyVectorStore(String vectorStoreId) Modifies an existing vector store.VectorStoresClient.modifyVectorStore(String vectorStoreId, String name, VectorStoreExpirationPolicy expiresAfter, Map<String, String> metadata) Modifies an existing vector store.Methods in com.azure.ai.agents.persistent that return types with arguments of type VectorStoreModifier and TypeMethodDescriptionVectorStoresAsyncClient.createVectorStore()Creates a vector store.VectorStoresAsyncClient.createVectorStore(List<String> fileIds, String name, VectorStoreConfiguration storeConfiguration, VectorStoreExpirationPolicy expiresAfter, VectorStoreChunkingStrategyRequest chunkingStrategy, Map<String, String> metadata) Creates a vector store.VectorStoresAsyncClient.getVectorStore(String vectorStoreId) Returns the vector store object matching the specified ID.com.azure.core.http.rest.PagedFlux<VectorStore> VectorStoresAsyncClient.listVectorStores()Returns a list of vector stores.com.azure.core.http.rest.PagedFlux<VectorStore> VectorStoresAsyncClient.listVectorStores(Integer limit, ListSortOrder order, String after, String before) Returns a list of vector stores.com.azure.core.http.rest.PagedIterable<VectorStore> VectorStoresClient.listVectorStores()Returns a list of vector stores.com.azure.core.http.rest.PagedIterable<VectorStore> VectorStoresClient.listVectorStores(Integer limit, ListSortOrder order, String after, String before) Returns a list of vector stores.VectorStoresAsyncClient.modifyVectorStore(String vectorStoreId) Modifies an existing vector store.VectorStoresAsyncClient.modifyVectorStore(String vectorStoreId, String name, VectorStoreExpirationPolicy expiresAfter, Map<String, String> metadata) Modifies an existing vector store. -
Uses of VectorStore in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreModifier and TypeMethodDescriptionstatic VectorStoreVectorStore.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStore from the JsonReader.