Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreChunkingStrategyRequest
Packages that use VectorStoreChunkingStrategyRequest
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of VectorStoreChunkingStrategyRequest in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants with parameters of type VectorStoreChunkingStrategyRequestModifier and TypeMethodDescriptionAssistantsAsyncClient.createVectorStoreFile
(String vectorStoreId, String fileId, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file by attaching a file to a vector store.AssistantsClient.createVectorStoreFile
(String vectorStoreId, String fileId, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file by attaching a file to a vector store.AssistantsAsyncClient.createVectorStoreFileBatch
(String vectorStoreId, List<String> fileIds, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file batch.AssistantsClient.createVectorStoreFileBatch
(String vectorStoreId, List<String> fileIds, VectorStoreChunkingStrategyRequest chunkingStrategy) Create a vector store file batch. -
Uses of VectorStoreChunkingStrategyRequest in com.azure.ai.openai.assistants.models
Subclasses of VectorStoreChunkingStrategyRequest in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
The default strategy.final class
A statically configured chunking strategy.Methods in com.azure.ai.openai.assistants.models that return VectorStoreChunkingStrategyRequestModifier and TypeMethodDescriptionVectorStoreChunkingStrategyRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorStoreChunkingStrategyRequest from the JsonReader.CreateFileSearchToolResourceVectorStoreOptions.getChunkingStrategy()
Get the chunkingStrategy property: The chunking strategy used to chunk the file(s).VectorStoreOptions.getChunkingStrategy()
Get the chunkingStrategy property: The chunking strategy used to chunk the file(s).Methods in com.azure.ai.openai.assistants.models with parameters of type VectorStoreChunkingStrategyRequestModifier and TypeMethodDescriptionVectorStoreOptions.setChunkingStrategy
(VectorStoreChunkingStrategyRequest chunkingStrategy) Set the chunkingStrategy property: The chunking strategy used to chunk the file(s).Constructors in com.azure.ai.openai.assistants.models with parameters of type VectorStoreChunkingStrategyRequestModifierConstructorDescriptionCreateFileSearchToolResourceVectorStoreOptions
(List<String> fileIds, VectorStoreChunkingStrategyRequest chunkingStrategy) Creates an instance of CreateFileSearchToolResourceVectorStoreOptions class.