Skip to content

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
Discussion options

You must be logged in to vote

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 :

        memoryBuilder
            .WithAzureBlobsDocumentStorage(new AzureBlobsConfig()
            {
                ConnectionString = "...",
                Container = "..."
            })

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by peopleworks
Comment options

You must be logged in to vote
2 replies
@dluc
Comment options

@peopleworks
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
3 participants