Skip to content

Commit

Permalink
fix typo. Update documentation URLs for consistency (#1298)
Browse files Browse the repository at this point in the history
Update documentation URLs for consistency

Revised links in documentation files to remove the "posts" subdirectory for consistency and correctness.

Co-authored-by: Alonso Guevara <[email protected]>
  • Loading branch information
junho85 and AlonsoGuevara authored Oct 21, 2024
1 parent 8a6d4e6 commit 8d8c67d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ Make sure you have python3.10-dev installed or more generally `python<version>-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/)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions v1-breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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/).
[Full docs on using JSON or YAML files for configuration](https://microsoft.github.io/graphrag/config/json_yaml/).

0 comments on commit 8d8c67d

Please sign in to comment.