mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
* update gitignore * add dynamic community sleection to updated main branch * update SearchResult to record output_tokens. * update search result * dynamic search working * format * add llm_calls_categories and prompt_tokens and output_tokens cate * update * formatting * log drift search output and prompt tokens separately * update global_search.ipynb. update operate dulce dataset and add create_final_communities. update dynamic community selection init * add .ipynb back to cspell.config.yaml * format * add notebook example on dynamic search * rearrange * update gitignore * format code * code format * code format * fix default variable --------- Co-authored-by: Bryan Li <bryanlimy@gmail.com>
59 lines
578 B
Plaintext
59 lines
578 B
Plaintext
# Python Artifacts
|
|
python/*/lib/
|
|
dist/
|
|
|
|
# Test Output
|
|
.coverage
|
|
coverage/
|
|
licenses.txt
|
|
examples_notebooks/*/lancedb
|
|
examples_notebooks/*/data
|
|
tests/fixtures/cache
|
|
tests/fixtures/*/cache
|
|
tests/fixtures/*/output
|
|
lancedb/
|
|
|
|
# Random
|
|
.DS_Store
|
|
*.log*
|
|
.venv
|
|
venv/
|
|
.conda
|
|
.tmp
|
|
|
|
.env
|
|
build.zip
|
|
|
|
.turbo
|
|
|
|
__pycache__
|
|
|
|
.pipeline
|
|
|
|
# Azurite
|
|
temp_azurite/
|
|
__azurite*.json
|
|
__blobstorage*.json
|
|
__blobstorage__/
|
|
|
|
# Getting started example
|
|
ragtest/
|
|
.ragtest/
|
|
.pipelines
|
|
.pipeline
|
|
|
|
|
|
# mkdocs
|
|
site/
|
|
|
|
# Docs migration
|
|
docsite/
|
|
.yarn/
|
|
.pnp*
|
|
|
|
# PyCharm
|
|
.idea/
|
|
|
|
# Jupyter notebook
|
|
.ipynb_checkpoints/
|