LightRAG
LightRAG copied to clipboard
[Feature Request]: Add disable citations option to the query_param
Feature Request Description
Disabling citations may be required for certain applications. We should implement a query parameter option to manage this functionality, and add DISABLE_CITATION_BY_DEFAULT to set the default behavior of LightRAG.
how are citations are currently generated in lightRAG?
At the end of query response, there is a References passage generated by LLM.
Use cumstimized prompt template to control citation behavior.