View Source OpenaiEx.Beta.VectorStores (openai_ex v0.6.3)

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

Summary

Functions

Link to this function

create(openai, params \\ %{})

View Source
Link to this function

delete(openai, vector_store_id)

View Source
Link to this function

retrieve(openai, vector_store_id)

View Source
Link to this function

update(openai, vector_store_id, params \\ %{})

View Source