OpenaiEx.Beta.VectorStores.File.Batches (openai_ex v0.9.4)

View Source

This module provides an implementation of the OpenAI vector_store file batches API. The API reference can be found at https://platform.openai.com/docs/api-reference/vector-stores-file-batches.

Summary

Functions

cancel(openai, vector_store_id, batch_id)

cancel!(openai, vector_store_id, batch_id)

create(openai, vector_store_id, file_ids)

create!(openai, vector_store_id, file_ids)

list(openai, vector_store_id, batch_id, params \\ %{})

list!(openai, vector_store_id, batch_id, params \\ %{})

retrieve(openai, vector_store_id, batch_id)

retrieve!(openai, vector_store_id, batch_id)