graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
### Describe the issue 这是项目代码 https://github.com/win4r/GraphRAG4OpenWebUI 这是视频演示 https://youtu.be/z4Si6O5NQ4c ### Steps to reproduce _No response_ ### GraphRAG Config Used _No response_ ### Logs and screenshots _No response_ ### Additional Information -...
### unable to run get started with vllm hoted model [42 rows x 5 columns] 🚀 create_base_extracted_entities entity_graph 0 ./ragtest/input/book.txt ### GraphRAG Config Used encoding_model: cl100k_base skip_workflows: [] llm: api_key:...
### Describe the bug 06:49:32,683 graphrag.index.reporting.file_workflow_callbacks INFO Error executing verb "cluster_graph" in create_base_entity_graph: EmptyNetworkError details=None 06:49:32,684 graphrag.index.run ERROR error running workflow create_base_entity_graph Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/graphrag/index/run.py", line...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.1 to 0.5.2. Release notes Sourced from ruff's releases. 0.5.2 Release Notes Preview features Use space separator before parenthesized expressions in comprehensions with leading comments (#12282) [flake8-async]...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.0. Changelog Sourced from coverage's changelog. Version 7.6.0 — 2024-07-11 Exclusion patterns can now be multi-line, thanks to Daniel Diniz <pull 1807_>. This enables many...
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.370 to 1.1.371. Commits ca00a93 [pyright updated to 1.1.371] Update Version (#282) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
Bumps [lancedb](https://github.com/lancedb/lancedb) from 0.9.0 to 0.10.0. Release notes Sourced from lancedb's releases. Python LanceDB v0.10.0 🎉 New Features feat: dynamodb commit store support by @wjones127 in lancedb/lancedb#1410 feat: support to...
Bumps [tenacity](https://github.com/jd/tenacity) from 8.4.2 to 8.5.0. Release notes Sourced from tenacity's releases. 8.5.0 What's Changed fix: Restore contents of retry attribute for wrapped functions by @hasier in jd/tenacity#484 Full Changelog:...
## Description To ensure that the `settings.yaml` configuration is respected, I recommend adding the `llm_max_tokens` parameter to the `init_content.py` file. This would allow the `settings.yaml` to include the `llm_max_tokens` parameter,...
### Describe the issue I have encountered an issue with the configuration of the `local_search.max_tokens` parameter in the `settings.yaml` file. Currently, this parameter does not seem to influence the local...