Hello ! I have loaded a large amount of data into LlamaIndex, and I am looking for a way to:
- Restrict responses to only the data I have provided myself. If a query pertains to information not present in my data, I would like to receive something like: "Sorry, I don't have knowledge of that."
- Include references for each generated response. Whenever a response is provided, it would be very helpful if it were accompanied by the documents and line numbers from which the information was sourced. This would allow for increased transparency and traceability.
Could you please guide me on the best way to implement these features with LlamaIndex?