Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@vector_store_CreateVectorStoreRequest.hrl
Raw

include/glopenai@vector_store_CreateVectorStoreRequest.hrl

-record(create_vector_store_request, {
file_ids :: gleam@option:option(list(binary())),
name :: gleam@option:option(binary()),
description :: gleam@option:option(binary()),
expires_after :: gleam@option:option(glopenai@vector_store:vector_store_expiration_after()),
chunking_strategy :: gleam@option:option(glopenai@vector_store:chunking_strategy_request_param()),
metadata :: gleam@option:option(gleam@dict:dict(binary(), binary()))
}).