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
In python-sdk/data_loaders, we have url_loader.py and local_directory_loader.py. We need to add another method sync_files to the existing data loaders which will return a Generator of the file. The requirement is to write it in an async way so that indexify can poll it internally.
Problem?
In
python-sdk/data_loaders
, we haveurl_loader.py
andlocal_directory_loader.py
. We need to add another methodsync_files
to the existing data loaders which will return a Generator of the file. The requirement is to write it in an async way so that indexify can poll it internally.User DX -
The function should look like -
Testing -
TBD
The text was updated successfully, but these errors were encountered: