We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of paper-qa==5.10.2 we expose the citation LLM prompt as a setting in Settings.parsing.citation_prompt/structured_citation_prompt, but then we hardcode the citation processing for MLA parenthetical in-text citation style: https://github.com/Future-House/paper-qa/blob/v5.10.2/paperqa/docs.py#L296-L326
paper-qa==5.10.2
citation
Settings.parsing.citation_prompt
structured_citation_prompt
It would be good to expose a hook for citation processing, so users can have references include metadata like source filename.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of
paper-qa==5.10.2
we expose thecitation
LLM prompt as a setting inSettings.parsing.citation_prompt
/structured_citation_prompt
, but then we hardcode the citation processing for MLA parenthetical in-text citation style: https://github.com/Future-House/paper-qa/blob/v5.10.2/paperqa/docs.py#L296-L326It would be good to expose a hook for citation processing, so users can have references include metadata like source filename.
The text was updated successfully, but these errors were encountered: