mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00

* Add new inputs and missing vector store for retrieving vectors * Format * Semver * Remove .Identifier files * Fix spellcheck * Remove unnecessary input file for notebooks
32 lines
649 B
YAML
32 lines
649 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/
|
|
- docs/examples_notebooks/inputs/
|
|
- "*.csv"
|
|
- "*.parquet"
|
|
- "*.faiss"
|
|
- "*.ipynb"
|
|
- "*.log"
|