pub fn create_vector_store_file<C, Fut, B, E>(
client: C,
params: &CreateVectorStoreFileParams,
request: &CreateVectorStoreFileRequest,
) -> CreateVectorStoreFile<Fut, B, E> ⓘ
Expand description
Create a vector store file by attaching a File to a vector store.