Edwin-poying
Edwin-poying
I see, Thank You @natoverse
Here is my settings.yml file ``` encoding_model: cl100k_base skip_workflows: [] llm: api_key: ${GRAPHRAG_API_KEY} type: openai_chat # or azure_openai_chat model: ${GRAPHRAG_LLM_MODEL} model_supports_json: true # recommended if this is available for your...
Hi, @natoverse , I have changed the file_pattern field in the input setting to deal with the specific file. Does this matter? Below is how I change: input: type: file...
Thank you @natoverse for your graphRAG and your answer, I still have one question that is related to this topic: Since I generated graphRAG using two files at first; however,...