Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreDataSource
Packages that use VectorStoreDataSource
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of VectorStoreDataSource in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent with parameters of type VectorStoreDataSourceModifier and TypeMethodDescriptionVectorStoreFilesAsyncClient.createVectorStoreFile(String vectorStoreId, String fileId, VectorStoreDataSource dataSource, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file by attaching a file to a vector store.VectorStoreFilesClient.createVectorStoreFile(String vectorStoreId, String fileId, VectorStoreDataSource dataSource, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file by attaching a file to a vector store. -
Uses of VectorStoreDataSource in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return VectorStoreDataSourceModifier and TypeMethodDescriptionstatic VectorStoreDataSourceVectorStoreDataSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreDataSource from the JsonReader.MessageAttachment.getDataSource()Get the dataSource property: Azure asset ID.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type VectorStoreDataSourceModifier and TypeMethodDescriptionCodeInterpreterToolResource.getDataSources()Get the dataSources property: The data sources to be used.VectorStoreConfiguration.getDataSources()Get the dataSources property: Data sources.Methods in com.azure.ai.agents.persistent.models with parameters of type VectorStoreDataSourceModifier and TypeMethodDescriptionMessageAttachment.setDataSource(VectorStoreDataSource dataSource) Set the dataSource property: Azure asset ID.Method parameters in com.azure.ai.agents.persistent.models with type arguments of type VectorStoreDataSourceModifier and TypeMethodDescriptionCodeInterpreterToolResource.setDataSources(List<VectorStoreDataSource> dataSources) Set the dataSources property: The data sources to be used.Constructor parameters in com.azure.ai.agents.persistent.models with type arguments of type VectorStoreDataSourceModifierConstructorDescriptionVectorStoreConfiguration(List<VectorStoreDataSource> dataSources) Creates an instance of VectorStoreConfiguration class.