Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreConfigurations
Packages that use VectorStoreConfigurations
Package
Description
Package containing the data models for Agents.
-
Uses of VectorStoreConfigurations in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreConfigurationsModifier and TypeMethodDescriptionstatic VectorStoreConfigurationsVectorStoreConfigurations.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreConfigurations from the JsonReader.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type VectorStoreConfigurationsModifier and TypeMethodDescriptionFileSearchToolResource.getVectorStores()Get the vectorStores property: The list of vector store configuration objects from Azure.Method parameters in com.azure.ai.agents.persistent.models with type arguments of type VectorStoreConfigurationsModifier and TypeMethodDescriptionFileSearchToolResource.setVectorStores(List<VectorStoreConfigurations> vectorStores) Set the vectorStores property: The list of vector store configuration objects from Azure.