Hi! Let's say I want to retrieve relevant chunks about "X" and I don't want augmented generation by LLM. Just want to retrieve chunks and that's it. What other methods but retriever.retrieve(X) does LlamaIndex propose?
If I must use query engine (with LLM), then I would ask something like: retrieve all information about X , but not sure If it is sufficient.