We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
return_context
neo4j-graphrag-python/src/neo4j_graphrag/generation/graphrag.py
Line 88 in ae08316
Part of the benefit of GraphRAG is providing better context for question answering.
When performing GraphRAG.search() the context from the retriever_result is missing, by default. Could we instead default to enabling return_context?
GraphRAG.search()
retriever_result
The text was updated successfully, but these errors were encountered:
I personally have been doing this for almost a month now: and all this time there was no need to change to false.
Sorry, something went wrong.
No branches or pull requests
neo4j-graphrag-python/src/neo4j_graphrag/generation/graphrag.py
Line 88 in ae08316
Part of the benefit of GraphRAG is providing better context for question answering.
When performing
GraphRAG.search()
the context from theretriever_result
is missing, by default. Could we instead default to enablingreturn_context
?The text was updated successfully, but these errors were encountered: