Find answers from the community

Updated 4 months ago

I found the implementation from llama-

I found the implementation from llama-index is powerful, but just wonder whether the mechanism is totally the same, or any steps suggested by Microsoft is not implemented.
L
j
S
7 comments
eh, its the same ideas (build communities, retrieve based on those), but I cant say for sure how much it differs because microsofts codebase is a bit of a wild ride
We mostly referenced the paper
okay i see. I think currently you didn't implement local search and global search yet?
@jklwonder : can you point me at example usage of llamaindex graphrag ? I'm having import problems with https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/property_graph/agentic_graph_rag_vertex.ipynb
What are the import problems? Just need to make sure you install the prerequisite packages at the top (and restart the notebook after that)
Probably would help to share the import error
Add a reply
Sign up and join the conversation on Discord