fix db engine config

This commit is contained in:
Vasilije 2024-05-25 19:21:39 +02:00
parent e3c1d7c33a
commit 5de96318bd

View file

@ -14,7 +14,10 @@ async def main():
dataset_name = "cs_explanations"
explanation_file_path = path.join("/Users/runner/work/cognee/cognee/./cognee/tests", "test_data/Natural_language_processing.txt")
explanation_file_path = path.abspath(
"/Users/stef/Documents/dev/cognee/cognee/tests/test_data/Natural_language_processing.txt"
)
await cognee.add([explanation_file_path], dataset_name)
# dataset_name = "short_stories"