mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00
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 <alonsog@microsoft.com>
This commit is contained in:
parent
8a6d4e66fe
commit
8d8c67d503
@ -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
|
### 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
|
`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/)
|
||||||
|
@ -45,7 +45,7 @@ This repository presents a methodology for using knowledge graph memory structur
|
|||||||
## Prompt Tuning
|
## Prompt Tuning
|
||||||
|
|
||||||
Using _GraphRAG_ with your data out of the box may not yield the best possible results.
|
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
|
## Responsible AI FAQ
|
||||||
|
|
||||||
|
@ -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_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`
|
- 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**
|
**Using Configuration File**
|
||||||
|
|
||||||
@ -33,4 +33,4 @@ reporting:
|
|||||||
base_dir: "output" # changed from "output/${timestamp}/reports"
|
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/).
|
Loading…
x
Reference in New Issue
Block a user