Class CreateVectorStoreFileBatchRequest.Builder
java.lang.Object
io.github.stefanbratanov.jvm.openai.CreateVectorStoreFileBatchRequest.Builder
- Enclosing class:
- CreateVectorStoreFileBatchRequest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileIds
- Parameters:
fileIds
- A list of File IDs that the vector store should use. Useful for tools like file_search that can access files.
-
chunkingStrategy
public CreateVectorStoreFileBatchRequest.Builder chunkingStrategy(ChunkingStrategy chunkingStrategy) - Parameters:
chunkingStrategy
- The chunking strategy used to chunk the file(s). If not set, will use the `auto` strategy.
-
build
-