VectorStoreConfiguration Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. VectorStoreConfiguration
- com.
Implements
public final class VectorStoreConfiguration
implements JsonSerializable<VectorStoreConfiguration>
Vector storage configuration is the list of data sources, used when multiple files can be used for the enterprise file search.
Constructor Summary
| Constructor | Description |
|---|---|
| VectorStoreConfiguration(List<VectorStoreDataSource> dataSources) |
Creates an instance of Vector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vector |
fromJson(JsonReader jsonReader)
Reads an instance of Vector |
|
List<Vector |
getDataSources()
Get the data |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
VectorStoreConfiguration
public VectorStoreConfiguration(List<VectorStoreDataSource> dataSources)
Creates an instance of VectorStoreConfiguration class.
Parameters:
Method Details
fromJson
public static VectorStoreConfiguration fromJson(JsonReader jsonReader)
Reads an instance of VectorStoreConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
getDataSources
public List<VectorStoreDataSource> getDataSources()
Get the dataSources property: Data sources.
Returns: