This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Question] Should document upload status endpoint signal when the files were ignored by the text extractor? #360
Labels
You can continue the conversation there. Go to discussion →
Context / Scenario
We want to use kernel memory as document repository for our chatbot
Question
While working on issue #303 I uploaded some DOC files that should be ignored by the text extractor. After calling the upload status endpoint for the document created for those files (or other unsupported format as I tested later) it returns the following JSON:
Shouldn't the return of this call signal that the files of the document were ignored? Should at least the
empty
value setted astrue
since no embedding were generated for this document?The text was updated successfully, but these errors were encountered: