You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following are some of workflows were I see logs indicate ingestion of files when there is no changes made to them. Steps to reproduce the problem:
Create an assistant with 1 knowledge file from Notion.
While still in edit assistant page, add another knowledge file from Notion.
Logs will show ingestion for 2 files (existing one and the new one)
2024-09-18T23:42:10.075Z [server] [INFO] logs for ingesting dataset 979: Ingested 2 files from "./data" into dataset "979"
2024/09/18 16:42:09 INFO Pruned files count=0 basePath=./data
2024/09/18 16:42:09 INFO Ingested document filename="Thirsty Crow.md" count=3 absolute_path="/Users/sangeethahariharan/Library/Application Support/acorn/Acorn/workspace/knowledge/script_data/979/data/notion/Thirsty Crow.md"
2024/09/18 16:42:10 INFO Ingested document filename="Monkey and Crocodile.md" count=6 absolute_path="/Users/sangeethahariharan/Library/Application Support/acorn/Acorn/workspace/knowledge/script_data/979/data/notion/Monkey and Crocodile.md"
Quit the assistant edit mode and Enter the edit mode of an assistant with 2 knowledge files.
Logs will show ingestion for 2 files . The 2 files being ingested are not listed here which may mean we are not actually ingesting the files in this case?
2024-09-18T23:45:52.419Z [server] [INFO] logs for ingesting dataset 979: Ingested 2 files from "./data" into dataset "979"
2024/09/18 16:45:52 INFO Pruned files count=0 basePath=./data
In cases were the knowledge files is from notion, When I do "Sync files" , i see ingestion of all existing knowledge files in the assistant even when there were no changes made to these files
2024-09-18T23:48:13.321Z [server] [INFO] logs for ingesting dataset 979: Ingested 2 files from "./data" into dataset "979"
2024/09/18 16:48:12 INFO Pruned files count=0 basePath=./data
2024/09/18 16:48:13 INFO Ingested document filename="Thirsty Crow.md" count=3 absolute_path="/Users/sangeethahariharan/Library/Application Support/acorn/Acorn/workspace/knowledge/script_data/979/data/notion/Thirsty Crow.md"
2024/09/18 16:48:13 INFO Ingested document filename="Monkey and Crocodile.md" count=6 absolute_path="/Users/sangeethahariharan/Library/Application Support/acorn/Acorn/workspace/knowledge/script_data/979/data/notion/Monkey and Crocodile.md"
Note
When testing with local knowledge files - The logs relating to Ingested document filename seen in step 2 is not seen .
When testing with knowledge files from onedrive - The logs relating to Ingested document filename seen in step 2 and step4 are not seen .
This issue seems to be only specific to Notion, if we can assume that in step3 there is no ingestion of files happening.
The text was updated successfully, but these errors were encountered:
Desktop build -
576ef7a6fd
Following are some of workflows were I see logs indicate ingestion of files when there is no changes made to them.
Steps to reproduce the problem:
Logs will show ingestion for 2 files (existing one and the new one)
Logs will show ingestion for 2 files . The 2 files being ingested are not listed here which may mean we are not actually ingesting the files in this case?
Note
Ingested document filename
seen in step 2 is not seen .Ingested document filename
seen in step 2 and step4 are not seen .This issue seems to be only specific to Notion, if we can assume that in step3 there is no ingestion of files happening.
The text was updated successfully, but these errors were encountered: