From 8d8c67d50365b5a1a8b45d0caee34bc7f004eb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JunHo=20Kim=20=28=EA=B9=80=EC=A4=80=ED=98=B8=29?= Date: Tue, 22 Oct 2024 08:24:17 +0900 Subject: [PATCH] fix typo. Update documentation URLs for consistency (#1298) Update documentation URLs for consistency Revised links in documentation files to remove the "posts" subdirectory for consistency and correctness. Co-authored-by: Alonso Guevara --- DEVELOPING.md | 2 +- README.md | 2 +- v1-breaking-changes.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 2bafd9cd..dde17fbb 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -88,4 +88,4 @@ Make sure you have python3.10-dev installed or more generally `python-d ### LLM call constantly exceeds TPM, RPM or time limits `GRAPHRAG_LLM_THREAD_COUNT` and `GRAPHRAG_EMBEDDING_THREAD_COUNT` are both set to 50 by default. You can modify this values -to reduce concurrency. Please refer to the [Configuration Documents](https://microsoft.github.io/graphrag/posts/config/overview/) +to reduce concurrency. Please refer to the [Configuration Documents](https://microsoft.github.io/graphrag/config/overview/) diff --git a/README.md b/README.md index 0b936058..35f2eb2a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This repository presents a methodology for using knowledge graph memory structur ## Prompt Tuning Using _GraphRAG_ with your data out of the box may not yield the best possible results. -We strongly recommend to fine-tune your prompts following the [Prompt Tuning Guide](https://microsoft.github.io/graphrag/posts/prompt_tuning/overview/) in our documentation. +We strongly recommend to fine-tune your prompts following the [Prompt Tuning Guide](https://microsoft.github.io/graphrag/prompt_tuning/overview/) in our documentation. ## Responsible AI FAQ diff --git a/v1-breaking-changes.md b/v1-breaking-changes.md index 178ed63b..48ad7e81 100644 --- a/v1-breaking-changes.md +++ b/v1-breaking-changes.md @@ -16,7 +16,7 @@ - Ensure `GRAPHRAG_STORAGE_BASE_DIR` is set to a static directory, e.g., `output` instead of `output/${timestamp}/artifacts`. - Ensure `GRAPHRAG_REPORTING_BASE_DIR` is set to a static directory, e.g., `output` instead of `output/${timestamp}/reports` -[Full docs on using environment variables for configuration](https://microsoft.github.io/graphrag/posts/config/env_vars/). +[Full docs on using environment variables for configuration](https://microsoft.github.io/graphrag/config/env_vars/). **Using Configuration File** @@ -33,4 +33,4 @@ reporting: base_dir: "output" # changed from "output/${timestamp}/reports" ``` -[Full docs on using JSON or YAML files for configuration](https://microsoft.github.io/graphrag/posts/config/json_yaml/). \ No newline at end of file +[Full docs on using JSON or YAML files for configuration](https://microsoft.github.io/graphrag/config/json_yaml/). \ No newline at end of file