diff --git a/data/operation_dulce/dataset.zip b/data/operation_dulce/dataset.zip
index c02ad171..442b793c 100644
Binary files a/data/operation_dulce/dataset.zip and b/data/operation_dulce/dataset.zip differ
diff --git a/index.html b/index.html
index 50a53438..7e886d7b 100644
--- a/index.html
+++ b/index.html
@@ -318,7 +318,7 @@ For a deeper dive into the main sub-systems, please visit the docpages for the <
GraphRAG builds upon our prior research and tooling using graph machine learning. The basic steps of the GraphRAG process are as follows:
Index
-- Slice up an input corpus into a series of TextUnits, which act as analyzable units for the rest of the process, and provide fine-grained references into our outputs.
+- Slice up an input corpus into a series of TextUnits, which act as analyzable units for the rest of the process, and provide fine-grained references in our outputs.
- Extract all entities, relationships, and key claims from the TextUnits using an LLM.
- Perform a hierarchical clustering of the graph using the Leiden technique. To see this visually, check out Figure 1 above. Each circle is an entity (e.g., a person, place, or organization), with the size representing the degree of the entity, and the color representing its community.
- Generate summaries of each community and its constituents from the bottom-up. This aids in holistic understanding of the dataset.