How can I verify is the document is already loaded in SQL server using WithSqlServerMemoryDb #903
Answered
by
kbeaugrand
peopleworks
asked this question in
1. Q&A
-
Hi, How can I verify is the document is already loaded in SQL server WithSqlServerMemoryDb, because every time I run is adding again and again the same document. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
kbeaugrand
Nov 20, 2024
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peopleworks
-
Hi @kbeaugrand I thought that with SQL server I could verify the status of the document, without having to save it somewhere else. Thank you |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Did you correctly configured the document storage?
IsDocumentReadyAsync
verifies the pipeline status within the DocumentStorage, which, based on your configuration.You can use some packages like to configure the document storage :