From dfb59de79452c2fa4ad1024e7bd732b8c7e14931 Mon Sep 17 00:00:00 2001 From: jgbradley1 Date: Wed, 27 Nov 2024 18:31:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20microsof?= =?UTF-8?q?t/graphrag@dad2176b3ca63847fefc6442ce11ea06e5982e60=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/index.html | 42 +- config/env_vars/index.html | 4 +- config/yaml/index.html | 14 +- examples_notebooks/drift_search/index.html | 3691 ++++++++--------- examples_notebooks/global_search/index.html | 6 +- .../index.html | 32 +- examples_notebooks/local_search/index.html | 34 +- index/default_dataflow/index.html | 12 +- search/search_index.json | 2 +- 9 files changed, 1920 insertions(+), 1917 deletions(-) diff --git a/cli/index.html b/cli/index.html index e02906413..5b1481031 100644 --- a/cli/index.html +++ b/cli/index.html @@ -1406,19 +1406,17 @@

index

--resume TEXT Resume a given indexing run --reporter [rich|print|none] The progress reporter to use. [default: rich] - --emit TEXT The data formats to emit, comma-separated. - [default: parquet] - --dry-run / --no-dry-run Run the indexing pipeline without executing - any steps to inspect and validate the - configuration. [default: no-dry-run] - --cache / --no-cache Use LLM cache. [default: cache] - --skip-validation / --no-skip-validation - Skip any preflight validation. Useful when - running no LLM steps. [default: no-skip- - validation] - --output PATH Indexing pipeline output directory. - Overrides storage.base_dir in the - configuration file. + --dry-run / --no-dry-run Run the indexing pipeline without executing + any steps to inspect and validate the + configuration. [default: no-dry-run] + --cache / --no-cache Use LLM cache. [default: cache] + --skip-validation / --no-skip-validation + Skip any preflight validation. Useful when + running no LLM steps. [default: no-skip- + validation] + --output PATH Indexing pipeline output directory. + Overrides storage.base_dir in the + configuration file.

init

Generate a default configuration file.

@@ -1512,16 +1510,14 @@

update

profiling [default: no-memprofile] --reporter [rich|print|none] The progress reporter to use. [default: rich] - --emit TEXT The data formats to emit, comma-separated. - [default: parquet] - --cache / --no-cache Use LLM cache. [default: cache] - --skip-validation / --no-skip-validation - Skip any preflight validation. Useful when - running no LLM steps. [default: no-skip- - validation] - --output PATH Indexing pipeline output directory. - Overrides storage.base_dir in the - configuration file. + --cache / --no-cache Use LLM cache. [default: cache] + --skip-validation / --no-skip-validation + Skip any preflight validation. Useful when + running no LLM steps. [default: no-skip- + validation] + --output PATH Indexing pipeline output directory. + Overrides storage.base_dir in the + configuration file. diff --git a/config/env_vars/index.html b/config/env_vars/index.html index d3b5027a6..1e03d522e 100644 --- a/config/env_vars/index.html +++ b/config/env_vars/index.html @@ -1754,7 +1754,7 @@

Default Configuration Mode (using Env Vars)

Text-Embeddings Customization

-

By default, the GraphRAG indexer will only emit embeddings required for our query methods. However, the model has embeddings defined for all plaintext fields, and these can be generated by setting the GRAPHRAG_EMBEDDING_TARGET environment variable to all.

+

By default, the GraphRAG indexer will only export embeddings required for our query methods. However, the model has embeddings defined for all plaintext fields, and these can be generated by setting the GRAPHRAG_EMBEDDING_TARGET environment variable to all.

If the embedding target is all, and you want to only embed a subset of these fields, you may specify which embeddings to skip using the GRAPHRAG_EMBEDDING_SKIP argument described below.

Embedded Fields