fix: Resolve issue with entity extraction test

This commit is contained in:
Igor Ilic 2025-11-04 16:43:41 +01:00
parent 69ee8ae0a9
commit f4117c42e9

View file

@ -55,7 +55,7 @@ async def main():
classified_data = ingestion.classify(file)
# data_id is the hash of original file contents + owner id to avoid duplicate data
data_id = ingestion.identify(classified_data, await get_default_user())
data_id = await ingestion.identify(classified_data, await get_default_user())
await cognee.add(file_path)