graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
### Describe the bug File "/home/xx/graphrag/graphrag/query/structured_search/global_search/search.py", line 194, in _map_response_single_batch processed_response = self.parse_search_response(search_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xx/graphrag/graphrag/query/structured_search/global_search/search.py", line 232, in parse_search_response parsed_elements = json.loads(search_response)["points"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xx/anaconda3/envs/graphrag/lib/python3.11/json/__init__.py", line 346, in loads...
## Description Optimize the map prompt with a valid example to output JSON in stable. ## Related Issues https://github.com/microsoft/graphrag/issues/471 https://github.com/microsoft/graphrag/issues/475 ## Proposed Changes Optimize the map prompt with a valid...
### Describe the issue ` text_embedder = OpenAIEmbedding( api_key="bge-base-zh", api_base="http://10.31.4.80:9997/v1", api_type=OpenaiApiType.OpenAI, deployment_name=None, model="bge-base-zh", max_retries=20, ) ` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[88], line 2 1 question =...
### Describe the issue raise ImportError( ImportError: Unable to import required dependencies: numpy: cannot import name 'NamedTuple' from partially initialized module 'typing' (most likely due to a circular import) (G:\LiProbject\project\graphrag\graphrag\index\typing.py)...
### Describe the issue create_final_covariates.parquet not generated ### Steps to reproduce create_final_covariates.parquet not generated ### GraphRAG Config Used create_final_covariates.parquet not generated ### Logs and screenshots create_final_covariates.parquet not generated ### Additional...
## Description [Provide a brief description of the changes made in this pull request.] ## Related Issues [Reference any related issues or tasks that this pull request addresses.] ## Proposed...
### Is your feature request related to a problem? Please describe. When performing a query, sometimes an error is reported. In such cases, I want to view detailed logs to...
### Is your feature request related to a problem? Please describe. As of now, we don't have an example to converse with LLM powered by GraphRAG. I see the code...
### Describe the bug custom set llm params tops and temperature is invalid when query ### Steps to reproduce 1. custom modify llm top_p and temperature params in settings.yaml 2....
### Describe the bug 15:36:46,423 datashaper.workflow.workflow ERROR Error executing verb "window" in create_final_community_reports: 'community' Traceback (most recent call last): File "C:\���\mygraphrag\venv\Lib\site-packages\datashaper\workflow\workflow.py", line 410, in _execute_verb result = node.verb.func(**verb_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...