Replies: 1 comment
-
The ContextBuilder classes for each search type can be used to perform the retrieval process. For example, BasicSearchContext will just execute the top k search against the vector store to get the relevant text chunks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When running
from graphrag.api.query import local_search
answer, context = await local_search(...)
The retrieved context is in
context["sources"]
I have two questions about the retrieval step:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions