From 9ae919afbcbfa1c132aaf6239f1b21431aa886e6 Mon Sep 17 00:00:00 2001 From: natoverse Date: Mon, 23 Jun 2025 20:53:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20microsof?= =?UTF-8?q?t/graphrag@27c6de846f9326992e946d46c2cabc7b49b44983=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/env_vars/index.html | 2 +- config/yaml/index.html | 16 +++++++------ get_started/index.html | 3 +-- index.html | 21 ------------------ index/byog/index.html | 3 +-- index/methods/index.html | 6 ++--- prompt_tuning/manual_prompt_tuning/index.html | 4 ++-- search/search_index.json | 2 +- sitemap.xml.gz | Bin 127 -> 127 bytes 9 files changed, 18 insertions(+), 39 deletions(-) diff --git a/config/env_vars/index.html b/config/env_vars/index.html index 34b07731..40b98a88 100644 --- a/config/env_vars/index.html +++ b/config/env_vars/index.html @@ -1684,7 +1684,7 @@

As of version 1.3, GraphRAG no longer supports a full complement of pre-built environment variables. Instead, we support variable replacement within the settings.yml file so you can specify any environment variables you like.

The only standard environment variable we expect, and include in the default settings.yml, is GRAPHRAG_API_KEY. If you are already using a number of the previous GRAPHRAG_* environment variables, you can insert them with template syntax into settings.yml and they will be adopted.

-

The environment variables below are documented as an aid for migration, but they WILL NOT be read unless you use template syntax in your settings.yml.

+

The environment variables below are documented as an aid for migration, but they WILL NOT be read unless you use template syntax in your settings.yml. We also WILL NOT be updating this page as the main config object changes.


Text-Embeddings Customization

diff --git a/config/yaml/index.html b/config/yaml/index.html index f9b08363..5eec3ac5 100644 --- a/config/yaml/index.html +++ b/config/yaml/index.html @@ -1558,7 +1558,7 @@

Fields

Input Files and Chunking

input

-

Our pipeline can ingest .csv, .txt, or .json data from an input folder. See the inputs page for more details and examples.

+

Our pipeline can ingest .csv, .txt, or .json data from an input location. See the inputs page for more details and examples.

Fields