Josh Bradley
Josh Bradley
I just see a single file in this PR. Are more changes expected to show up?
Is there a way to disable SSL authentication when first starting up the docker container so that http connections are permitted? In certain test/debug workflows, it's an added burden to...
How much data did you upload before starting an indexing job? Did you use the [wikipedia sample data](https://github.com/Azure-Samples/graphrag-accelerator/blob/main/notebooks/get-wiki-articles.py) download script to get a couple of files or provide your own...
In the solution accelerator, a common reason why jobs can appear to run a long time comes down to the TPM/RPM quota of the Azure OpenAI instance you're using and...
The API endpoint is expected to be provided with the following format: `GRAPHRAG_API_BASE=https://.openai.azure.com>` In the documentation, I think we can provide more clarification/examples for each of the deployment variables so...
For emulator purposes only, is it a heavy lift to compare the provided key against the hardcoded key that the emulator expects? As an external user, the main use case...
Hello @brian-mayer! The storage_name will not match the actual name of the blob container. For better security posture, we first sanitize the name provided by an API end-user by computing...
To assist with debugging, there is one place you can look for additional logging. In the Azure Storage instance that gets deployed within the resource group at deployment time, there...
I recently pushed a [PR](https://github.com/Azure-Samples/graphrag-accelerator/pull/79) that hooks up graphrag to app insights. If interested, check out the latest on the main branch. In that PR, log messages are captured in...
Can you clarify what your question is? We provide some notebook examples [here](https://microsoft.github.io/graphrag/posts/query/notebooks/overview) that demonstrates how to programmatically query a graphrag index. You could take that code as a starting...