Should document upload status endpoint signal when the files were ignored by the text extractor? #597
amomra
started this conversation in
2. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?Beta Was this translation helpful? Give feedback.
All reactions