PathRAG icon indicating copy to clipboard operation
PathRAG copied to clipboard

Results 13 PathRAG issues
Sort by recently updated
recently updated
newest added

When I switch mode from "hybrid" to "local" the code breaks. I was trying that because I had a feeling that the knowledge is never extracted from my files but...

Hello author, how can I get the performance of other methods in Table 1 in the paper? Would you consider providing process files of other methods?

# Changes introduced: Adds `visualize_graph.py`, that generates an HTML visualization of the knowledge graph (`graph_chunk_entity_relation.graphml`): ![Screenshot 2025-03-20 at 23 03 57](https://github.com/user-attachments/assets/505d66ea-8e0c-42ff-93dc-94ac6b478665) **These changes are important, as they help the user...

Traceback (most recent call last): File "/home/heyichen/PathRAG/v1_test.py", line 2, in from PathRAG import PathRAG, QueryParam File "/home/heyichen/PathRAG/PathRAG/__init__.py", line 1, in from .PathRAG import PathRAG as PathRAG, QueryParam as QueryParam File...

# Changes Introduced: ## ✅ Refactored Folder Structure: Separated storage for graph, kv_store, and vdb files to improve organization. Added .gitignore file and included them so that it do not...

when i tried to do index many big documents on default mode (openai), at some point completions request fail on 404 nginx error and fail whole script, and it was...

PS C:\Users\victorpiper\code\PathRAG> & c:/Users/victorpiper/code/PathRAG/.venv/Scripts/python.exe c:/Users/victorpiper/code/PathRAG/PathRAG/v1_test.py Traceback (most recent call last): File "c:\Users\victorpiper\code\PathRAG\PathRAG\v1_test.py", line 2, in from PathRAG import PathRAG, QueryParam File "c:\Users\victorpiper\code\PathRAG\PathRAG\PathRAG.py", line 10, in from .llm import ( ImportError:...

Can we get examples on how to use different AI providers? Such as Bedrock and HF Thanks