I'm using InMemoryDocumentStore as my document_store. At a point, I'm using PDToTextConverter followed by writing them into the document store.
Is there any way to get a list of files in the InMemoryDocumentStore().
Also in my answer output, with the command print_answers(prediction, details="all") I'm getting a document doument_id, is there any way to leverage this information to perhaps get the filename.
I'm using InMemoryDocumentStore as my document_store. At a point, I'm using PDToTextConverter followed by writing them into the document store.
Is there any way to get a list of files in the InMemoryDocumentStore().
Also in my answer output, with the command
print_answers(prediction, details="all")I'm getting a documentdoument_id, is there any way to leverage this information to perhaps get the filename.