John Shearing
John Shearing
Hi Taylor, Thanks for the quick response. I was trying to remove the ENS tabsheet. So following your advice as best I understood: I copied the contents of offlineTx.tpl to...
I experience the same issue. The "ids" filter is ignored in all modes ["naive", "local", "global", 'hybrid', "mix"] It would be amazing if this worked. In any case, LightRAG is...
Export functions [are listed here](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#data-export-functions). Also the light-rag server [found here](https://github.com/HKUDS/LightRAG/blob/main/lightrag/api/README.md) has a json export function on the API tab which works well and is super easy to use. But...
I am using a form of manual merging with a simple python app [found here](https://github.com/johnshearing/deep_avatar/tree/main/LightRAG). Look for the file \_1_merge_GUI_??.py where the question marks stand in for the version. The...
The manual merging app mentioned above now easily does the following: - Edit entity name - Edit entity description - Edit entity type - Edit entity relationships - Add new...
Greetings, @Konsilion, It is in my plan to make a new tab in the WebUI and port over the application seen above in this thread. Currently the app is written...
Greetings @Konsilion There seems to be some confusion. I am the person that made the python app for editing the LightRAG database and who intends to bring that functionality to...
I need clarification about how the relationship weights in the graph_chunk_entity_relation.graphml file affect a query response. I see in the README.md under the heading of [Entities and Relations](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#edit-entities-and-relations) that we...
This is the answer for the previous post: The LightRAG server responded that higher weights mean a stronger relationship and that the relationships with higher weights are more likely to...
After further investigation: I did a search for the word "weight" and looked though all the code in the lightrag directory of the LightRAG project and found many instances where...