What's Changed * Pulled in latest `tantivy` for `Document.from_dict` typing fix by jamesbraza in https://github.com/Future-House/paper-qa/pull/916 * Catch retry errors, i.e. when a metadata service fails by mskarlin in https://github.com/Future-House/paper-qa/pull/918
What's Changed * Added tutorial showing how to configure paperqa `Settings` by maykcaldas in https://github.com/Future-House/paper-qa/pull/893 * Add reasoning from LLMResult to PQASession by maykcaldas in https://github.com/Future-House/paper-qa/pull/896 * Added embeddings to claude and gemine examples in the readme by maykcaldas in https://github.com/Future-House/paper-qa/pull/895 * Deferred `PQA_HOME` evaluation until `Settings` construction by jamesbraza in https://github.com/Future-House/paper-qa/pull/894 * Updated tooling versions and configs by jamesbraza in https://github.com/Future-House/paper-qa/pull/898 * Added discussion to tutorial showing a dry setup for anthropic by maykcaldas in https://github.com/Future-House/paper-qa/pull/901 * Lfrqa tutorial adjustments by JoaquinPolonuer in https://github.com/Future-House/paper-qa/pull/897 * Mentioned `dev` extra in `CONTRIBUTING.md` by jamesbraza in https://github.com/Future-House/paper-qa/pull/903 * chore(deps): lock file maintenance by renovate in https://github.com/Future-House/paper-qa/pull/905 * Implemented `PaperQAEnvironment.from_task` by jamesbraza in https://github.com/Future-House/paper-qa/pull/907 * Support for answer iterations in the gen_answer flow by mskarlin in https://github.com/Future-House/paper-qa/pull/911
What's Changed * Little fix in import at LFRQA tutorial by JoaquinPolonuer in https://github.com/Future-House/paper-qa/pull/887 * Fixed problematic date parsing by whitead in https://github.com/Future-House/paper-qa/pull/888
What's Changed * Add openreview helper to fetch papers from conferences by eamag in https://github.com/Future-House/paper-qa/pull/879 * Update clinical trials setting to use proper tool name by mskarlin in https://github.com/Future-House/paper-qa/pull/886
New Contributors * eamag made their first contribution in https://github.com/Future-House/paper-qa/pull/879