Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[Question] Should document upload status endpoint signal when the files were ignored by the text extractor? #360

Closed
amomra opened this issue Mar 13, 2024 · 0 comments
Labels
discussion enhancement New feature or request

Comments

@amomra
Copy link
Contributor

amomra commented Mar 13, 2024

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:

{
    "completed": true,
    "failed": false,
    "empty": false,
}

Shouldn't the return of this call signal that the files of the document were ignored? Should at least the empty value setted as true since no embedding were generated for this document?

@amomra amomra added the question Further information is requested label Mar 13, 2024
@dluc dluc added enhancement New feature or request discussion and removed question Further information is requested labels Jun 4, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 4, 2024
@dluc dluc converted this issue into discussion #597 Jun 4, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants