Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreConfiguration
Packages that use VectorStoreConfiguration
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of VectorStoreConfiguration in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent with parameters of type VectorStoreConfigurationModifier and TypeMethodDescriptionVectorStoresAsyncClient.createVectorStore(List<String> fileIds, String name, VectorStoreConfiguration storeConfiguration, VectorStoreExpirationPolicy expiresAfter, VectorStoreChunkingStrategyRequest chunkingStrategy, Map<String, String> metadata) 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. -
Uses of VectorStoreConfiguration in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreConfigurationModifier and TypeMethodDescriptionstatic VectorStoreConfigurationVectorStoreConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreConfiguration from the JsonReader.VectorStoreConfigurations.getStoreConfiguration()Get the storeConfiguration property: Configurations.Constructors in com.azure.ai.agents.persistent.models with parameters of type VectorStoreConfigurationModifierConstructorDescriptionVectorStoreConfigurations(String storeName, VectorStoreConfiguration storeConfiguration) Creates an instance of VectorStoreConfigurations class.