Thanks for the help!
I would like to ask one more thing.
If I want to do generation/correction task guided by the given docs, then I think the best choice will be the
ListIndex
. Because given query, we have to find the 'keyword' or 'topic' from the query and find the contents that covered those 'keyword' from the whole document.
Because if the query: "Business plan of llama-index is that it should be....", and hope to correct this with the guideline,
- We have to know that the "keyword" or "topic" of the query is "Business plan".
- We have to look over the guidelines for "Business plan."
- Following those guidelines, we have to generate/correct the query sentence.
For doing the step 2, I think we may have to see the whole documents.
Do you have any opinions or ideas?