We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b470e commit 7cd3e13Copy full SHA for 7cd3e13
loading_sdk/async_api/extractors.py
@@ -38,7 +38,7 @@ def get_chunks(self, source: str) -> list:
38
return chunk_urls
39
40
@abstractmethod
41
- def get_data(self):
+ async def get_data(self):
42
pass
43
44
0 commit comments