graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
```15:44:04,888 root ERROR error extracting graph Traceback (most recent call last): File "E:\Pycharm_Workspace\PythonProject\graphrag_test\venvs\Lib\site-packages\graphrag\index\graph\extractors\graph\graph_extractor.py", line 118, in __call__ result = await self._process_document(text, prompt_variables) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\Pycharm_Workspace\PythonProject\graphrag_test\venvs\Lib\site-packages\graphrag\index\graph\extractors\graph\graph_extractor.py", line 146, in _process_document response...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
after run: python -m graphrag.index --root ./ragtest error: File "", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
When running GraphRAG on a story such as [the complete works of Sherlock Holmes](https://sherlock-holm.es/ascii/) the generated graph contains individual nodes which should have been consolidated into one. For example, there...
Good repository
Hello everyone, I am currently using the GraphRAG project and am impressed with its capabilities. However, I have noticed that there is currently no support for the .NET environment. I...
Is there a way for me to pass my existing chunks and embeddings to GraphRAG, I have already chunked my documents and embedded them.
I have found an error in the source code, which targets to do the normalization of embeddings but encountering the ZeronDivision. INFO: Reading settings from settings.yaml Error embedding chunk {'OpenAIEmbedding':...
[indexing-engine.log](https://github.com/user-attachments/files/16119352/indexing-engine.log) who can help me to solve the issue from the log file
who help me to solve the issue when I run python -m graphrag.index --init --root ./ragtest/