mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
* Replace docs by mkdocs-material * Fix markdown * Fix verions in gh-pages workflow * remove whitespaces * add semver * Add build docs check on python-ci * Fix command in index cli * Spellcheck * Spellcheck * remove docsite paths * clear outputs from notebook * remove dependabot npm for docsite * remove more docsite left overs * execute notebooks * Update notebooks * update poetry lock * Remove notebook build from ci * Revert dep update * Navigation tabs * Fix stylesheet * add kwds to dictionary * Turn on notebook execution * Update gitignore * Add MSR Blog posts * spellcheck * Accessibility Changes --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
31 lines
613 B
YAML
31 lines
613 B
YAML
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
|
version: "0.2"
|
|
allowCompoundWords: true
|
|
dictionaryDefinitions:
|
|
- name: dictionary
|
|
path: "./dictionary.txt"
|
|
addWords: true
|
|
dictionaries:
|
|
- dictionary
|
|
ignorePaths:
|
|
- cspell.config.yaml
|
|
- node_modules
|
|
- _site
|
|
- /project-words.txt
|
|
- default_pipeline.yml
|
|
- .turbo
|
|
- output/
|
|
- dist/
|
|
- temp_azurite/
|
|
- __pycache__
|
|
- pyproject.toml
|
|
- entity_extraction.txt
|
|
- package.json
|
|
- tests/fixtures/
|
|
- examples_notebooks/inputs/
|
|
- "*.csv"
|
|
- "*.parquet"
|
|
- "*.faiss"
|
|
- "*.ipynb"
|
|
- "*.log"
|