files_in_vector_store_batches
Creates, updates, deletes, gets or lists a files_in_vector_store_batches
resource.
Overview
Name | files_in_vector_store_batches |
Type | Resource |
Id | openai.vector_stores.files_in_vector_store_batches |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | `` |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_files_in_vector_store_batch | SELECT | batch_id, vector_store_id |
SELECT
examples
SELECT
column_anon
FROM openai.vector_stores.files_in_vector_store_batches
WHERE batch_id = '{{ batch_id }}'
AND vector_store_id = '{{ vector_store_id }}';