fix db engine config
This commit is contained in:
parent
e3c1d7c33a
commit
5de96318bd
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue