-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Knowledge - Ingestion failure when adding lot of files to assistant. #491
Comments
I dont understand the crux of this issue. Is it that ingestion shouldnt fail? Is it how failures are presented? Is it how retries are handled? is it that files go missing if they fail? |
Issue is with ingestion failure itself that was hit. As a follow up to this issue,I thought that entering the edit mode of an assistant with knowledge files will attempt re ingesting the files again . I wanted to see if re ingestion of the same set of files would lead to getting better results. But I see an entirely different error message in this case. |
Logs seen for ingestion failures from today's attempt - https://acorn-io.slack.com/archives/C07FZ46QA2J/p1726250678023229?thread_ts=1726250413.288459&cid=C07FZ46QA2J |
Tested with latest electron build - With this build @iwilltry42 was able to figure out the the file that caused the ingestion failure which was a temporary docx file - "~$I_1230_Midas_250_1-24-23_redline.docx". Once this file was removed , I was able to ingest all other files successfully. Leaving this issue open for skipping the ingestion of such files automatically. |
gptscript-ai/knowledge#124 includes extra ignore file patterns, which will ignore those files in the future (once this is merged). |
Change mentioned above should land in desktop with #526 |
Tested with latest version of knowledge tool - When testing this scenario , we are seeing the following error:
UI shows the following error: |
Electron build -
18eaca7
Steps to reproduce the problem:
Following error message gets presented in the UI -
ingestionerror.log
When I quit the assistant and again opened the assistant in edit mode, I see lesser number of files and the ingestion error message is very different now.
The text was updated successfully, but these errors were encountered: