LightRAG icon indicating copy to clipboard operation
LightRAG copied to clipboard

[Feature Request]: Add disable citations option to the query_param

Open danielaskdd opened this issue 8 months ago • 2 comments

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.

danielaskdd avatar Apr 11 '25 08:04 danielaskdd

how are citations are currently generated in lightRAG?

At the end of query response, there is a References passage generated by LLM.

danielaskdd avatar Apr 12 '25 07:04 danielaskdd

Use cumstimized prompt template to control citation behavior.

danielaskdd avatar May 08 '25 01:05 danielaskdd