View Source OpenaiEx.Beta.VectorStores.File.Batches (openai_ex v0.8.1)

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

Link to this function

cancel(openai, vector_store_id, batch_id)

View Source
Link to this function

cancel!(openai, vector_store_id, batch_id)

View Source
Link to this function

create(openai, vector_store_id, file_ids)

View Source
Link to this function

create!(openai, vector_store_id, file_ids)

View Source
Link to this function

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

View Source
Link to this function

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

View Source
Link to this function

retrieve(openai, vector_store_id, batch_id)

View Source
Link to this function

retrieve!(openai, vector_store_id, batch_id)

View Source