Skip to content

Issue with ms_graphrag_retriever.ipynb - local search #39

@khang-nguyen2907

Description

@khang-nguyen2907

Hi, thank you for your amazing implementation. While running the notebook, I get into a trouble that after I run the cell:

docs = lc_vector.similarity_search(
    "What do you know about Cratchitt family?",
    k=topEntities,
    params={
        "topChunks": topChunks,
        "topCommunities": topCommunities,
        "topOutsideRels": topOutsideRels,
        "topInsideRels": topInsideRels,
    },
)
print(docs)

It results in

[Document(page_content='Entities:\nReports:\nChunks:\nRelationships:\n')]

I did not change anything in the notebook, the previous codes are fine but I do not know what happen to the query. I am new to Cypher and Neo4j. Could anyone help me to solve it? Thank you in advanced

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions