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
Adding files to vector stores is an async operation. To ensure the operation is complete, we recommend that you use the 'create and poll' helpers in our official SDKs. If you're not using the SDKs, you can retrieve the `vector_store` object and monitor its `file_counts` property to see the result of the file ingestion operation.
21
11
22
12
Files can also be added to a vector store after it's created by creating vector store files.
@@ -40,7 +30,7 @@ Alternatively, you can add several files to a vector store by creating batches o
0 commit comments