Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreOptions
Packages that use VectorStoreOptions
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of VectorStoreOptions in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants with parameters of type VectorStoreOptionsModifier and TypeMethodDescriptionAssistantsAsyncClient.createVectorStore
(VectorStoreOptions vectorStoreOptions) Creates a vector store.AssistantsClient.createVectorStore
(VectorStoreOptions vectorStoreOptions) Creates a vector store. -
Uses of VectorStoreOptions in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return VectorStoreOptionsModifier and TypeMethodDescriptionstatic VectorStoreOptions
VectorStoreOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreOptions from the JsonReader.VectorStoreOptions.setChunkingStrategy
(VectorStoreChunkingStrategyRequest chunkingStrategy) Set the chunkingStrategy property: The chunking strategy used to chunk the file(s).VectorStoreOptions.setExpiresAfter
(VectorStoreExpirationPolicy expiresAfter) Set the expiresAfter property: Details on when this vector store expires.VectorStoreOptions.setFileIds
(List<String> fileIds) Set the fileIds property: A list of file IDs that the vector store should use.VectorStoreOptions.setMetadata
(Map<String, String> metadata) Set the metadata property: A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format.Set the name property: The name of the vector store.