-
Hi, When running I have two questions about the retrieval step:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
natoverse
Sep 9, 2025
Replies: 1 comment 1 reply
-
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.
1 reply
Answer selected by
bmelloul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.