fix db engine config
This commit is contained in:
parent
95e3d16f86
commit
7f43d12102
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ async def main():
|
||||||
|
|
||||||
dataset_name = "cs_explanations"
|
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)
|
await cognee.add([explanation_file_path], dataset_name)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue