mirror of
https://github.com/microsoft/graphrag.git
synced 2025-07-05 08:01:23 +00:00

* Drift CLI and backwards compat * Adding DRIFT Cli, Docs and example notebook * Update tests and fix ruff * Format * Small cleanup * Fix smoke tests * Update notebook * Oopsie fix * Delete duplicate img
10 lines
436 B
Markdown
10 lines
436 B
Markdown
# Query Engine Notebooks
|
|
|
|
For examples about running Query please refer to the following notebooks:
|
|
|
|
- [Global Search Notebook](../../examples_notebooks/global_search.ipynb)
|
|
- [Local Search Notebook](../../examples_notebooks/local_search.ipynb)
|
|
- [DRIFT Search Notebook](../../examples_notebooks/drift_search.ipynb)
|
|
|
|
The test dataset for these notebooks can be found in [dataset.zip](../../data/operation_dulce/dataset.zip){:download}.
|