diff --git a/data/operation_dulce/dataset.zip b/data/operation_dulce/dataset.zip index f989b1ec..9e406d91 100644 Binary files a/data/operation_dulce/dataset.zip and b/data/operation_dulce/dataset.zip differ diff --git a/posts/config/env_vars/index.html b/posts/config/env_vars/index.html index 254f3fa5..7d0730ba 100644 --- a/posts/config/env_vars/index.html +++ b/posts/config/env_vars/index.html @@ -288,7 +288,7 @@ a {

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.

-

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.

+

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