-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphRAG with llama-index #793
Conversation
Signed-off-by: rbrugaro <[email protected]>
Signed-off-by: rbrugaro <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
…into graphRAG_LI
for more information, see https://pre-commit.ci
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @rbrugaro Thanks for enabling Graphrag with llama-index. I found some inconsistent places in the commits during the test. PTAL.
@ichbinblau Thanks for catching this!, PR still in draft since i need to do some clean up and will take care of the READMEs |
…triever Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
|
Signed-off-by: Rita Brugarolas <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
tests/retrievers/test_retrievers_neo4j_llama_index_on_intel_hpu.sh
Outdated
Show resolved
Hide resolved
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
…into graphRAG_LI
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rbrugaro for this PR!
This looks like a great PR and my comments and change requests are mostly BKMs for code consistency.
tests/retrievers/test_retrievers_neo4j_llama_index_on_intel_hpu.sh
Outdated
Show resolved
Hide resolved
tests/retrievers/test_retrievers_neo4j_llama_index_on_intel_hpu.sh
Outdated
Show resolved
Hide resolved
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
Signed-off-by: Rita Brugarolas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
GraphRAG components using llama-index:
comps/dataprep/neo4j/llama-index/extract_graph_neo4j.py
comps/retrievers/neo4l/llama-index/retriever_community_answers_neo4j.py
later i will add a GenAIExample that will combine these 2 with the DocSum to generate the final answers from the community summaries