fix db engine config

This commit is contained in:
Vasilije 2024-05-25 19:50:13 +02:00
parent 95e3d16f86
commit 7f43d12102

View file

@ -24,7 +24,7 @@ async def main():
dataset_name = "cs_explanations"
explanation_file_path = os.path.join(os.getcwd(), "test_data/Natural_language_processing.txt")
explanation_file_path = os.path.join(pathlib.Path(__file__).parent, "test_data/Natural_language_processing.txt")
#
await cognee.add([explanation_file_path], dataset_name)