-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Description
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
Labels
No labels