You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ so that your API Key is not stored in source control.
55
55
56
56
When interacting with the API some actions such as starting a Run and adding files to vector stores are asynchronous and take time to complete. The SDK includes
57
57
helper functions which will poll the status until it reaches a terminal state and then return the resulting object.
58
-
If an API method results in an action which could benefit from polling there will be a corresponding version of the
58
+
If an API method results in an action that could benefit from polling there will be a corresponding version of the
59
59
method ending in '\_and_poll'.
60
60
61
61
For instance to create a Run and poll until it reaches a terminal state you can run:
@@ -71,7 +71,7 @@ More information on the lifecycle of a Run can be found in the [Run Lifecycle Do
71
71
72
72
### Bulk Upload Helpers
73
73
74
-
When creating an interacting with vector stores, you can use the polling helpers to monitor the status of operations.
74
+
When creating and interacting with vector stores, you can use polling helpers to monitor the status of operations.
75
75
For convenience, we also provide a bulk upload helper to allow you to simultaneously upload several files at once.
0 commit comments