SDK ReferenceDocument RAG
Create Index with Polling
Create a new searchable index by uploading a document and wait for the process to complete using polling.
Description
The Create Index With Polling
endpoint allows you to create a new searchable index by uploading a document and automatically monitor the indexing process until completion. Supported file types include PDF, DOC, DOCX, PPT, PPTX with a maximum file size of 20MB.
Caution
Create Index With Polling
with polling is an synchronous process and it'll run until the index creation is completed and it can take upto 300 seconds to complete depending upon the size of the uploaded file.
It's recommended to use our Webhooks
or putting this method inside an async queue.
Request Example
Need Help?
- Join our Discord Community
- Contact Support