v.0.2.5
assafelovic/gpt-researcherv.0.2.5Jun 9, 2024by assafelovic
AI Summary
This update focuses on dependency management and Docker stability. It narrows LangChain constraints to prevent conflicts and fixes issues with the `make` command in Docker containers.
Key Highlights
- Narrowed LangChain package constraints
- Docker `make` command fix
- Default search implementation finalized
New Features
- Dependency tightening
- Docker fixes
- default search logic
Full Release Notes
## What's Changed * Add narrower langchain package constraints by @baskaryan in https://github.com/assafelovic/gpt-researcher/pull/547 * Fix issue with custom_report in write_report method by @mowkalim in https://github.com/assafelovic/gpt-researcher/pull/551 * Feature/gptr pip improvements by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/552 * resolve the issue with the make command not being found when loading docker container by @ElishaKay in https://github.com/assafelovic/gpt-researcher/pull/554 * Read the correct variable name in together.py by @fei0810 in https://github.com/assafelovic/gpt-researcher/pull/556 * Fix[readme]: Page Not Found by @gkhngyk in https://github.com/assafelovic/gpt-researcher/pull/559 * actions.py: Fix typo by @refeed in https://github.com/assafelovic/gpt-researcher/pull/572 * finalized default search by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/582 * Update google.py by @gkhngyk in https://github.com/assafelovic/gpt-researcher/pull/583 * RFC: generic llm provider by @baskaryan in https://github.com/assafelovic/gpt-researcher/pull/546 ## New Contributors * @baskaryan made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/547 * @mowkalim made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/551 * @fei0810 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/556 * @gkhngyk made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/559 * @refeed made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/572 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v0.2.4...v.0.2.5