Skip to content

Commit 1deba71

Browse files
author
nightcityblade
committed
docs: fix vector store polling helper paths
1 parent 3e0c05b commit 1deba71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

helpers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ The polling methods are:
510510
client.beta.threads.create_and_run_poll(...)
511511
client.beta.threads.runs.create_and_poll(...)
512512
client.beta.threads.runs.submit_tool_outputs_and_poll(...)
513-
client.beta.vector_stores.files.upload_and_poll(...)
514-
client.beta.vector_stores.files.create_and_poll(...)
515-
client.beta.vector_stores.file_batches.create_and_poll(...)
516-
client.beta.vector_stores.file_batches.upload_and_poll(...)
513+
client.vector_stores.files.upload_and_poll(...)
514+
client.vector_stores.files.create_and_poll(...)
515+
client.vector_stores.file_batches.create_and_poll(...)
516+
client.vector_stores.file_batches.upload_and_poll(...)
517517
client.videos.create_and_poll(...)
518518
```

0 commit comments

Comments
 (0)